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

Side by Side Diff: tools/perf/bootstrap_deps

Issue 2373843002: Update fieldtrial_util To Handle Combined Fieldtrial Config Format (Closed)
Patch Set: Update Bootstrap Deps Created 4 years, 2 months 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 | « tools/perf/BUILD.gn ('k') | tools/perf/core/perf_benchmark.py » ('j') | 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/chrome/test/data/perf/canvas_bench": 11 "src/chrome/test/data/perf/canvas_bench":
12 "https://chromium.googlesource.com/chromium/canvas_bench.git", 12 "https://chromium.googlesource.com/chromium/canvas_bench.git",
13 "src/chrome/test/data/third_party/spaceport": 13 "src/chrome/test/data/third_party/spaceport":
14 "https://src.chromium.org/chrome/trunk/src/chrome/test/data/third_party/ spaceport", 14 "https://src.chromium.org/chrome/trunk/src/chrome/test/data/third_party/ spaceport",
15 "src/tools/json_comment_eater":
16 "https://src.chromium.org/chrome/trunk/src/tools/json_comment_eater",
17 "src/tools/json_to_struct":
18 "https://src.chromium.org/chrome/trunk/src/tools/json_to_struct",
15 "src/tools/perf/benchmarks": 19 "src/tools/perf/benchmarks":
16 "https://src.chromium.org/chrome/trunk/src/tools/perf/benchmarks", 20 "https://src.chromium.org/chrome/trunk/src/tools/perf/benchmarks",
17 "src/tools/perf/core": 21 "src/tools/perf/core":
18 "https://src.chromium.org/chrome/trunk/src/tools/perf/core", 22 "https://src.chromium.org/chrome/trunk/src/tools/perf/core",
19 "src/tools/perf/measurements": 23 "src/tools/perf/measurements":
20 "https://src.chromium.org/chrome/trunk/src/tools/perf/measurements", 24 "https://src.chromium.org/chrome/trunk/src/tools/perf/measurements",
21 "src/tools/perf/page_sets": 25 "src/tools/perf/page_sets":
22 "https://src.chromium.org/chrome/trunk/src/tools/perf/page_sets", 26 "https://src.chromium.org/chrome/trunk/src/tools/perf/page_sets",
23 "src/tools/perf/metrics": 27 "src/tools/perf/metrics":
24 "https://src.chromium.org/chrome/trunk/src/tools/perf/metrics", 28 "https://src.chromium.org/chrome/trunk/src/tools/perf/metrics",
25 "src/tools/perf/profile_creators": 29 "src/tools/perf/profile_creators":
26 "https://src.chromium.org/chrome/trunk/src/tools/perf/profile_creators", 30 "https://src.chromium.org/chrome/trunk/src/tools/perf/profile_creators",
27 "src/tools/perf/run_benchmark": 31 "src/tools/perf/run_benchmark":
28 "https://src.chromium.org/chrome/trunk/src/tools/perf/run_benchmark", 32 "https://src.chromium.org/chrome/trunk/src/tools/perf/run_benchmark",
29 "src/tools/variations": 33 "src/tools/variations":
30 "https://src.chromium.org/chrome/trunk/src/tools/variations", 34 "https://src.chromium.org/chrome/trunk/src/tools/variations",
31 "src/testing/variations": 35 "src/testing/variations":
32 "https://src.chromium.org/chrome/trunk/src/testing/variations", 36 "https://src.chromium.org/chrome/trunk/src/testing/variations",
33 "src/tools/telemetry": 37 "src/tools/telemetry":
34 "https://src.chromium.org/chrome/trunk/src/tools/telemetry", 38 "https://src.chromium.org/chrome/trunk/src/tools/telemetry",
35 "src/third_party/catapult": 39 "src/third_party/catapult":
36 "https://src.chromium.org/chrome/trunk/src/third_party/catapult", 40 "https://src.chromium.org/chrome/trunk/src/third_party/catapult",
37 } 41 }
OLDNEW
« no previous file with comments | « tools/perf/BUILD.gn ('k') | tools/perf/core/perf_benchmark.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698