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

Unified Diff: tools/perf/record_android_profile.py

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/generate_profile ('k') | tools/perf/record_wpr » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/record_android_profile.py
diff --git a/tools/perf/record_android_profile.py b/tools/perf/record_android_profile.py
index 8c8c5ab2c6be65f83a5801bfe7e736c3b1c9f24a..8b1fe6f1a3256767cf5d7ff49aa2646e6983b0e0 100755
--- a/tools/perf/record_android_profile.py
+++ b/tools/perf/record_android_profile.py
@@ -7,7 +7,8 @@ import os
import sys
import tempfile
-sys.path.append(os.path.join(os.path.dirname(__file__), os.pardir, 'telemetry'))
+sys.path.append(os.path.join(
+ os.path.dirname(os.path.realpath(__file__)), os.pardir, 'telemetry'))
from telemetry.core import browser_finder
from telemetry.core import browser_options
« no previous file with comments | « tools/perf/generate_profile ('k') | tools/perf/record_wpr » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698