diff options
Diffstat (limited to 'android_webview')
-rwxr-xr-x | android_webview/tools/webview_licenses.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/android_webview/tools/webview_licenses.py b/android_webview/tools/webview_licenses.py index 3b4e006..01b2715 100755 --- a/android_webview/tools/webview_licenses.py +++ b/android_webview/tools/webview_licenses.py @@ -152,7 +152,9 @@ 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') - # Arm sysroot tools, doesn't exist in the snapshot + # ARM sysroot, doesn't exist in the snapshot + excluded_dirs_list.append('chrome/installer/linux/debian_wheezy_arm-sysroot') + # Old location (TODO(sbc): Remove this once it no longer exists on any bots) 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') |