summaryrefslogtreecommitdiffstats
path: root/tools/copyright_scanner
diff options
context:
space:
mode:
authorsbc <sbc@chromium.org>2015-06-30 12:14:23 -0700
committerCommit bot <commit-bot@chromium.org>2015-06-30 19:15:31 +0000
commit8208b4d81396c11e1f8ca8f6ffe52b9fcea87d05 (patch)
treee2c8ee7873bf32cec3fd39c0e06e9db56ea7a805 /tools/copyright_scanner
parent5c8510d1c1078e82357005cf56f0af8acde0c168 (diff)
downloadchromium_src-8208b4d81396c11e1f8ca8f6ffe52b9fcea87d05.zip
chromium_src-8208b4d81396c11e1f8ca8f6ffe52b9fcea87d05.tar.gz
chromium_src-8208b4d81396c11e1f8ca8f6ffe52b9fcea87d05.tar.bz2
Move linux sysroots from chrome/installer/linux to build/linux
The sysroot are generally useful (for example when cross compiling) and not limited to use in the installer or official releases. Another reason to move this is that it would allow other projects to more easily share chromium's build setup without depending on chrome/. Also, rename the install script to simply install-sysroot. This way the script can keep the same name and support multiple different debian releases without needing to duplicate the script (e.g. when we switch to jessie). BUG=504446 TEST=cross build chromium for arm and ia32 Review URL: https://codereview.chromium.org/1141003002 Cr-Commit-Position: refs/heads/master@{#336843}
Diffstat (limited to 'tools/copyright_scanner')
-rw-r--r--tools/copyright_scanner/copyright_scanner.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/copyright_scanner/copyright_scanner.py b/tools/copyright_scanner/copyright_scanner.py
index adbec04..439603a 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.