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

Unified Diff: build/android/emulator.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 | « build/android/android_commands.py ('k') | third_party/android/testrunner/LICENSE » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/emulator.py
diff --git a/build/android/emulator.py b/build/android/emulator.py
index 19cfe033b6267b5ed16a8871f3aa9a2f9062ddad..b3259c9f9219966f0281405da8b745ea42534671 100755
--- a/build/android/emulator.py
+++ b/build/android/emulator.py
@@ -20,9 +20,9 @@ import time
import android_commands
-# 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
« no previous file with comments | « build/android/android_commands.py ('k') | third_party/android/testrunner/LICENSE » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698