| OLD | NEW |
| 1 { | 1 { |
| 2 "base": { | 2 "base": { |
| 3 "exclusions": [ | 3 "exclusions": [ |
| 4 "build/.*gyp[i]?", | 4 "build/.*gyp[i]?", |
| 5 "build/android/pylib/.*", | 5 "build/android/pylib/.*", |
| 6 "build/compiler_version.py", | 6 "build/compiler_version.py", |
| 7 "build/get_landmines.py", | 7 "build/get_landmines.py", |
| 8 "build/gyp_chromium", | 8 "build/gyp_chromium", |
| 9 "build/linux/sysroot_ld_path.sh", | 9 "build/linux/sysroot_ld_path.sh", |
| 10 "DEPS", | 10 "DEPS", |
| 11 "testing/buildbot/.*", | 11 "testing/buildbot/.*", |
| 12 "tools/clang/blink_gc_plugin/CMakeLists.txt", | 12 "tools/clang/blink_gc_plugin/CMakeLists.txt", |
| 13 "tools/whitespace.txt" | 13 "tools/whitespace.txt" |
| 14 ] | 14 ] |
| 15 }, | 15 }, |
| 16 "android_webview": { | 16 "android_webview": { |
| 17 "exclusions": [ | 17 "exclusions": [ |
| 18 "android_webview/.*" | 18 "android_webview/.*" |
| 19 ] | 19 ] |
| 20 }, | 20 }, |
| 21 "chromium": { | 21 "chromium": { |
| 22 "exclusions": [ | 22 "exclusions": [ |
| 23 "chrome/test/data/.*", | 23 "chrome/test/data/.*", |
| 24 "content/test/data/.*", | 24 "content/test/data/.*", |
| 25 "content/test/gpu/.*", |
| 26 "gpu/gles2_conform_support/gles2_conform_test_expectations.txt", |
| 25 "net/data/.*", | 27 "net/data/.*", |
| 26 "tools/clang/scripts/plugin_flags.sh", | 28 "tools/clang/scripts/plugin_flags.sh", |
| 27 "tools/clang/scripts/update.py", | 29 "tools/clang/scripts/update.py", |
| 28 "tools/clang/scripts/update.sh", | 30 "tools/clang/scripts/update.sh", |
| 29 "tools/metrics/histograms/histograms.xml", | 31 "tools/metrics/histograms/histograms.xml", |
| 30 "tools/perf/.*", | 32 "tools/perf/.*", |
| 31 "tools/telemetry/.*" | 33 "tools/telemetry/.*" |
| 32 ] | 34 ] |
| 33 } | 35 } |
| 34 } | 36 } |
| OLD | NEW |