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

Unified Diff: tools/perf/core/bootstrap.py

Issue 1467143006: [Telemetry] Migrate find_dependencies internals to tools/perf (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address Ned's comment Created 5 years, 1 month 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | tools/perf/core/find_dependencies.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/core/bootstrap.py
diff --git a/tools/telemetry/telemetry/internal/util/bootstrap.py b/tools/perf/core/bootstrap.py
similarity index 98%
rename from tools/telemetry/telemetry/internal/util/bootstrap.py
rename to tools/perf/core/bootstrap.py
index ba8a1494e9b4041ca81548fb4bd2295ad61f3899..3a25f5f053c9bc73cde6fb4065f9fa45e3d1b636 100644
--- a/tools/telemetry/telemetry/internal/util/bootstrap.py
+++ b/tools/perf/core/bootstrap.py
@@ -25,6 +25,7 @@ import urlparse
davclient = None
+# TODO(eakuefner): Switch this link to tools/perf version after verifying.
# Link to file containing the 'davclient' WebDAV client library.
_DAVCLIENT_URL = ('https://src.chromium.org/chrome/trunk/src/tools/'
'telemetry/third_party/davclient/davclient.py')
« no previous file with comments | « no previous file | tools/perf/core/find_dependencies.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698