Index: android_webview/tools/webview_licenses.py |
diff --git a/android_webview/tools/webview_licenses.py b/android_webview/tools/webview_licenses.py |
index 8d0963077982207589c088d89fc416751290a66e..316b735de22a18c00fa81cb1af570fc35b6c47ff 100755 |
--- a/android_webview/tools/webview_licenses.py |
+++ b/android_webview/tools/webview_licenses.py |
@@ -149,8 +149,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') |
- # Arm sysroot tools, doesn't exist in the snapshot |
- excluded_dirs_list.append('arm-sysroot') |
+ # ARM sysroot, doesn't exist in the snapshot |
+ excluded_dirs_list.append('chrome/installer/linux/debian_wheezy_arm-sysroot') |
# Data is not part of open source chromium, but are included on some bots. |
excluded_dirs_list.append('data') |
# This is not part of open source chromium, but are included on some bots. |