diff options
author | sbc <sbc@chromium.org> | 2014-10-22 13:39:29 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-10-22 20:39:53 +0000 |
commit | 41d0e08a38f6cc0cb32a2596953a7262c4a9ab02 (patch) | |
tree | 2c6ab3d604130a0875ae4a0ee544fd5f4730b4d0 /android_webview | |
parent | 7881bcc9396f9163c6a7ed90224a4db222c52ce4 (diff) | |
download | chromium_src-41d0e08a38f6cc0cb32a2596953a7262c4a9ab02.zip chromium_src-41d0e08a38f6cc0cb32a2596953a7262c4a9ab02.tar.gz chromium_src-41d0e08a38f6cc0cb32a2596953a7262c4a9ab02.tar.bz2 |
Merge ARM sysroot install script with existing x86/amd64 one.
install-debian.wheezy.sysroot.py is now use for ARM
also, removing duplication. sysroot location is also
now consistent.
Review URL: https://codereview.chromium.org/664383004
Cr-Commit-Position: refs/heads/master@{#300746}
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') |