Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(49)

Side by Side Diff: tools/perf/bootstrap_deps

Issue 684683004: Add run_benchmark to perf dependencies. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 tools/perf. It is in a 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, 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 7 # but it should only be used to bootstrap tools/perf *outside* of a normal
8 # Chrome checkout. 8 # Chrome checkout.
9 9
10 deps = { 10 deps = {
11 "src/tools/perf/benchmarks": 11 "src/tools/perf/benchmarks":
12 "https://src.chromium.org/chrome/trunk/src/tools/perf/benchmarks", 12 "https://src.chromium.org/chrome/trunk/src/tools/perf/benchmarks",
13 "src/tools/perf/measurements": 13 "src/tools/perf/measurements":
14 "https://src.chromium.org/chrome/trunk/src/tools/perf/measurements", 14 "https://src.chromium.org/chrome/trunk/src/tools/perf/measurements",
15 "src/tools/perf/page_sets": 15 "src/tools/perf/page_sets":
16 "https://src.chromium.org/chrome/trunk/src/tools/perf/page_sets", 16 "https://src.chromium.org/chrome/trunk/src/tools/perf/page_sets",
17 "src/tools/perf/metrics": 17 "src/tools/perf/metrics":
18 "https://src.chromium.org/chrome/trunk/src/tools/perf/metrics", 18 "https://src.chromium.org/chrome/trunk/src/tools/perf/metrics",
19 "src/tools/perf/profile_creators": 19 "src/tools/perf/profile_creators":
20 "https://src.chromium.org/chrome/trunk/src/tools/perf/profile_creators", 20 "https://src.chromium.org/chrome/trunk/src/tools/perf/profile_creators",
21 "src/tools/perf/run_benchmark":
22 "https://src.chromium.org/chrome/trunk/src/tools/perf/run_benchmark",
21 } 23 }
22 24
23 # tools/perf depends on Telemetry, so pull in the Telemetry deps, too. 25 # tools/perf depends on Telemetry, so pull in the Telemetry deps, too.
24 deps_includes = { 26 deps_includes = {
25 "src/tools/telemetry/bootstrap_deps": 27 "src/tools/telemetry/bootstrap_deps":
26 "https://src.chromium.org/chrome/trunk/src/tools/telemetry/bootstrap_dep s", 28 "https://src.chromium.org/chrome/trunk/src/tools/telemetry/bootstrap_dep s",
27 } 29 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698