[fsp] Buffer consecutive Write() calls.
[chromium-blink-merge.git] / tools / cros / bootstrap_deps
blob24f190fd149e56d21b266939352bfce4b2b19109
1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
5 # This file specifies dependencies required to bootstrap tools/perf. It is in a
6 # minimal version of the format used by other DEPS files that gclient can read,
7 # but it should only be used to bootstrap tools/perf *outside* of a normal
8 # Chrome checkout.
10 deps = {
11     "src/tools/cros/":
12         "https://src.chromium.org/chrome/trunk/src/tools/cros/",
15 # Both contest/test/gpu and tools/perf will pull in telemetry.
16 deps_includes = {
17     "src/content/test/gpu/bootstrap_deps":
18         "https://src.chromium.org/chrome/trunk/src/content/test/gpu/bootstrap_deps",
19     "src/tools/perf/bootstrap_deps":
20         "https://src.chromium.org/chrome/trunk/src/tools/perf/bootstrap_deps",