summaryrefslogtreecommitdiffstats
path: root/android_webview
diff options
context:
space:
mode:
authormaruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-08-22 23:32:30 +0000
committermaruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-08-22 23:32:30 +0000
commit3b954ee09e07db9c7f82307761fcaa521ad7cda0 (patch)
treec736cd6a86d78383e8a3370050d57d85aee8eaef /android_webview
parent231ad36b389e2bb8dffe395883eca022948f98c7 (diff)
downloadchromium_src-3b954ee09e07db9c7f82307761fcaa521ad7cda0.zip
chromium_src-3b954ee09e07db9c7f82307761fcaa521ad7cda0.tar.gz
chromium_src-3b954ee09e07db9c7f82307761fcaa521ad7cda0.tar.bz2
Fix android license check.
swarm_client shouldn't be checked by this tool. TBR=torne@chromium.org BUG=277785 Review URL: https://chromiumcodereview.appspot.com/23004017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@219145 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'android_webview')
-rwxr-xr-xandroid_webview/tools/webview_licenses.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/android_webview/tools/webview_licenses.py b/android_webview/tools/webview_licenses.py
index d5afe61..aa4f28f 100755
--- a/android_webview/tools/webview_licenses.py
+++ b/android_webview/tools/webview_licenses.py
@@ -109,6 +109,9 @@ def _CheckLicenseHeaders(excluded_dirs_list, whitelisted_files):
excluded_dirs_list.append('data/dom_perf')
# Histogram tools, doesn't exist in the snapshot
excluded_dirs_list.append('tools/histograms')
+ # swarm_client is a third_party and not used on Android.
+ excluded_dirs_list.append('tools/swarm_client')
+ excluded_dirs_list.append('tools/swarming_client')
# Arm sysroot tools, doesn't exist in the snapshot
excluded_dirs_list.append('arm-sysroot')
# Data is not part of open source chromium, but are included on some bots.