| OLD | NEW |
| 1 { | 1 { |
| 2 "exclusions": [ | 2 "exclusions": [ |
| 3 "build/.*gyp[i]?", | 3 ".*gyp[i]?", |
| 4 "build/android/pylib", | 4 "build/android/pylib", |
| 5 "build/compiler_version.py", | 5 "build/compiler_version.py", |
| 6 "build/get_landmines.py", | 6 "build/get_landmines.py", |
| 7 "build/gyp_chromium", | 7 "build/gyp_chromium", |
| 8 "build/linux/sysroot_ld_path.sh", | 8 "build/linux/sysroot_ld_path.sh", |
| 9 "chrome/test/data/.*", | 9 "chrome/test/data/.*", |
| 10 "content/test/data/.*", | 10 "content/test/data/.*", |
| 11 "DEPS", | 11 "DEPS", |
| 12 "testing/buildbot/.*", | 12 "testing/buildbot/.*", |
| 13 "tools/clang/scripts/plugin_flags.sh", | 13 "tools/clang/scripts/plugin_flags.sh", |
| 14 "tools/clang/scripts/update.py", | 14 "tools/clang/scripts/update.py", |
| 15 "tools/clang/scripts/update.sh", | 15 "tools/clang/scripts/update.sh", |
| 16 "tools/metrics/histograms/histograms.xml", | 16 "tools/metrics/histograms/histograms.xml", |
| 17 "tools/perf/.*", | 17 "tools/perf/.*", |
| 18 "tools/telemetry/.*", | 18 "tools/telemetry/.*", |
| 19 "tools/whitespace.txt" | 19 "tools/whitespace.txt" |
| 20 ] | 20 ] |
| 21 } | 21 } |
| OLD | NEW |