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

Side by Side Diff: tools/telemetry/bootstrap_deps

Issue 700703003: Revert of Switch telemetry over to use typ to run the unit tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@rev_typ_v086
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 | « tools/telemetry/PRESUBMIT.py ('k') | tools/telemetry/run_tests » ('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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 Telemetry. It is in a 5 # This file specifies dependencies required to bootstrap Telemetry. 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 Telemetry *outside* of a normal 7 # but it should only be used to bootstrap Telemetry *outside* of a normal
8 # Chrome checkout. In particular, the normal 'value' part of the python 8 # Chrome checkout.
9 # dict is not used and hence does not contain real URLs for the repos.
10 9
11 deps = { 10 deps = {
12 "src/tools/telemetry": "", 11 "src/tools/telemetry":
13 "src/build/android": "", 12 "https://src.chromium.org/chrome/trunk/src/tools/telemetry",
14 "src/build/util": "", 13
15 "src/chrome/test/data/extensions/profiles": "", 14 "src/build/android":
16 "src/third_party/android_testrunner": "", 15 "https://src.chromium.org/chrome/trunk/src/build/android",
17 "src/third_party/android_tools/sdk/platform-tools": "", 16 "src/build/util":
18 "src/third_party/chromite/ssh_keys": "", 17 "https://src.chromium.org/chrome/trunk/src/build/util",
19 "src/third_party/flot/jquery.flot.min.js": "", 18 "src/chrome/test/data/extensions/profiles":
20 "src/third_party/WebKit/PerformanceTests/resources/jquery.tablesorter.min.js ": "", 19 "https://src.chromium.org/chrome/trunk/src/chrome/test/data/extensions/p rofiles",
21 "src/third_party/WebKit/PerformanceTests/resources/statistics.js": "", 20 "src/third_party/android_testrunner":
22 "src/third_party/webpagereplay": "", 21 "https://src.chromium.org/chrome/trunk/src/third_party/android_testrunne r",
23 "src/third_party/trace-viewer": "", 22 "src/third_party/android_tools/sdk/platform-tools":
24 "src/third_party/typ": "", 23 "https://src.chromium.org/chrome/trunk/src/third_party/android_tools/sdk /platform-tools",
25 "src/tools/crx_id": "", 24 "src/third_party/chromite/ssh_keys":
26 "src/tools/perf/unit-info.json": "", 25 "https://src.chromium.org/chrome/trunk/src/third_party/chromite/ssh_keys ",
26 "src/third_party/flot/jquery.flot.min.js":
27 "https://src.chromium.org/chrome/trunk/src/third_party/flot/jquery.flot. min.js",
28 "src/third_party/WebKit/PerformanceTests/resources/jquery.tablesorter.min.js ":
29 "https://src.chromium.org/blink/trunk/PerformanceTests/resources/jquery. tablesorter.min.js",
30 "src/third_party/WebKit/PerformanceTests/resources/statistics.js":
31 "https://src.chromium.org/blink/trunk/PerformanceTests/resources/statist ics.js",
32 "src/third_party/webpagereplay":
33 "https://web-page-replay.googlecode.com/svn/trunk",
34 "src/third_party/trace-viewer":
35 "https://trace-viewer.googlecode.com/svn/trunk",
36 "src/tools/crx_id":
37 "https://src.chromium.org/chrome/trunk/src/tools/crx_id",
38 "src/tools/perf/unit-info.json":
39 "https://src.chromium.org/chrome/trunk/src/tools/perf/unit-info.json"
27 } 40 }
OLDNEW
« no previous file with comments | « tools/telemetry/PRESUBMIT.py ('k') | tools/telemetry/run_tests » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698