Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(181)

Side by Side Diff: .gn

Issue 2323393004: Complete removing Blink gyp files. (Closed)
Patch Set: Windows Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | third_party/WebKit/Source/config.gni » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # This file is used by the GN meta build system to find the root of the source 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 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. 3 # file, run "gn help dotfile" at the command line.
4 4
5 # The location of the build configuration file. 5 # The location of the build configuration file.
6 buildconfig = "//build/config/BUILDCONFIG.gn" 6 buildconfig = "//build/config/BUILDCONFIG.gn"
7 7
8 # The secondary source root is a parallel directory tree where 8 # The secondary source root is a parallel directory tree where
9 # GN build files are placed when they can not be placed directly 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. 10 # in the source tree, e.g. for third party source trees.
(...skipping 199 matching lines...) Expand 10 before | Expand all | Expand 10 after
210 # directory is updated, so adds a glob so all the files are listed as 210 # directory is updated, so adds a glob so all the files are listed as
211 # inputs. This seems to work great... until a file is deleted. When a 211 # inputs. This seems to work great... until a file is deleted. When a
212 # file is deleted, all the inputs the glob lists will still be up to date 212 # file is deleted, all the inputs the glob lists will still be up to date
213 # and no command-lines will have been changed. The action will not be 213 # and no command-lines will have been changed. The action will not be
214 # re-run and the build will be broken. It is possible to get this correct 214 # re-run and the build will be broken. It is possible to get this correct
215 # using glob, and it's possible to mess it up without glob, but globs make 215 # using glob, and it's possible to mess it up without glob, but globs make
216 # this situation much easier to create. if the build always lists the 216 # this situation much easier to create. if the build always lists the
217 # files and passes them to a script, it will always be correct. 217 # files and passes them to a script, it will always be correct.
218 exec_script_whitelist = [ 218 exec_script_whitelist = [
219 "//android_webview/BUILD.gn", 219 "//android_webview/BUILD.gn",
220 "//ash/BUILD.gn",
221 "//build/config/BUILD.gn", 220 "//build/config/BUILD.gn",
222 "//build/config/android/config.gni", 221 "//build/config/android/config.gni",
223 "//build/config/android/internal_rules.gni", 222 "//build/config/android/internal_rules.gni",
224 "//build/config/android/rules.gni", 223 "//build/config/android/rules.gni",
225 "//build/config/compiler/BUILD.gn", 224 "//build/config/compiler/BUILD.gn",
226 "//build/config/gcc/gcc_version.gni", 225 "//build/config/gcc/gcc_version.gni",
227 "//build/config/ios/ios_sdk.gni", 226 "//build/config/ios/ios_sdk.gni",
228 "//build/config/linux/BUILD.gn", 227 "//build/config/linux/BUILD.gn",
229 "//build/config/linux/pkg_config.gni", 228 "//build/config/linux/pkg_config.gni",
230 "//build/config/linux/atk/BUILD.gn", 229 "//build/config/linux/atk/BUILD.gn",
231 "//build/config/mac/mac_sdk.gni", 230 "//build/config/mac/mac_sdk.gni",
232 "//build/config/posix/BUILD.gn", 231 "//build/config/posix/BUILD.gn",
233 "//build/config/sysroot.gni", 232 "//build/config/sysroot.gni",
234 "//build/config/win/BUILD.gn", 233 "//build/config/win/BUILD.gn",
235 "//build/config/win/visual_studio_version.gni", 234 "//build/config/win/visual_studio_version.gni",
236 "//build/gn_helpers.py",
237 "//build/gypi_to_gn.py",
238 "//build/toolchain/concurrent_links.gni", 235 "//build/toolchain/concurrent_links.gni",
239 "//build/toolchain/mac/BUILD.gn", 236 "//build/toolchain/mac/BUILD.gn",
240 "//build/toolchain/nacl/BUILD.gn", 237 "//build/toolchain/nacl/BUILD.gn",
241 "//build/toolchain/win/BUILD.gn", 238 "//build/toolchain/win/BUILD.gn",
242 "//build/util/branding.gni", 239 "//build/util/branding.gni",
243 "//build/util/version.gni", 240 "//build/util/version.gni",
244 "//chromeos/BUILD.gn", 241 "//chromeos/BUILD.gn",
245 242
246 # TODO(dgn): Layer violation but breaks the build otherwise, see 243 # TODO(dgn): Layer violation but breaks the build otherwise, see
247 # https://crbug.com/474506 244 # https://crbug.com/474506
248 "//clank/java/BUILD.gn", 245 "//clank/java/BUILD.gn",
249 "//clank/native/BUILD.gn", 246 "//clank/native/BUILD.gn",
250 247
251 "//content/browser/browser.gni",
252 "//content/public/android/BUILD.gn",
253 "//content/test/BUILD.gn",
254 "//jingle/BUILD.gn", 248 "//jingle/BUILD.gn",
255 "//net/BUILD.gn", 249 "//net/BUILD.gn",
256 "//printing/BUILD.gn",
257 "//remoting/host/BUILD.gn", 250 "//remoting/host/BUILD.gn",
258 "//remoting/remoting_srcs.gni",
259 "//remoting/remoting_version.gni", 251 "//remoting/remoting_version.gni",
260 "//third_party/android_platform/BUILD.gn",
261 "//third_party/angle/BUILD.gn", 252 "//third_party/angle/BUILD.gn",
262 "//third_party/angle/src/tests/BUILD.gn", 253 "//third_party/angle/src/tests/BUILD.gn",
263 "//third_party/angle/src/vulkan_support/BUILD.gn", 254 "//third_party/angle/src/vulkan_support/BUILD.gn",
264 "//third_party/boringssl/BUILD.gn",
265 "//third_party/catapult/tracing/BUILD.gn", 255 "//third_party/catapult/tracing/BUILD.gn",
266 "//third_party/cld_2/BUILD.gn",
267 "//third_party/google_input_tools/inputview.gni", 256 "//third_party/google_input_tools/inputview.gni",
268 "//third_party/harfbuzz-ng/BUILD.gn",
269 "//third_party/libaddressinput/BUILD.gn",
270 "//third_party/openh264/BUILD.gn",
271 "//third_party/skia/gn/shared_sources.gni", 257 "//third_party/skia/gn/shared_sources.gni",
272 "//third_party/WebKit/Source/bindings/bindings.gni",
273 "//third_party/WebKit/Source/bindings/scripts/scripts.gni",
274 "//third_party/WebKit/Source/config.gni",
275 "//third_party/WebKit/Source/core/core.gni",
276 "//third_party/WebKit/Source/modules/modules.gni",
277 "//third_party/WebKit/Source/web/BUILD.gn",
278 "//tools/gn/BUILD.gn",
279 "//ui/accessibility/BUILD.gn",
280 "//ui/gfx/BUILD.gn",
281 "//v8/test/cctest/BUILD.gn", 258 "//v8/test/cctest/BUILD.gn",
282 "//v8/test/unittests/BUILD.gn", 259 "//v8/test/unittests/BUILD.gn",
283 260
261 # CLD2 should be removed soon, delete this when we do.
262 "//third_party/cld_2/BUILD.gn",
263
284 # Not gypi-to-gn. 264 # Not gypi-to-gn.
285 "//google_apis/BUILD.gn", 265 "//google_apis/BUILD.gn",
266 "//printing/BUILD.gn",
286 ] 267 ]
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/config.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698