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