diff options
author | mnaganov@chromium.org <mnaganov@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-04 12:27:05 +0000 |
---|---|---|
committer | mnaganov@chromium.org <mnaganov@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-04 12:27:05 +0000 |
commit | 6ef886f50bee3186dcbf337e76a95c983aec1b07 (patch) | |
tree | 5956940c14b3db345fcbfdcc1fdf5b782777f6b8 /android_webview | |
parent | 11b426f286e9d641c2cbe075e28284ae9d952f94 (diff) | |
download | chromium_src-6ef886f50bee3186dcbf337e76a95c983aec1b07.zip chromium_src-6ef886f50bee3186dcbf337e76a95c983aec1b07.tar.gz chromium_src-6ef886f50bee3186dcbf337e76a95c983aec1b07.tar.bz2 |
[Android WebView] Update license checking tools data
TBR=torne@chromium.org
NOTRY=true
Review URL: https://chromiumcodereview.appspot.com/11722029
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175136 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'android_webview')
-rw-r--r-- | android_webview/tools/third_party_files_whitelist.txt | 2 | ||||
-rwxr-xr-x | android_webview/tools/webview_licenses.py | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/android_webview/tools/third_party_files_whitelist.txt b/android_webview/tools/third_party_files_whitelist.txt index cb57399..6220a42 100644 --- a/android_webview/tools/third_party_files_whitelist.txt +++ b/android_webview/tools/third_party_files_whitelist.txt @@ -119,6 +119,8 @@ chrome/installer/mac/pkg-dmg chrome/installer/mini_installer/mini_installer_exe_version.rc.version # String 'copyright' used in resources. chrome/installer/setup/setup_exe_version.rc.version +# Emits Chromium copyright. +chrome/test/chromedriver/embed_js_in_cpp.py # String 'copyright' used in code. chrome/tools/convert_dict/aff_reader.h # String 'copyright' used in code. diff --git a/android_webview/tools/webview_licenses.py b/android_webview/tools/webview_licenses.py index c6d2465..3170d10 100755 --- a/android_webview/tools/webview_licenses.py +++ b/android_webview/tools/webview_licenses.py @@ -130,6 +130,8 @@ def _CheckLicenseHeaders(directory_list, whitelisted_files): directory_list.append('tools/histograms/') # Arm sysroot tools, doesn't exist in the snapshot directory_list.append('arm-sysroot/') + # Windows-only + directory_list.append('tools/win/toolchain/7z/') # Exclude files under listed directories and some known offenders. offending_files = [] |