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

Unified Diff: tools/telemetry/telemetry/web_components/tvcm_stub.py

Issue 669153009: Sync Telemetry to trace-viewer changes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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
Index: tools/telemetry/telemetry/web_components/tvcm_stub.py
diff --git a/tools/telemetry/telemetry/web_components/tvcm_stub.py b/tools/telemetry/telemetry/web_components/tvcm_stub.py
index 214d0f1c6aba9a2e627cc4aabf55077325ad6fdc..089cf9289cbb811e30c8f867963111e8d2bfc4b9 100644
--- a/tools/telemetry/telemetry/web_components/tvcm_stub.py
+++ b/tools/telemetry/telemetry/web_components/tvcm_stub.py
@@ -4,7 +4,10 @@
from telemetry.core import util
-# Bring in tvcm module for basic JS components capabilities.
+# Bring in tv module for basic JS components capabilities.
+util.AddDirToPythonPath(
+ util.GetChromiumSrcDir(), 'third_party', 'trace-viewer', 'trace_viewer')
+
util.AddDirToPythonPath(
util.GetChromiumSrcDir(),
'third_party', 'trace-viewer', 'third_party', 'tvcm')

Powered by Google App Engine
This is Rietveld 408576698