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. 4 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. 9 10 deps = { 11 "src/tools/perf/benchmarks": 12 "https://src.chromium.org/chrome/trunk/src/tools/perf/benchmarks", 13 "src/tools/perf/measurements": 14 "https://src.chromium.org/chrome/trunk/src/tools/perf/measurements", 15 "src/tools/perf/page_sets": 16 "https://src.chromium.org/chrome/trunk/src/tools/perf/page_sets", 17 "src/tools/perf/metrics": 18 "https://src.chromium.org/chrome/trunk/src/tools/perf/metrics", 19 "src/tools/perf/perf_tools": 20 "https://src.chromium.org/chrome/trunk/src/tools/perf/perf_tools", 21 "src/tools/perf/profile_creators": 22 "https://src.chromium.org/chrome/trunk/src/tools/perf/profile_creators", 23 } 24 25 # tools/perf depends on Telemetry, so pull in the Telemetry deps, too. 26 deps_includes = { 27 "src/tools/telemetry_tools/bootstrap_deps": 28 "https://src.chromium.org/chrome/trunk/src/tools/telemetry_tools/bootstrap_deps", 29 } 30