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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/telemetry/PRESUBMIT.py ('k') | tools/telemetry/run_tests » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/telemetry/bootstrap_deps
diff --git a/tools/telemetry/bootstrap_deps b/tools/telemetry/bootstrap_deps
index d949ab857e28eeb92eda5e5e233951a3f38a50b0..7359ee931aa91d5905e9d80e4620ff2adb19e430 100644
--- a/tools/telemetry/bootstrap_deps
+++ b/tools/telemetry/bootstrap_deps
@@ -5,23 +5,36 @@
# This file specifies dependencies required to bootstrap Telemetry. It is in a
# minimal version of the format used by other DEPS files that gclient can read,
# but it should only be used to bootstrap Telemetry *outside* of a normal
-# Chrome checkout. In particular, the normal 'value' part of the python
-# dict is not used and hence does not contain real URLs for the repos.
+# Chrome checkout.
deps = {
- "src/tools/telemetry": "",
- "src/build/android": "",
- "src/build/util": "",
- "src/chrome/test/data/extensions/profiles": "",
- "src/third_party/android_testrunner": "",
- "src/third_party/android_tools/sdk/platform-tools": "",
- "src/third_party/chromite/ssh_keys": "",
- "src/third_party/flot/jquery.flot.min.js": "",
- "src/third_party/WebKit/PerformanceTests/resources/jquery.tablesorter.min.js": "",
- "src/third_party/WebKit/PerformanceTests/resources/statistics.js": "",
- "src/third_party/webpagereplay": "",
- "src/third_party/trace-viewer": "",
- "src/third_party/typ": "",
- "src/tools/crx_id": "",
- "src/tools/perf/unit-info.json": "",
+ "src/tools/telemetry":
+ "https://src.chromium.org/chrome/trunk/src/tools/telemetry",
+
+ "src/build/android":
+ "https://src.chromium.org/chrome/trunk/src/build/android",
+ "src/build/util":
+ "https://src.chromium.org/chrome/trunk/src/build/util",
+ "src/chrome/test/data/extensions/profiles":
+ "https://src.chromium.org/chrome/trunk/src/chrome/test/data/extensions/profiles",
+ "src/third_party/android_testrunner":
+ "https://src.chromium.org/chrome/trunk/src/third_party/android_testrunner",
+ "src/third_party/android_tools/sdk/platform-tools":
+ "https://src.chromium.org/chrome/trunk/src/third_party/android_tools/sdk/platform-tools",
+ "src/third_party/chromite/ssh_keys":
+ "https://src.chromium.org/chrome/trunk/src/third_party/chromite/ssh_keys",
+ "src/third_party/flot/jquery.flot.min.js":
+ "https://src.chromium.org/chrome/trunk/src/third_party/flot/jquery.flot.min.js",
+ "src/third_party/WebKit/PerformanceTests/resources/jquery.tablesorter.min.js":
+ "https://src.chromium.org/blink/trunk/PerformanceTests/resources/jquery.tablesorter.min.js",
+ "src/third_party/WebKit/PerformanceTests/resources/statistics.js":
+ "https://src.chromium.org/blink/trunk/PerformanceTests/resources/statistics.js",
+ "src/third_party/webpagereplay":
+ "https://web-page-replay.googlecode.com/svn/trunk",
+ "src/third_party/trace-viewer":
+ "https://trace-viewer.googlecode.com/svn/trunk",
+ "src/tools/crx_id":
+ "https://src.chromium.org/chrome/trunk/src/tools/crx_id",
+ "src/tools/perf/unit-info.json":
+ "https://src.chromium.org/chrome/trunk/src/tools/perf/unit-info.json"
}
« 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