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

Unified Diff: tools/telemetry/telemetry/__init__.py

Issue 1371403004: CL for perf tryjob on mac Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 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/telemetry/PRESUBMIT.py ('k') | tools/telemetry/telemetry/benchmark.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/telemetry/telemetry/__init__.py
diff --git a/tools/telemetry/telemetry/__init__.py b/tools/telemetry/telemetry/__init__.py
index b532fd0f0a829525b7441cf6516b9ce2e216f90d..f455a32c7620d419d138724643ec5ae33d1b1766 100644
--- a/tools/telemetry/telemetry/__init__.py
+++ b/tools/telemetry/telemetry/__init__.py
@@ -38,3 +38,5 @@ _AddDirToPythonPath(util.GetTelemetryThirdPartyDir(), 'websocket-client')
_AddDirToPythonPath(util.GetChromiumSrcDir(), 'build', 'android')
_AddDirToPythonPath(util.GetChromiumSrcDir(),
'third_party', 'catapult', 'tracing')
+_AddDirToPythonPath(util.GetChromiumSrcDir(),
+ 'third_party', 'catapult', 'perf_insights')
« no previous file with comments | « tools/telemetry/PRESUBMIT.py ('k') | tools/telemetry/telemetry/benchmark.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698