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

Side by Side Diff: tools/telemetry/bootstrap_deps

Issue 256783004: Fix path for adb in bootstrap deps. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 8 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 | « 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 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. 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": 15 "src/third_party/trace-viewer":
16 "https://trace-viewer.googlecode.com/svn/trunk", 16 "https://trace-viewer.googlecode.com/svn/trunk",
17 "src/third_party/third_party/android_tools/sdk/platform-tools": 17 "src/third_party/android_tools/sdk/platform-tools":
18 "https://src.chromium.org/chrome/trunk/src/third_party/android_tools/sdk /platform-tools", 18 "https://src.chromium.org/chrome/trunk/src/third_party/android_tools/sdk /platform-tools",
19 "src/build/android": 19 "src/build/android":
20 "https://src.chromium.org/chrome/trunk/src/build/android", 20 "https://src.chromium.org/chrome/trunk/src/build/android",
21 "src/third_party/android_testrunner": 21 "src/third_party/android_testrunner":
22 "https://src.chromium.org/chrome/trunk/src/third_party/android_testrunne r", 22 "https://src.chromium.org/chrome/trunk/src/third_party/android_testrunne r",
23 "src/tools/crx_id": 23 "src/tools/crx_id":
24 "https://src.chromium.org/chrome/trunk/src/tools/crx_id", 24 "https://src.chromium.org/chrome/trunk/src/tools/crx_id",
25 "src/chrome/test/data/extensions/profiles": 25 "src/chrome/test/data/extensions/profiles":
26 "https://src.chromium.org/chrome/trunk/src/chrome/test/data/extensions/p rofiles", 26 "https://src.chromium.org/chrome/trunk/src/chrome/test/data/extensions/p rofiles",
27 "src/build/util": 27 "src/build/util":
28 "https://src.chromium.org/chrome/trunk/src/build/util", 28 "https://src.chromium.org/chrome/trunk/src/build/util",
29 "src/third_party/flot/jquery.flot.min.js": 29 "src/third_party/flot/jquery.flot.min.js":
30 "https://src.chromium.org/chrome/trunk/src/third_party/flot/jquery.flot. min.js", 30 "https://src.chromium.org/chrome/trunk/src/third_party/flot/jquery.flot. min.js",
31 "src/third_party/WebKit/PerformanceTests/resources/jquery.tablesorter.min.js ": 31 "src/third_party/WebKit/PerformanceTests/resources/jquery.tablesorter.min.js ":
32 "https://src.chromium.org/blink/trunk/PerformanceTests/resources/jquery. tablesorter.min.js", 32 "https://src.chromium.org/blink/trunk/PerformanceTests/resources/jquery. tablesorter.min.js",
33 "src/third_party/WebKit/PerformanceTests/resources/statistics.js": 33 "src/third_party/WebKit/PerformanceTests/resources/statistics.js":
34 "https://src.chromium.org/blink/trunk/PerformanceTests/resources/statist ics.js", 34 "https://src.chromium.org/blink/trunk/PerformanceTests/resources/statist ics.js",
35 "src/tools/perf/unit-info.json": 35 "src/tools/perf/unit-info.json":
36 "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"
37 } 37 }
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