OLD | NEW |
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. In particular, the normal 'value' part of the python |
9 # dict is not used and hence does not contain real URLs for the repos. | 9 # dict is not used and hence does not contain real URLs for the repos. |
10 | 10 |
11 deps = { | 11 deps = { |
12 "src/tools/telemetry": "", | 12 "src/tools/telemetry": "", |
13 "src/build/android": "", | |
14 "src/build/util": "", | 13 "src/build/util": "", |
15 "src/chrome/test/data/extensions/profiles": "", | 14 "src/chrome/test/data/extensions/profiles": "", |
16 "src/chrome/test/data/perf/canvas_bench": "", | 15 "src/chrome/test/data/perf/canvas_bench": "", |
17 "src/third_party/android_testrunner": "", | 16 "src/third_party/android_testrunner": "", |
18 "src/third_party/android_tools/sdk/platform-tools": "", | 17 "src/third_party/android_tools/sdk/platform-tools": "", |
19 "src/third_party/chromite/ssh_keys": "", | 18 "src/third_party/chromite/ssh_keys": "", |
20 "src/third_party/flot/jquery.flot.min.js": "", | 19 "src/third_party/flot/jquery.flot.min.js": "", |
21 "src/third_party/WebKit/PerformanceTests/resources/jquery.tablesorter.min.js
": "", | 20 "src/third_party/WebKit/PerformanceTests/resources/jquery.tablesorter.min.js
": "", |
22 "src/third_party/WebKit/PerformanceTests/resources/statistics.js": "", | 21 "src/third_party/WebKit/PerformanceTests/resources/statistics.js": "", |
23 "src/third_party/webpagereplay": "", | 22 "src/third_party/webpagereplay": "", |
24 "src/third_party/trace-viewer": "", | 23 "src/third_party/trace-viewer": "", |
25 "src/third_party/typ": "", | 24 "src/third_party/typ": "", |
26 "src/tools/crx_id": "", | 25 "src/tools/crx_id": "", |
27 "src/tools/perf/unit-info.json": "", | 26 "src/tools/perf/unit-info.json": "", |
28 } | 27 } |
OLD | NEW |