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