summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorsteveblock@chromium.org <steveblock@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-07 21:12:36 +0000
committersteveblock@chromium.org <steveblock@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-07 21:12:36 +0000
commit5f5ceac025eddcd970426f5814e1fdae9c4d4f70 (patch)
treed6b5edbb5772e8f98b676c672c166a681d983863 /tools
parenta3d5570ff21d1a43ae7bce3a91c1274d8b30c4d7 (diff)
downloadchromium_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 'tools')
-rwxr-xr-xtools/licenses.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/licenses.py b/tools/licenses.py
index 0889d06..082bebb 100755
--- a/tools/licenses.py
+++ b/tools/licenses.py
@@ -61,6 +61,7 @@ PRUNE_PATHS = set([
os.path.join('v8','src','third_party','valgrind'),
# Used for development and test, not in the shipping product.
+ os.path.join('third_party','android_testrunner'),
os.path.join('third_party','bidichecker'),
os.path.join('third_party','cygwin'),
os.path.join('third_party','gold'),