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

Unified Diff: tools/bisect-manual-test.py

Issue 1582793006: [Telemetry] Update all clients to use chromium_config.GetTelemetryDir() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: more rebase Created 4 years, 11 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/android/loading/devtools_monitor.py ('k') | tools/chrome_proxy/chrome_proxy_config.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/bisect-manual-test.py
diff --git a/tools/bisect-manual-test.py b/tools/bisect-manual-test.py
index f07cc7b80931b7b810fe245bbc57ee2847e2d356..c1b6329f31b389fea05c4ba42602e808bfb2a728 100755
--- a/tools/bisect-manual-test.py
+++ b/tools/bisect-manual-test.py
@@ -11,7 +11,11 @@ Typically used as by the run-bisect-manual-test.py script.
import os
import sys
-sys.path.append(os.path.join(os.path.dirname(__file__), 'telemetry'))
+sys.path.append(os.path.join(os.path.dirname(os.path.abspath(__file__)),
+ 'perf'))
+from chrome_telemetry_build import chromium_config
+sys.path.append(chromium_config.GetTelemetryDir())
+
from telemetry.internal.browser import browser_finder
from telemetry.internal.browser import browser_options
« no previous file with comments | « tools/android/loading/devtools_monitor.py ('k') | tools/chrome_proxy/chrome_proxy_config.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698