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

Unified Diff: build/android/android_commands.py

Issue 9622010: Move README.chromium and LICENSE in third_party/android/ to correct location (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Move to third_party/android_testrunner/ Created 8 years, 9 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 | build/android/emulator.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/android_commands.py
diff --git a/build/android/android_commands.py b/build/android/android_commands.py
index 007d040229bd7efe3d9477080abb2728b8aeb08f..d16ebc58e3f86e56c35179d3d6130ee6c13907ad 100755
--- a/build/android/android_commands.py
+++ b/build/android/android_commands.py
@@ -23,12 +23,12 @@ import sys
import tempfile
import time
-# adb_interface.py is under ../../third_party/android/testrunner/
+# adb_interface.py is under ../../third_party/android_testrunner/
sys.path.append(os.path.join(os.path.abspath(os.path.dirname(__file__)), '..',
- '..', 'third_party', 'android', 'testrunner'))
+ '..', 'third_party', 'android_testrunner'))
import adb_interface
import cmd_helper
-import errors # is under ../../third_party/android/testrunner/errors.py
+import errors # is under ../../third_party/android_testrunner/errors.py
from run_tests_helper import IsRunningAsBuildbot
« no previous file with comments | « no previous file | build/android/emulator.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698