summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichal Klocek <michal.klocek@qt.io>2016-12-01 18:25:53 +0100
committerMichal Klocek <michal.klocek@qt.io>2016-12-15 13:59:43 +0000
commite4788880a0d2c2d6b0d59ffac90a41bfb3c745dd (patch)
tree13804db7d84d82fa4715199ee756c894ebb1624c
parent9827840c43939c88781140662fda75b4cce6c3d7 (diff)
Remove whitelist for script_exec from .gn
We need to run two python scripts, one for executing moc and second for finding mocables. Unfortunatly there are not in chromium build root, so there is no easy way to whitelist the script. Remove the whitelist check for now. Change-Id: Ic630d095b20184bdb9b00693107a1a1e22ca9c83 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
-rw-r--r--chromium/.gn113
1 files changed, 0 insertions, 113 deletions
diff --git a/chromium/.gn b/chromium/.gn
index 29bfe8c176e..670d8b4b6f1 100644
--- a/chromium/.gn
+++ b/chromium/.gn
@@ -223,116 +223,3 @@ check_targets = [
# using glob, and it's possible to mess it up without glob, but globs make
# this situation much easier to create. if the build always lists the
# files and passes them to a script, it will always be correct.
-exec_script_whitelist = [
- "//android_webview/BUILD.gn",
- "//ash/BUILD.gn",
- "//build/config/BUILD.gn",
- "//build/config/android/config.gni",
- "//build/config/android/internal_rules.gni",
- "//build/config/android/rules.gni",
- "//build/config/compiler/BUILD.gn",
- "//build/config/gcc/gcc_version.gni",
- "//build/config/ios/ios_sdk.gni",
- "//build/config/linux/BUILD.gn",
- "//build/config/linux/pkg_config.gni",
- "//build/config/linux/atk/BUILD.gn",
- "//build/config/mac/mac_sdk.gni",
- "//build/config/posix/BUILD.gn",
- "//build/config/sysroot.gni",
- "//build/config/win/BUILD.gn",
- "//build/config/win/visual_studio_version.gni",
- "//build/gn_helpers.py",
- "//build/gypi_to_gn.py",
- "//build/toolchain/concurrent_links.gni",
- "//build/toolchain/mac/BUILD.gn",
- "//build/toolchain/nacl/BUILD.gn",
- "//build/toolchain/win/BUILD.gn",
- "//build/util/branding.gni",
- "//build/util/version.gni",
- "//chrome/android/BUILD.gn",
- "//chrome/browser/BUILD.gn",
- "//chrome/browser/chromeos/BUILD.gn",
- "//chrome/browser/extensions/BUILD.gn",
- "//chrome/browser/resources/chromeos/chromevox/BUILD.gn",
- "//chrome/browser/media/router/BUILD.gn",
- "//chrome/browser/ui/BUILD.gn",
- "//chrome/chrome_tests.gni",
- "//chrome/common/BUILD.gn",
- "//chrome/common/extensions/api/schemas.gni",
- "//chrome/renderer/BUILD.gn",
- "//chrome/test/BUILD.gn",
- "//chrome/utility/BUILD.gn",
- "//chromeos/BUILD.gn",
-
- # TODO(dgn): Layer violation but breaks the build otherwise, see
- # https://crbug.com/474506
- "//clank/java/BUILD.gn",
- "//clank/native/BUILD.gn",
-
- "//components/domain_reliability/BUILD.gn",
- "//content/browser/browser.gni",
- "//content/child/child.gni",
- "//content/common/common.gni",
- "//content/public/android/BUILD.gn",
- "//content/renderer/renderer.gni",
- "//content/test/BUILD.gn",
- "//content/utility/utility.gni",
- "//extensions/common/api/schemas.gni",
- "//extensions/extensions.gni",
- "//extensions/shell/app_shell.gni",
- "//extensions/shell/common/api/schemas.gni",
- "//google_apis/BUILD.gn",
- "//gpu/gles2_conform_support/BUILD.gn",
- "//gpu/khronos_glcts_support/BUILD.gn",
- "//jingle/BUILD.gn",
- "//net/BUILD.gn",
- "//ppapi/ppapi_sources.gni",
- "//printing/BUILD.gn",
- "//remoting/host/BUILD.gn",
- "//remoting/remoting_srcs.gni",
- "//remoting/remoting_version.gni",
- "//skia/BUILD.gn",
- "//sync/protocol/protocol_sources.gni",
- "//third_party/android_platform/BUILD.gn",
- "//third_party/angle/BUILD.gn",
- "//third_party/angle/src/tests/BUILD.gn",
- "//third_party/boringssl/BUILD.gn",
- "//third_party/catapult/tracing/BUILD.gn",
- "//third_party/cld_2/BUILD.gn",
- "//third_party/cython/rules.gni",
- "//third_party/google_input_tools/inputview.gni",
- "//third_party/harfbuzz-ng/BUILD.gn",
- "//third_party/libaddressinput/BUILD.gn",
- "//third_party/opus/BUILD.gn",
- "//third_party/openh264/BUILD.gn",
- "//third_party/WebKit/Source/bindings/bindings.gni",
- "//third_party/WebKit/Source/bindings/scripts/scripts.gni",
- "//third_party/WebKit/Source/config.gni",
- "//third_party/WebKit/Source/core/core.gni",
- "//third_party/WebKit/Source/devtools/BUILD.gn",
- "//third_party/WebKit/Source/modules/modules.gni",
- "//third_party/WebKit/Source/platform/BUILD.gn",
- "//third_party/WebKit/Source/platform/platform.gni",
- "//third_party/WebKit/Source/web/BUILD.gn",
- "//third_party/WebKit/Source/wtf/BUILD.gn",
- "//third_party/WebKit/public/BUILD.gn",
- "//tools/gn/BUILD.gn",
- "//tools/gn/build_settings.h",
- "//tools/gn/command_help.cc",
- "//tools/gn/docs/language.md",
- "//tools/gn/format_test_data/053.gn",
- "//tools/gn/format_test_data/053.golden",
- "//tools/gn/format_test_data/055.gn",
- "//tools/gn/format_test_data/055.golden",
- "//tools/gn/function_exec_script.cc",
- "//tools/gn/gn.gyp",
- "//tools/gn/input_conversion.cc",
- "//tools/gn/misc/emacs/gn.el",
- "//tools/gn/misc/vim/syntax/gn.vim",
- "//tools/gn/setup.cc",
- "//ui/accessibility/BUILD.gn",
- "//ui/views/BUILD.gn",
- "//ui/views/mus/BUILD.gn",
- "//v8/test/cctest/BUILD.gn",
- "//v8/test/unittests/BUILD.gn",
-]