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

Side by Side Diff: tools/telemetry/bootstrap_deps

Issue 1290113003: [Telemetry] Remove obsolete dependency. Remove py_trace.py since it's not used any where. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add chromite LICENSE Created 5 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
« no previous file with comments | « tools/telemetry/PRESUBMIT.py ('k') | tools/telemetry/telemetry/TELEMETRY_DEPS » ('j') | 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. 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/third_party/android_tools/sdk/platform-tools": "",
14 "src/third_party/chromite/ssh_keys": "",
15 "src/third_party/webpagereplay": "", 13 "src/third_party/webpagereplay": "",
16 "src/third_party/catapult": "", 14 "src/third_party/catapult": "",
17 } 15 }
OLDNEW
« no previous file with comments | « tools/telemetry/PRESUBMIT.py ('k') | tools/telemetry/telemetry/TELEMETRY_DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698