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

Unified Diff: tools/telemetry/telemetry/core/chrome/android_platform.py

Issue 12255052: [Telemetry] Fix perf bots after http://crrev.com/183009. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix new test, testComponentExtension. Created 7 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
Index: tools/telemetry/telemetry/core/chrome/android_platform.py
diff --git a/tools/telemetry/telemetry/core/chrome/android_platform.py b/tools/telemetry/telemetry/core/chrome/android_platform.py
index 6e544d72b1c3d0a4bc124cbf5ecbc0cbac40b8fe..240a47a92257dcc5c1b2279377a47519775bac77 100644
--- a/tools/telemetry/telemetry/core/chrome/android_platform.py
+++ b/tools/telemetry/telemetry/core/chrome/android_platform.py
@@ -9,7 +9,7 @@ import sys
sys.path.append(
os.path.abspath(
os.path.join(os.path.dirname(__file__),
- '../../../build/android')))
+ '..', '..', '..', 'build', 'android')))
try:
from pylib import surface_stats_collector # pylint: disable=F0401
except Exception:
« no previous file with comments | « tools/telemetry/telemetry/core/chrome/adb_commands.py ('k') | tools/telemetry/telemetry/core/chrome/png_bitmap.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698