Chromium Code Reviews

Unified Diff: tools/copyright_scanner/copyright_scanner.py

Issue 1141003002: Move linux sysroots from chrome/installer/linux to build/linux (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « native_client_sdk/src/build_tools/build_sdk.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/copyright_scanner/copyright_scanner.py
diff --git a/tools/copyright_scanner/copyright_scanner.py b/tools/copyright_scanner/copyright_scanner.py
index adbec04082c5eb4e1021a332dbb08d682a1a65ea..439603a2132fa0b0acab37cd81e2fcc599c4df52 100644
--- a/tools/copyright_scanner/copyright_scanner.py
+++ b/tools/copyright_scanner/copyright_scanner.py
@@ -69,9 +69,9 @@ def FindFiles(input_api, root_dir, start_paths_list, excluded_dirs_list):
# Swarming tools, doesn't exist in the snapshot
path_join('tools', 'swarming_client'),
# ARM sysroot, doesn't exist in the snapshot
- path_join('chrome', 'installer', 'linux', 'debian_wheezy_arm-sysroot'),
+ path_join('build', 'linux', 'debian_wheezy_arm-sysroot'),
# Old location (TODO(sbc): Remove this once it no longer exists on any bots)
- path_join('arm-sysroot'),
+ 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.
« no previous file with comments | « native_client_sdk/src/build_tools/build_sdk.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine