Refactor management of overview window copy lifetime into a separate class.
[chromium-blink-merge.git] / content / test / gpu / gpu_tests / bootstrap_deps
blob2e683cb24ca6866ac282b452c8ef5218c89eb53d
1 # Copyright (c) 2012 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   "src/third_party/webgl_conformance":
16     "https://src.chromium.org/chrome/trunk/deps/third_party/webgl/sdk/tests",
17   }
19 # gpu_tests depends on Telemetry, so pull in the Telemetry deps, too.
20 deps_includes = {
21   "src/tools/telemetry/tools/bootstrap_deps":
22       "https://src.chromium.org/chrome/trunk/src/tools/telemetry/tools/bootstrap_deps",
23   }