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

Unified Diff: tools/perf/generate_profile

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/perf/PRESUBMIT.py ('k') | tools/perf/record_android_profile.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/generate_profile
diff --git a/tools/perf/generate_profile b/tools/perf/generate_profile
index 8c24451089bca916e86e42e58a2eb4ee0176a04c..d47711520e755915ccc7ff0b898f95aef50cf528 100755
--- a/tools/perf/generate_profile
+++ b/tools/perf/generate_profile
@@ -5,7 +5,8 @@
import os
import sys
-sys.path.append(os.path.join(os.path.dirname(__file__), '..', 'telemetry'))
+from chrome_telemetry_build import chromium_config
+sys.path.insert(1, chromium_config.GetTelemetryDir())
from profile_creators import profile_generator
« no previous file with comments | « tools/perf/PRESUBMIT.py ('k') | tools/perf/record_android_profile.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698