| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 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 | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 | 4 |
| 5 # This file specifies dependencies required to bootstrap perf_tools. It is in a | 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, | 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 | 7 # but it should only be used to bootstrap perf_tools *outside* of a normal |
| 8 # Chrome checkout. | 8 # Chrome checkout. |
| 9 | 9 |
| 10 deps = { | 10 deps = { |
| 11 "src/tools/perf/perf_tools": | 11 "src/content/test/gpu/gpu_tests": |
| 12 "https://src.chromium.org/chrome/trunk/src/tools/perf/perf_tools", | 12 "https://src.chromium.org/chrome/trunk/src/content/test/gpu/gpu_tests", |
| 13 "src/tools/perf/page_sets": | 13 "src/content/test/gpu/page_sets": |
| 14 "https://src.chromium.org/chrome/trunk/src/tools/perf/page_sets", | 14 "https://src.chromium.org/chrome/trunk/src/content/test/gpu/page_sets", |
| 15 } | 15 } |
| 16 | 16 |
| 17 # perf_tools depends on Telemetry, so pull in the Telemetry deps, too. | 17 # gpu_tests depends on Telemetry, so pull in the Telemetry deps, too. |
| 18 deps_includes = { | 18 deps_includes = { |
| 19 "src/tools/telemetry/tools/bootstrap_deps": | 19 "src/tools/telemetry/tools/bootstrap_deps": |
| 20 "https://src.chromium.org/chrome/trunk/src/tools/telemetry/tools/bootstrap
_deps", | 20 "https://src.chromium.org/chrome/trunk/src/tools/telemetry/tools/bootstrap
_deps", |
| 21 } | 21 } |
| OLD | NEW |