summaryrefslogtreecommitdiffstats
path: root/android_webview/tools/webview_licenses.py
diff options
context:
space:
mode:
authorboliu@chromium.org <boliu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-08-07 02:17:03 +0000
committerboliu@chromium.org <boliu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-08-07 02:17:03 +0000
commit9b21784ee6f02592efffb7dbbb70b714a1219803 (patch)
tree8deb1e0ac90dacc0e9945bee973d2d29b6c0f199 /android_webview/tools/webview_licenses.py
parent1a97cc300f87f10252e29921bded358d347ac2cc (diff)
downloadchromium_src-9b21784ee6f02592efffb7dbbb70b714a1219803.zip
chromium_src-9b21784ee6f02592efffb7dbbb70b714a1219803.tar.gz
chromium_src-9b21784ee6f02592efffb7dbbb70b714a1219803.tar.bz2
[Android WebView] Whitelist src/data for license
src/data is not part of the open source chromium checkout but exists on some bots. BUG= TBR=joth@chromium.org NOTRY=true Review URL: https://chromiumcodereview.appspot.com/22520002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@216063 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'android_webview/tools/webview_licenses.py')
-rwxr-xr-xandroid_webview/tools/webview_licenses.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/android_webview/tools/webview_licenses.py b/android_webview/tools/webview_licenses.py
index 6f5f5dc..d5afe61 100755
--- a/android_webview/tools/webview_licenses.py
+++ b/android_webview/tools/webview_licenses.py
@@ -111,6 +111,8 @@ def _CheckLicenseHeaders(excluded_dirs_list, whitelisted_files):
excluded_dirs_list.append('tools/histograms')
# 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.
+ excluded_dirs_list.append('data')
args = ['android_webview/tools/find_copyrights.pl',
'.'