| OLD | NEW |
| 1 { | 1 { |
| 2 "exclusions": [ | |
| 3 "build/.*gyp[i]?", | |
| 4 "build/android/pylib", | |
| 5 "build/compiler_version.py", | |
| 6 "build/get_landmines.py", | |
| 7 "build/gyp_chromium", | |
| 8 "build/linux/sysroot_ld_path.sh", | |
| 9 "chrome/test/data/.*", | |
| 10 "content/test/data/.*", | |
| 11 "DEPS", | |
| 12 "testing/buildbot/.*", | |
| 13 "tools/clang/scripts/plugin_flags.sh", | |
| 14 "tools/clang/scripts/update.py", | |
| 15 "tools/clang/scripts/update.sh", | |
| 16 "tools/metrics/histograms/histograms.xml", | |
| 17 "tools/perf/.*", | |
| 18 "tools/telemetry/.*", | |
| 19 "tools/whitespace.txt" | |
| 20 ], | |
| 21 "base": { | 2 "base": { |
| 22 "exclusions": [ | 3 "exclusions": [ |
| 23 "build/.*gyp[i]?", | 4 "build/.*gyp[i]?", |
| 24 "build/android/pylib", | 5 "build/android/pylib", |
| 25 "build/compiler_version.py", | 6 "build/compiler_version.py", |
| 26 "build/get_landmines.py", | 7 "build/get_landmines.py", |
| 27 "build/gyp_chromium", | 8 "build/gyp_chromium", |
| 28 "build/linux/sysroot_ld_path.sh", | 9 "build/linux/sysroot_ld_path.sh", |
| 29 "DEPS", | 10 "DEPS", |
| 30 "testing/buildbot/.*", | 11 "testing/buildbot/.*", |
| (...skipping 11 matching lines...) Expand all Loading... |
| 42 "content/test/data/.*", | 23 "content/test/data/.*", |
| 43 "tools/clang/scripts/plugin_flags.sh", | 24 "tools/clang/scripts/plugin_flags.sh", |
| 44 "tools/clang/scripts/update.py", | 25 "tools/clang/scripts/update.py", |
| 45 "tools/clang/scripts/update.sh", | 26 "tools/clang/scripts/update.sh", |
| 46 "tools/metrics/histograms/histograms.xml", | 27 "tools/metrics/histograms/histograms.xml", |
| 47 "tools/perf/.*", | 28 "tools/perf/.*", |
| 48 "tools/telemetry/.*" | 29 "tools/telemetry/.*" |
| 49 ] | 30 ] |
| 50 } | 31 } |
| 51 } | 32 } |
| OLD | NEW |