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

Side by Side Diff: tools/telemetry_tools/bootstrap_deps

Issue 22458003: [Telemetry] Fix typo in bootstrap deps. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 4 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 | « 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 (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/chrome/test/functional/webpagereplay.py": 15 "src/chrome/test/functional/webpagereplay.py":
16 "https://src.chromium.org/chrome/trunk/src/chrome/test/functional/webpager eplay.py", 16 "https://src.chromium.org/chrome/trunk/src/chrome/test/functional/webpager eplay.py",
17 "src/build/android": 17 "src/build/android":
18 "https://src.chromium.org/chrome/trunk/src/build/android", 18 "https://src.chromium.org/chrome/trunk/src/build/android",
19 "src/third_party/android_testrunner": 19 "src/third_party/android_testrunner":
20 "https://src.chromium.org/chrome/trunk/src/third_party/android_testrunner" , 20 "https://src.chromium.org/chrome/trunk/src/third_party/android_testrunner" ,
21 "src/tools/crx_id": 21 "src/tools/crx_id":
22 "https://src.chromium.org/chrome/trunk/src/tools/crx_id", 22 "https://src.chromium.org/chrome/trunk/src/tools/crx_id",
23 "src/chrome/test/data/extensions/profiles": 23 "src/chrome/test/data/extensions/profiles":
24 "https://src.chromium.org/chrome/trunk/src/chrome/test/data/extensions/pro files", 24 "https://src.chromium.org/chrome/trunk/src/chrome/test/data/extensions/pro files",
25 "src/build/util": 25 "src/build/util":
26 "https://src.chromium.org/chrome/trunk/src/build/util", 26 "https://src.chromium.org/chrome/trunk/src/build/util",
27 "third_party/flot/jquery.flot.min.js": 27 "src/third_party/flot/jquery.flot.min.js":
28 "https://src.chromium.org/chrome/trunk/src/third_party/flot/jquery.flot.mi n.js", 28 "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 ": 29 "src/third_party/WebKit/PerformanceTests/resources/jquery.tablesorter.min.js ":
30 "https://src.chromium.org/blink/trunk/PerformanceTests/resources/jquery.ta blesorter.min.js", 30 "https://src.chromium.org/blink/trunk/PerformanceTests/resources/jquery.ta blesorter.min.js",
31 "src/third_party/WebKit/PerformanceTests/resources/statistics.js": 31 "src/third_party/WebKit/PerformanceTests/resources/statistics.js":
32 "https://src.chromium.org/blink/trunk/PerformanceTests/resources/statistic s.js", 32 "https://src.chromium.org/blink/trunk/PerformanceTests/resources/statistic s.js",
33 "src/tools/perf/unit-info.json": 33 "src/tools/perf/unit-info.json":
34 "https://src.chromium.org/chrome/trunk/src/tools/perf/unit-info.json" 34 "https://src.chromium.org/chrome/trunk/src/tools/perf/unit-info.json"
35 } 35 }
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