Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(94)

Unified Diff: android_webview/tools/webview_licenses.py

Issue 11722029: [Android WebView] Update license checking tools data (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 12 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « android_webview/tools/third_party_files_whitelist.txt ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/tools/webview_licenses.py
diff --git a/android_webview/tools/webview_licenses.py b/android_webview/tools/webview_licenses.py
index c6d24658cef7e8a897a5d213a82d7d799dccecb3..3170d10a6880129afbccffe4313a136df0bcb482 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 = []
« no previous file with comments | « android_webview/tools/third_party_files_whitelist.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698