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

Unified Diff: tools/perf/find_dependencies

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 | « tools/perf/core/telemetry_dependencies_unittest.py ('k') | tools/perf/third_party/__init__.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/find_dependencies
diff --git a/tools/perf/find_dependencies b/tools/perf/find_dependencies
index 2d0691a881ab5e7402536f1f85b8cb780b5e2d1d..ec824a24dd3c134482c91d9310952325cced3df1 100755
--- a/tools/perf/find_dependencies
+++ b/tools/perf/find_dependencies
@@ -5,10 +5,7 @@
import sys
-from core import path_util
-sys.path.append(path_util.GetTelemetryDir())
-
-from telemetry.internal.util import find_dependencies
+from core import find_dependencies
if __name__ == '__main__':
« no previous file with comments | « tools/perf/core/telemetry_dependencies_unittest.py ('k') | tools/perf/third_party/__init__.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698