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/scripts/.*", | 22 "infra/scripts/.*", |
23 "DEPS", | 23 "DEPS", |
24 "testing/buildbot/.*", | |
Dirk Pranke
2016/09/16 01:36:44
These changes are just for testing (since otherwis
| |
25 "testing/scripts/.*", | 24 "testing/scripts/.*", |
26 "testing/test_env.py", | 25 "testing/test_env.py", |
27 "third_party/android_platform/development/scripts/.*", | 26 "third_party/android_platform/development/scripts/.*", |
28 "tools/clang/blink_gc_plugin/CMakeLists.txt", | 27 "tools/clang/blink_gc_plugin/CMakeLists.txt", |
29 "tools/luci-go/.*" | 28 "tools/luci-go/.*" |
30 ], | 29 ], |
31 "ignores": [ | 30 "ignores": [ |
32 "infra/config/recipes.cfg", | 31 "infra/config/recipes.cfg", |
33 "infra/recipes/.*" | 32 "infra/recipes/.*" |
34 ] | 33 ] |
(...skipping 19 matching lines...) Expand all Loading... | |
54 "third_party/accessibility-audit/axs_testing.js", | 53 "third_party/accessibility-audit/axs_testing.js", |
55 "third_party/chaijs/.*(css|html|js)", | 54 "third_party/chaijs/.*(css|html|js)", |
56 "third_party/closure_compiler/.*(css|html|js)", | 55 "third_party/closure_compiler/.*(css|html|js)", |
57 "third_party/hunspell_dictionaries/.*", | 56 "third_party/hunspell_dictionaries/.*", |
58 "third_party/jstemplate/.*(css|html|js)", | 57 "third_party/jstemplate/.*(css|html|js)", |
59 "third_party/mocha/.*(css|html|js)", | 58 "third_party/mocha/.*(css|html|js)", |
60 "third_party/polymer/v1_0/components-chromium/.*(css|html|js)", | 59 "third_party/polymer/v1_0/components-chromium/.*(css|html|js)", |
61 "third_party/web-animations-js/.*(css|html|js)", | 60 "third_party/web-animations-js/.*(css|html|js)", |
62 "third_party/zlib/google/test/data/.*", | 61 "third_party/zlib/google/test/data/.*", |
63 "tools/clang/scripts/update.py", | 62 "tools/clang/scripts/update.py", |
64 "tools/mb/.*", | |
65 "tools/metrics/histograms/histograms.xml", | 63 "tools/metrics/histograms/histograms.xml", |
66 "tools/perf/.*", | 64 "tools/perf/.*", |
67 "tools/telemetry/.*", | 65 "tools/telemetry/.*", |
68 "ui/webui/resources/.*(css|html|js)" | 66 "ui/webui/resources/.*(css|html|js)" |
69 ] | 67 ] |
70 }, | 68 }, |
71 "ios": { | 69 "ios": { |
72 "exclusions": [ | 70 "exclusions": [ |
73 "ios/build/bots/.*" | 71 "ios/build/bots/.*" |
74 ] | 72 ] |
75 } | 73 } |
76 } | 74 } |
OLD | NEW |