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

Unified Diff: tools/android/loading/deprecated/log_requests.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 | « content/test/gpu/gpu_tests/__init__.py ('k') | tools/android/loading/devtools_monitor.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/android/loading/deprecated/log_requests.py
diff --git a/tools/android/loading/deprecated/log_requests.py b/tools/android/loading/deprecated/log_requests.py
index ee5f0915289d579a65a6beebdc799c06dc124025..12ebb663b983d73366066a5e09938d02de89b439 100755
--- a/tools/android/loading/deprecated/log_requests.py
+++ b/tools/android/loading/deprecated/log_requests.py
@@ -24,7 +24,9 @@ from devil.android import device_utils
sys.path.append(os.path.join(_SRC_DIR, 'build', 'android'))
import devil_chromium
-sys.path.append(os.path.join(_SRC_DIR, 'tools', 'telemetry'))
+sys.path.append(os.path.join(_SRC_DIR, 'tools', 'perf'))
+from chrome_telemetry_build import chromium_config
+sys.path.append(chromium_config.GetTelemetryDir())
from telemetry.internal.backends.chrome_inspector import inspector_websocket
from telemetry.internal.backends.chrome_inspector import websocket
« no previous file with comments | « content/test/gpu/gpu_tests/__init__.py ('k') | tools/android/loading/devtools_monitor.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698