[SyncFS] Build indexes from FileTracker entries on disk.
[chromium-blink-merge.git] / content / test / gpu / bootstrap_deps
blobab0600684b8ccc0fa4b9f1a778e45375f3574264
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 perf_tools. 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 perf_tools *outside* of a normal
8 # Chrome checkout.
10 deps = {
11     "src/content/test/gpu/gpu_tests":
12         "https://src.chromium.org/chrome/trunk/src/content/test/gpu/gpu_tests",
13     "src/content/test/gpu/page_sets":
14         "https://src.chromium.org/chrome/trunk/src/content/test/gpu/page_sets",
15     # TODO(ihf): Figure out a different way to specify this dependency. This
16     # directory needs to be checked out with the instructions provided by
17     # https://src.chromium.org/chrome/trunk/src/third_party/webgl/README.chromium
18     "src/third_party/webgl/src/sdk/tests":
19         "",
22 # gpu_tests depends on Telemetry, so pull in the Telemetry deps, too.
23 deps_includes = {
24     "src/tools/telemetry/bootstrap_deps":
25         "https://src.chromium.org/chrome/trunk/src/tools/telemetry/bootstrap_deps",