diff options
author | steveblock@chromium.org <steveblock@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-07 21:12:36 +0000 |
---|---|---|
committer | steveblock@chromium.org <steveblock@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-07 21:12:36 +0000 |
commit | 5f5ceac025eddcd970426f5814e1fdae9c4d4f70 (patch) | |
tree | d6b5edbb5772e8f98b676c672c166a681d983863 /third_party | |
parent | a3d5570ff21d1a43ae7bce3a91c1274d8b30c4d7 (diff) | |
download | chromium_src-5f5ceac025eddcd970426f5814e1fdae9c4d4f70.zip chromium_src-5f5ceac025eddcd970426f5814e1fdae9c4d4f70.tar.gz chromium_src-5f5ceac025eddcd970426f5814e1fdae9c4d4f70.tar.bz2 |
Move third_party/android/testrunner to third_party/android_testrunner
The original intent was to have multiple subdirectories under
third_party/android/, but the need for these has not arisen and it potentially
adds complexity.
Also update the license checker tool to prune this directory, as the code is
used only for testing.
'tools/licenses.py scan | grep android'
See http://codereview.chromium.org/8322008.
Review URL: http://codereview.chromium.org/9622010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@125451 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party')
-rw-r--r-- | third_party/android_testrunner/LICENSE (renamed from third_party/android/testrunner/LICENSE) | 0 | ||||
-rw-r--r-- | third_party/android_testrunner/README.chromium (renamed from third_party/android/testrunner/README.chromium) | 0 | ||||
-rw-r--r-- | third_party/android_testrunner/adb_interface.py (renamed from third_party/android/testrunner/adb_interface.py) | 0 | ||||
-rw-r--r-- | third_party/android_testrunner/am_instrument_parser.py (renamed from third_party/android/testrunner/am_instrument_parser.py) | 0 | ||||
-rw-r--r-- | third_party/android_testrunner/errors.py (renamed from third_party/android/testrunner/errors.py) | 0 | ||||
-rw-r--r-- | third_party/android_testrunner/logger.py (renamed from third_party/android/testrunner/logger.py) | 0 | ||||
-rw-r--r-- | third_party/android_testrunner/run_command.py (renamed from third_party/android/testrunner/run_command.py) | 0 |
7 files changed, 0 insertions, 0 deletions
diff --git a/third_party/android/testrunner/LICENSE b/third_party/android_testrunner/LICENSE index d645695..d645695 100644 --- a/third_party/android/testrunner/LICENSE +++ b/third_party/android_testrunner/LICENSE diff --git a/third_party/android/testrunner/README.chromium b/third_party/android_testrunner/README.chromium index c8a97fa..c8a97fa 100644 --- a/third_party/android/testrunner/README.chromium +++ b/third_party/android_testrunner/README.chromium diff --git a/third_party/android/testrunner/adb_interface.py b/third_party/android_testrunner/adb_interface.py index 1928c73..1928c73 100644 --- a/third_party/android/testrunner/adb_interface.py +++ b/third_party/android_testrunner/adb_interface.py diff --git a/third_party/android/testrunner/am_instrument_parser.py b/third_party/android_testrunner/am_instrument_parser.py index 4554c4d..4554c4d 100644 --- a/third_party/android/testrunner/am_instrument_parser.py +++ b/third_party/android_testrunner/am_instrument_parser.py diff --git a/third_party/android/testrunner/errors.py b/third_party/android_testrunner/errors.py index e163dd45..e163dd45 100644 --- a/third_party/android/testrunner/errors.py +++ b/third_party/android_testrunner/errors.py diff --git a/third_party/android/testrunner/logger.py b/third_party/android_testrunner/logger.py index 61463a1..61463a1 100644 --- a/third_party/android/testrunner/logger.py +++ b/third_party/android_testrunner/logger.py diff --git a/third_party/android/testrunner/run_command.py b/third_party/android_testrunner/run_command.py index d398daa..d398daa 100644 --- a/third_party/android/testrunner/run_command.py +++ b/third_party/android_testrunner/run_command.py |