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

Unified Diff: tools/perf/record_wpr

Issue 103433002: [telemetry] Script for finding all Telemetry dependencies. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove file for realz Created 6 years, 10 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/record_android_profile.py ('k') | tools/perf/run_benchmark » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/record_wpr
diff --git a/tools/perf/record_wpr b/tools/perf/record_wpr
index e12055f216829b8d96bbcfabdd39ca327140adda..5a581bec5e235384a4024bb368217d53138c4fb0 100755
--- a/tools/perf/record_wpr
+++ b/tools/perf/record_wpr
@@ -7,7 +7,7 @@ import sys
# Add telemetry to sys.path so that it can be imported below
# Relative path from this file is ../telemetry
-_perf_dir = os.path.dirname(__file__)
+_perf_dir = os.path.dirname(os.path.realpath(__file__))
_telemetry_path = os.path.join(_perf_dir, os.pardir, 'telemetry')
sys.path.append(_telemetry_path)
« no previous file with comments | « tools/perf/record_android_profile.py ('k') | tools/perf/run_benchmark » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698