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

Side by Side Diff: tools/telemetry_tools/bootstrap_deps

Issue 178043008: [Reland] Introduce telemetry.web_components and a simple component-based Results object (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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 | Annotate | Revision Log
« no previous file with comments | « tools/telemetry/telemetry/web_components/web_components_unittest.py ('k') | 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 (c) 2012 The Chromium Authors. All rights reserved. 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 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. 8 # Chrome checkout.
9 9
10 deps = { 10 deps = {
11 "src/tools/telemetry": 11 "src/tools/telemetry":
12 "https://src.chromium.org/chrome/trunk/src/tools/telemetry", 12 "https://src.chromium.org/chrome/trunk/src/tools/telemetry",
13 "src/third_party/webpagereplay": 13 "src/third_party/webpagereplay":
14 "https://web-page-replay.googlecode.com/svn/trunk", 14 "https://web-page-replay.googlecode.com/svn/trunk",
15 "src/third_party/trace-viewer":
16 "https://trace-viewer.googlecode.com/svn/trunk",
15 "src/chrome/test/functional/webpagereplay.py": 17 "src/chrome/test/functional/webpagereplay.py":
16 "https://src.chromium.org/chrome/trunk/src/chrome/test/functional/webpager eplay.py", 18 "https://src.chromium.org/chrome/trunk/src/chrome/test/functional/webpager eplay.py",
17 "src/build/android": 19 "src/build/android":
18 "https://src.chromium.org/chrome/trunk/src/build/android", 20 "https://src.chromium.org/chrome/trunk/src/build/android",
19 "src/third_party/android_testrunner": 21 "src/third_party/android_testrunner":
20 "https://src.chromium.org/chrome/trunk/src/third_party/android_testrunner" , 22 "https://src.chromium.org/chrome/trunk/src/third_party/android_testrunner" ,
21 "src/tools/crx_id": 23 "src/tools/crx_id":
22 "https://src.chromium.org/chrome/trunk/src/tools/crx_id", 24 "https://src.chromium.org/chrome/trunk/src/tools/crx_id",
23 "src/chrome/test/data/extensions/profiles": 25 "src/chrome/test/data/extensions/profiles":
24 "https://src.chromium.org/chrome/trunk/src/chrome/test/data/extensions/pro files", 26 "https://src.chromium.org/chrome/trunk/src/chrome/test/data/extensions/pro files",
25 "src/build/util": 27 "src/build/util":
26 "https://src.chromium.org/chrome/trunk/src/build/util", 28 "https://src.chromium.org/chrome/trunk/src/build/util",
27 "src/third_party/flot/jquery.flot.min.js": 29 "src/third_party/flot/jquery.flot.min.js":
28 "https://src.chromium.org/chrome/trunk/src/third_party/flot/jquery.flot.mi n.js", 30 "https://src.chromium.org/chrome/trunk/src/third_party/flot/jquery.flot.mi n.js",
29 "src/third_party/WebKit/PerformanceTests/resources/jquery.tablesorter.min.js ": 31 "src/third_party/WebKit/PerformanceTests/resources/jquery.tablesorter.min.js ":
30 "https://src.chromium.org/blink/trunk/PerformanceTests/resources/jquery.ta blesorter.min.js", 32 "https://src.chromium.org/blink/trunk/PerformanceTests/resources/jquery.ta blesorter.min.js",
31 "src/third_party/WebKit/PerformanceTests/resources/statistics.js": 33 "src/third_party/WebKit/PerformanceTests/resources/statistics.js":
32 "https://src.chromium.org/blink/trunk/PerformanceTests/resources/statistic s.js", 34 "https://src.chromium.org/blink/trunk/PerformanceTests/resources/statistic s.js",
33 "src/tools/perf/unit-info.json": 35 "src/tools/perf/unit-info.json":
34 "https://src.chromium.org/chrome/trunk/src/tools/perf/unit-info.json" 36 "https://src.chromium.org/chrome/trunk/src/tools/perf/unit-info.json"
35 } 37 }
OLDNEW
« no previous file with comments | « tools/telemetry/telemetry/web_components/web_components_unittest.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698