| Index: android_webview/tools/webview_licenses.py
|
| diff --git a/android_webview/tools/webview_licenses.py b/android_webview/tools/webview_licenses.py
|
| index c062b95f9d254ce60c9584cae9ae4f85d83f0f60..9411bc715bd5dce5b1dda34585451214b27e12b0 100755
|
| --- a/android_webview/tools/webview_licenses.py
|
| +++ b/android_webview/tools/webview_licenses.py
|
| @@ -117,6 +117,8 @@ def _CheckLicenseHeaders(excluded_dirs_list, whitelisted_files):
|
| excluded_dirs_list.append('tools/histograms')
|
| # Swarming tools, doesn't exist in the snapshot
|
| excluded_dirs_list.append('tools/swarming_client')
|
| + # vulcanize tools, doesn't exist in the snapshot.
|
| + excluded_dirs_list.append('tools/vulcanize')
|
| # 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.
|
|
|