Index: tools/copyright_scanner/copyright_scanner.py |
diff --git a/tools/copyright_scanner/copyright_scanner.py b/tools/copyright_scanner/copyright_scanner.py |
index 6e99354feed1663c122e5b9ce60bba3620cd6cb5..c6118aa846ce2a6121eccbef0acf441e8d5d201f 100644 |
--- a/tools/copyright_scanner/copyright_scanner.py |
+++ b/tools/copyright_scanner/copyright_scanner.py |
@@ -70,13 +70,14 @@ |
path_join('build', 'goma', 'client'), |
# Ignore sysroots. |
path_join('build', 'linux', 'debian_jessie_arm64-sysroot'), |
+ path_join('build', 'linux', 'debian_jessie_arm-sysroot'), |
+ path_join('build', 'linux', 'debian_jessie_mips-sysroot'), |
+ path_join('build', 'linux', 'debian_jessie_i386-sysroot'), |
path_join('build', 'linux', 'debian_wheezy_amd64-sysroot'), |
path_join('build', 'linux', 'debian_wheezy_arm-sysroot'), |
path_join('build', 'linux', 'debian_wheezy_mips-sysroot'), |
path_join('build', 'linux', 'debian_wheezy_i386-sysroot'), |
path_join('build', 'linux', 'ubuntu_precise_amd64-sysroot'), |
- # Old location (TODO(sbc): Remove this once it no longer exists on any bots) |
- path_join('chrome', 'installer', 'linux', 'debian_wheezy_arm-sysroot'), |
# Data is not part of open source chromium, but are included on some bots. |
path_join('data'), |
# This is not part of open source chromium, but are included on some bots. |