| Index: tools/copyright_scanner/copyright_scanner.py
|
| diff --git a/tools/copyright_scanner/copyright_scanner.py b/tools/copyright_scanner/copyright_scanner.py
|
| index 89771ad142d05307f6b4d8152d25e1d81691bdd5..6e99354feed1663c122e5b9ce60bba3620cd6cb5 100644
|
| --- a/tools/copyright_scanner/copyright_scanner.py
|
| +++ b/tools/copyright_scanner/copyright_scanner.py
|
| @@ -74,6 +74,7 @@ def FindFiles(input_api, root_dir, start_paths_list, excluded_dirs_list):
|
| 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.
|
|
|