Commit f310b30f authored by mnaganov's avatar mnaganov Committed by Commit bot

Add debian_wheezy_amd64-sysroot to the list of 3rd party code scanner

BUG=560603
TBR=sbc@chromium.org

Review URL: https://codereview.chromium.org/1473533003

Cr-Commit-Position: refs/heads/master@{#361239}
parent eed68eca
......@@ -69,6 +69,7 @@ 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'),
# Ignore sysroots.
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'),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment