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 = [] |