| { |
| "android_webview": { |
| "exclusions": [ |
| "android_webview/.*" |
| ] |
| }, |
| "base": { |
| "exclusions": [ |
| ".*isolate", |
| ".vpython", |
| "build/check_gn_headers.py", |
| "build/check_gn_headers_allowlist.txt", |
| "build/get_landmines.py", |
| "build/gn_helpers.py", |
| "build/mac_toolchain.py", |
| "build/toolchain/apple/.*py", |
| "build/toolchain/get_concurrent_links.py", |
| "build/util/lib/common/unittest_util.py", |
| "build/vs_toolchain.py", |
| "DEPS", |
| "infra/scripts/.*", |
| "infra/orchestrator/BUILD.gn", |
| "testing/buildbot/gn_isolate_map.pyl", |
| "testing/merge_scripts/.*", |
| "testing/scripts/.*", |
| "testing/test_env.py", |
| "third_party/android_platform/development/scripts/.*", |
| "tools/clang/scripts/process_crashreports.py" |
| ], |
| "ignores": [ |
| "(.+/)?PRESUBMIT\\.py" |
| ] |
| }, |
| "chromeos": { |
| "exclusions": [ |
| "chromeos/CHROMEOS_LKGM" |
| ] |
| }, |
| "chromium": { |
| "exclusions": [ |
| "build/config/siso/.*", |
| "buildtools/checkdeps/.*", |
| "chrome/android/profiles/newest.txt", |
| "chrome/browser/resources/.*(css|html|js)", |
| "chrome/browser/ui/webui/.*browsertest.*js", |
| "chrome/test/data/.*", |
| "components/about_ui/resources/.*(css|html|js)", |
| "components/flags_ui/resources/.*(css|html|js)", |
| "components/test/data/.*", |
| "components/version_ui/resources/.*(css|html|js)", |
| "content/test/data/.*", |
| "extensions/test/data/.*", |
| "media/test/data/.*", |
| "mojo/tools/.*", |
| "net/data/.*", |
| "sql/test/data/.*", |
| "third_party/accessibility-audit/axs_testing.js", |
| "third_party/angle/DEPS", |
| "third_party/closure_compiler/.*(css|html|js)", |
| "third_party/dawn/DEPS", |
| "third_party/dawn/generator/.*", |
| "third_party/dawn/src/dawn/.*json", |
| "third_party/hunspell_dictionaries/.*", |
| "third_party/openscreen/src/DEPS", |
| "third_party/polymer/v1_0/components-chromium/.*(css|html|js)", |
| "third_party/vulkan-deps/DEPS", |
| "third_party/web-animations-js/.*(css|html|js)", |
| "third_party/zlib/google/test/data/.*", |
| "tools/clang/scripts/update.py", |
| "tools/rust/update_rust.py", |
| "tools/grit/.*", |
| "tools/mb/.*", |
| "tools/msan/.*", |
| "tools/perf/.*", |
| "tools/telemetry/.*", |
| "tools/traffic_annotation/scripts/.*", |
| "tools/ubsan/.*", |
| "ui/webui/resources/.*(css|html|js)" |
| ], |
| "ignores": [ |
| "tools/perf/cbb_ref_info/.*" |
| ] |
| }, |
| "dawn_chromium_presubmit": { |
| "exclusions": [ |
| "third_party/dawn/webgpu-cts/compat-expectations.txt", |
| "third_party/dawn/webgpu-cts/expectations.txt" |
| ] |
| }, |
| "fuchsia": { |
| "exclusions": [ |
| "build/fuchsia/.*py" |
| ] |
| }, |
| "ios": { |
| "exclusions": [ |
| "ios/build/bots/.*", |
| "tools/clang/dsymutil/bin/dsymutil.arm64.sha1", |
| "tools/clang/dsymutil/bin/dsymutil.x64.sha1" |
| ] |
| }, |
| "linux": { |
| "exclusions": [ |
| "build/linux/sysroot_ld_path.sh", |
| "build/linux/sysroot_scripts/sysroots.json", |
| "testing/xvfb.py" |
| ] |
| }, |
| "mac": { |
| "exclusions": [ |
| "tools/clang/dsymutil/bin/dsymutil.arm64.sha1", |
| "tools/clang/dsymutil/bin/dsymutil.x64.sha1" |
| ] |
| }, |
| "win": { |
| "exclusions": [ |
| "build/toolchain/win/rc/win/rc.exe.sha1", |
| "build/toolchain/win/rc/rc.py", |
| "build/toolchain/win/midl.py", |
| "build/toolchain/win/ml.py" |
| ] |
| } |
| } |