Remove calling ShouldRejectRequest in GCM requests
[chromium-blink-merge.git] / .gn
blobe7d6f6d8ba9b0802da36579eed8c9ee8465c3997
1 # This file is used by the GN meta build system to find the root of the source
2 # tree and to set startup options. For documentation on the values set in this
3 # file, run "gn help dotfile" at the command line.
5 # The location of the build configuration file.
6 buildconfig = "//build/config/BUILDCONFIG.gn"
8 # The secondary source root is a parallel directory tree where
9 # GN build files are placed when they can not be placed directly
10 # in the source tree, e.g. for third party source trees.
11 secondary_source = "//build/secondary/"
13 # These are the targets to check headers for by default. The files in targets
14 # matching these patterns (see "gn help label_pattern" for format) will have
15 # their includes checked for proper dependencies when you run either
16 # "gn check" or "gn gen --check".
17 check_targets = [
18   #"//apps/*",  # Medium-hard.
19   #"//ash/*",  # Medium-hard.
20   #"//base/*",  # Needs GN binary changes to work on Android.
21   "//blink/*",
22   "//breakpad/*",
23   "//build/*",
24   "//cc/*",
26   #"//chrome/*",  # Epic number of errors.
27   "//chrome/installer/*",
28   "//chromecast/*",
30   # TODO(brettw): Fix http://crbug.com/460828 and uncomment the following
31   # line.
32   #"//chrome_elf/*",
33   "//cloud_print/*",
35   #"//components/*",  # Lots of errors.
36   "//components/app_modal/*",
37   "//components/autofill/*",
38   "//components/bookmarks/*",
39   "//components/google/*",
40   "//components/omnibox/*",
41   "//components/os_crypt/*",
42   "//components/pref_registry/*",
43   "//components/undo/*",
44   "//components/update_client/*",
45   "//components/url_fixer/*",
46   "//components/url_matcher/*",
47   "//components/user_manager/*",
48   "//components/user_prefs/*",
49   "//components/variations/*",
50   "//components/wallpaper/*",
51   "//components/webcrypto/*",
53   #"//content/*",  # A whole lot of errors.
54   "//courgette/*",
55   "//crypto/*",
56   "//data/*",
57   "//dbus/*",
59   #"//device/*",  # Ran into http://crbug.com/500761 adding dbus dependency
61   #"//extensions/*",  # Lots of errors.
62   #"//gin/*",  # Easy.
63   "//google_apis/*",
64   "//google_update/*",
66   #"//gpu/*",  # Lots of errors.
67   "//gpu:*",
69   #"//ios/*",
70   "//ipc/*",
72   #"//jingle/*",
73   #"//media/*",  # Lots of errors.
74   #"//mojo/*",
75   #"//native_client/*",
76   #"//net/*",  # Needs GN binary changes to work on Android.
78   #"//pdf/*",  # Medium-hard.
79   #"//ppapi/*",  # Lots of errors.
80   "//printing/*",
82   #"//remoting/*",  # Medium-hard.
83   #"//rlz/*",  # Needs checking on Windows.
84   #"//sandbox/*",  # Medium-hard.
85   "//sdch/*",
86   "//skia/*",
87   "//sql/*",
88   "//storage/*",
89   "//sync/*",
90   "//testing/*",
92   #"//third_party/*",  # May not ever want this.
93   "//tools/*",
95   #"//ui/*",  # Just a few problems.
96   "//url/*",
97   "//v8/*",
100 # These are the list of GN files that run exec_script. This whitelist exists
101 # to force additional review for new uses of exec_script, which is strongly
102 # discouraged except for gypi_to_gn calls.
103 exec_script_whitelist = [
104   "//ash/BUILD.gn",
105   "//build/config/android/BUILD.gn",
106   "//build/config/android/config.gni",
107   "//build/config/android/internal_rules.gni",
108   "//build/config/android/rules.gni",
109   "//build/config/compiler/BUILD.gn",
110   "//build/config/gcc/gcc_version.gni",
111   "//build/config/ios/ios_sdk.gni",
112   "//build/config/linux/BUILD.gn",
113   "//build/config/linux/pkg_config.gni",
114   "//build/config/mac/mac_sdk.gni",
115   "//build/config/win/visual_studio_version.gni",
116   "//build/gn_helpers.py",
117   "//build/gypi_to_gn.py",
118   "//build/toolchain/gcc_toolchain.gni",
119   "//build/toolchain/mac/BUILD.gn",
120   "//build/toolchain/win/BUILD.gn",
121   "//chrome/android/BUILD.gn",
122   "//chrome/browser/BUILD.gn",
123   "//chrome/browser/chromeos/BUILD.gn",
124   "//chrome/browser/extensions/BUILD.gn",
125   "//chrome/browser/resources/chromeos/chromevox/BUILD.gn",
126   "//chrome/browser/media/router/BUILD.gn",
127   "//chrome/browser/ui/BUILD.gn",
128   "//chrome/chrome_tests.gni",
129   "//chrome/common/BUILD.gn",
130   "//chrome/common/extensions/api/schemas.gni",
131   "//chrome/renderer/BUILD.gn",
132   "//chrome/test/BUILD.gn",
133   "//chrome/utility/BUILD.gn",
134   "//chromeos/BUILD.gn",
136   # TODO(dgn): Layer violation but breaks the build otherwise, see
137   # https://crbug.com/474506
138   "//clank/java/BUILD.gn",
139   "//clank/native/BUILD.gn",
141   "//components/domain_reliability/BUILD.gn",
142   "//components/scheduler/scheduler.gni",
143   "//content/browser/browser.gni",
144   "//content/child/child.gni",
145   "//content/common/common.gni",
146   "//content/content.gni",
147   "//content/public/android/BUILD.gn",
148   "//content/renderer/renderer.gni",
149   "//content/test/BUILD.gn",
150   "//content/utility/utility.gni",
151   "//extensions/common/api/schemas.gni",
152   "//extensions/extensions.gni",
153   "//extensions/shell/app_shell.gni",
154   "//extensions/shell/common/api/schemas.gni",
155   "//google_apis/BUILD.gn",
156   "//gpu/gles2_conform_support/BUILD.gn",
157   "//jingle/BUILD.gn",
158   "//native_client/build/toolchain/gcc_toolchain.gni",
159   "//native_client/build/toolchain/nacl/BUILD.gn",
160   "//native_client/build/config/android/BUILD.gn",
161   "//native_client/build/config/gcc/gcc_version.gni",
162   "//native_client/build/config/ios/ios_sdk.gni",
163   "//native_client/build/config/linux/BUILD.gn",
164   "//native_client/build/config/linux/pkg_config.gni",
165   "//native_client/build/config/mac/mac_sdk.gni",
166   "//native_client/build/config/win/visual_studio_version.gni",
167   "//native_client/build/toolchain/gcc_toolchain.gni",
168   "//native_client/build/toolchain/mac/BUILD.gn",
169   "//native_client/build/toolchain/nacl/BUILD.gn",
170   "//native_client/build/toolchain/win/BUILD.gn",
171   "//net/BUILD.gn",
172   "//ppapi/ppapi_sources.gni",
173   "//printing/BUILD.gn",
174   "//remoting/host/BUILD.gn",
175   "//remoting/remoting_srcs.gni",
176   "//remoting/remoting_version.gni",
177   "//skia/BUILD.gn",
178   "//third_party/android_platform/BUILD.gn",
179   "//third_party/angle/BUILD.gn",
180   "//third_party/boringssl/BUILD.gn",
181   "//third_party/cld_2/BUILD.gn",
182   "//third_party/cython/rules.gni",
183   "//third_party/google_input_tools/inputview.gni",
184   "//third_party/harfbuzz-ng/BUILD.gn",
185   "//third_party/libaddressinput/BUILD.gn",
186   "//third_party/opus/BUILD.gn",
187   "//third_party/trace-viewer/tracing/BUILD.gn",
188   "//third_party/WebKit/Source/bindings/bindings.gni",
189   "//third_party/WebKit/Source/bindings/scripts/scripts.gni",
190   "//third_party/WebKit/Source/config.gni",
191   "//third_party/WebKit/Source/core/core.gni",
192   "//third_party/WebKit/Source/devtools/BUILD.gn",
193   "//third_party/WebKit/Source/modules/modules.gni",
194   "//third_party/WebKit/Source/platform/BUILD.gn",
195   "//third_party/WebKit/Source/platform/platform.gni",
196   "//third_party/WebKit/Source/web/BUILD.gn",
197   "//third_party/WebKit/Source/wtf/BUILD.gn",
198   "//tools/gn/BUILD.gn",
199   "//tools/gn/build_settings.h",
200   "//tools/gn/command_help.cc",
201   "//tools/gn/docs/language.md",
202   "//tools/gn/format_test_data/053.gn",
203   "//tools/gn/format_test_data/053.golden",
204   "//tools/gn/format_test_data/055.gn",
205   "//tools/gn/format_test_data/055.golden",
206   "//tools/gn/function_exec_script.cc",
207   "//tools/gn/gn.gyp",
208   "//tools/gn/input_conversion.cc",
209   "//tools/gn/misc/emacs/gn.el",
210   "//tools/gn/misc/vim/syntax/gn.vim",
211   "//tools/gn/setup.cc",
212   "//ui/accessibility/BUILD.gn",
213   "//ui/views/BUILD.gn",