mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
57 lines
1.4 KiB
JSON
57 lines
1.4 KiB
JSON
{
|
|
"android_webview": {
|
|
"exclusions": [
|
|
"android_webview/.*"
|
|
]
|
|
},
|
|
"base": {
|
|
"exclusions": [
|
|
".*isolate",
|
|
"build/.*gyp[i]?",
|
|
"build/android/.*py",
|
|
"build/android/pylib/.*",
|
|
"build/compiler_version.py",
|
|
"build/get_landmines.py",
|
|
"build/gyp_chromium",
|
|
"build/linux/sysroot_ld_path.sh",
|
|
"infra/.*",
|
|
"DEPS",
|
|
"testing/buildbot/.*",
|
|
"testing/scripts/.*",
|
|
"testing/test_env.py",
|
|
"tools/clang/blink_gc_plugin/CMakeLists.txt",
|
|
"tools/luci-go/.*",
|
|
"tools/whitespace.txt"
|
|
]
|
|
},
|
|
"chromium": {
|
|
"exclusions": [
|
|
"chrome/test/data/.*",
|
|
"chrome/installer/linux/sysroot_scripts/install-debian.wheezy.sysroot.py",
|
|
"components/test/data/.*",
|
|
"content/test/data/.*",
|
|
"content/test/gpu/.*",
|
|
"extensions/test/data/.*",
|
|
"gpu/gles2_conform_support/gles2_conform_test_expectations.txt",
|
|
"mojo/tools/.*",
|
|
"media/test/data/.*",
|
|
"net/data/.*",
|
|
"sql/test/data/.*",
|
|
"third_party/accessibility-audit/axs_testing.js",
|
|
"third_party/hunspell_dictionaries/.*",
|
|
"third_party/zlib/google/test/data/.*",
|
|
"tools/clang/scripts/update.py",
|
|
"tools/clang/scripts/update.sh",
|
|
"tools/mb/.*",
|
|
"tools/metrics/histograms/histograms.xml",
|
|
"tools/perf/.*",
|
|
"tools/telemetry/.*"
|
|
]
|
|
},
|
|
"ios": {
|
|
"exclusions": [
|
|
"ios/build/bots/.*"
|
|
]
|
|
}
|
|
}
|