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

Unified Diff: tools/telemetry/telemetry/core/chrome/adb_commands.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
« no previous file with comments | « no previous file | tools/telemetry/telemetry/core/chrome/android_platform.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/telemetry/telemetry/core/chrome/adb_commands.py
diff --git a/tools/telemetry/telemetry/core/chrome/adb_commands.py b/tools/telemetry/telemetry/core/chrome/adb_commands.py
index 3626c8fd9f535d0a1da4ed1699464eacbaf8c7e5..dc5870ded8113445c00f25b5504335be885571e7 100644
--- a/tools/telemetry/telemetry/core/chrome/adb_commands.py
+++ b/tools/telemetry/telemetry/core/chrome/adb_commands.py
@@ -14,7 +14,7 @@ import sys
sys.path.append(
os.path.abspath(
os.path.join(os.path.dirname(__file__),
- '../../../build/android')))
+ '..', '..', '..', '..', '..', 'build', 'android')))
try:
from pylib import android_commands # pylint: disable=F0401
from pylib import cmd_helper # pylint: disable=F0401
« no previous file with comments | « no previous file | tools/telemetry/telemetry/core/chrome/android_platform.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698