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/devil/.*", | 12 "build/android/devil/.*", |
13 "build/android/play_services/.*", | 13 "build/android/play_services/.*", |
14 "build/android/pylib/.*", | 14 "build/android/pylib/.*", |
15 "build/compiler_version.py", | 15 "build/compiler_version.py", |
16 "build/get_landmines.py", | 16 "build/get_landmines.py", |
17 "build/gyp_chromium", | 17 "build/gyp_chromium", |
18 "build/linux/sysroot_ld_path.sh", | 18 "build/linux/sysroot_ld_path.sh", |
19 "build/toolchain/get_concurrent_links.py", | 19 "build/toolchain/get_concurrent_links.py", |
20 "build/toolchain/mac/*.py", | 20 "build/toolchain/mac/.*py", |
21 "build/util/lib/common/unittest_util.py", | 21 "build/util/lib/common/unittest_util.py", |
22 "infra/.*", | 22 "infra/.*", |
23 "DEPS", | 23 "DEPS", |
24 "testing/buildbot/.*", | 24 "testing/buildbot/.*", |
25 "testing/scripts/.*", | 25 "testing/scripts/.*", |
26 "testing/test_env.py", | 26 "testing/test_env.py", |
27 "third_party/android_platform/development/scripts/.*", | 27 "third_party/android_platform/development/scripts/.*", |
28 "tools/clang/blink_gc_plugin/CMakeLists.txt", | 28 "tools/clang/blink_gc_plugin/CMakeLists.txt", |
29 "tools/luci-go/.*" | 29 "tools/luci-go/.*" |
30 ], | 30 ], |
31 "ignores": [ | 31 "ignores": [ |
32 "OWNERS", | 32 "OWNERS", |
33 ".*/OWNERS" | 33 ".*/OWNERS" |
34 ] | 34 ] |
35 }, | 35 }, |
36 "chromium": { | 36 "chromium": { |
37 "exclusions": [ | 37 "exclusions": [ |
| 38 "chrome/browser/resources/.*(css|html|js)", |
| 39 "chrome/browser/ui/webui/.*browsertest.*js", |
| 40 "chrome/installer/linux/sysroot_scripts/install-debian.wheezy.sysroot.py", |
38 "chrome/test/data/.*", | 41 "chrome/test/data/.*", |
39 "chrome/installer/linux/sysroot_scripts/install-debian.wheezy.sysroot.py", | 42 "components/about_ui/resources/.*(css|html|js)", |
| 43 "components/flags_ui/resources/.*(css|html|js)", |
40 "components/test/data/.*", | 44 "components/test/data/.*", |
| 45 "components/version_ui/resources/.*(css|html|js)", |
41 "content/test/data/.*", | 46 "content/test/data/.*", |
42 "content/test/gpu/.*", | 47 "content/test/gpu/.*", |
43 "extensions/test/data/.*", | 48 "extensions/test/data/.*", |
44 "gpu/gles2_conform_support/gles2_conform_test_expectations.txt", | 49 "gpu/gles2_conform_support/gles2_conform_test_expectations.txt", |
| 50 "media/test/data/.*", |
45 "mojo/tools/.*", | 51 "mojo/tools/.*", |
46 "media/test/data/.*", | |
47 "net/data/.*", | 52 "net/data/.*", |
48 "sql/test/data/.*", | 53 "sql/test/data/.*", |
49 "third_party/accessibility-audit/axs_testing.js", | 54 "third_party/accessibility-audit/axs_testing.js", |
| 55 "third_party/chaijs/.*(css|html|js)", |
| 56 "third_party/closure_compiler/.*(css|html|js)", |
50 "third_party/hunspell_dictionaries/.*", | 57 "third_party/hunspell_dictionaries/.*", |
| 58 "third_party/jstemplate/.*(css|html|js)", |
| 59 "third_party/mocha/.*(css|html|js)", |
| 60 "third_party/polymer/v1_0/components-chromium/.*(css|html|js)", |
| 61 "third_party/web-animations-js/.*(css|html|js)", |
51 "third_party/zlib/google/test/data/.*", | 62 "third_party/zlib/google/test/data/.*", |
52 "tools/clang/scripts/update.py", | 63 "tools/clang/scripts/update.py", |
53 "tools/mb/.*", | 64 "tools/mb/.*", |
54 "tools/metrics/histograms/histograms.xml", | 65 "tools/metrics/histograms/histograms.xml", |
55 "tools/perf/.*", | 66 "tools/perf/.*", |
56 "tools/telemetry/.*" | 67 "tools/telemetry/.*", |
| 68 "ui/webui/resources/.*(css|html|js)" |
57 ] | 69 ] |
58 }, | 70 }, |
59 "ios": { | 71 "ios": { |
60 "exclusions": [ | 72 "exclusions": [ |
61 "ios/build/bots/.*" | 73 "ios/build/bots/.*" |
62 ] | 74 ] |
63 } | 75 } |
64 } | 76 } |
OLD | NEW |