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

Side by Side Diff: .gn

Issue 2291223002: Remove content/renderer .gypi file. (Closed)
Patch Set: . 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 | content/content_renderer.gypi » ('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 241 matching lines...) Expand 10 before | Expand all | Expand 10 after
252 # https://crbug.com/474506 252 # https://crbug.com/474506
253 "//clank/java/BUILD.gn", 253 "//clank/java/BUILD.gn",
254 "//clank/native/BUILD.gn", 254 "//clank/native/BUILD.gn",
255 255
256 "//components/domain_reliability/BUILD.gn", 256 "//components/domain_reliability/BUILD.gn",
257 "//components/sync/protocol/protocol_sources.gni", 257 "//components/sync/protocol/protocol_sources.gni",
258 "//content/browser/browser.gni", 258 "//content/browser/browser.gni",
259 "//content/child/child.gni", 259 "//content/child/child.gni",
260 "//content/common/common.gni", 260 "//content/common/common.gni",
261 "//content/public/android/BUILD.gn", 261 "//content/public/android/BUILD.gn",
262 "//content/renderer/renderer.gni",
263 "//content/test/BUILD.gn", 262 "//content/test/BUILD.gn",
264 "//content/utility/utility.gni", 263 "//content/utility/utility.gni",
265 "//extensions/common/api/schemas.gni", 264 "//extensions/common/api/schemas.gni",
266 "//extensions/extensions.gni", 265 "//extensions/extensions.gni",
267 "//extensions/shell/app_shell.gni", 266 "//extensions/shell/app_shell.gni",
268 "//extensions/shell/common/api/schemas.gni", 267 "//extensions/shell/common/api/schemas.gni",
269 "//google_apis/BUILD.gn", 268 "//google_apis/BUILD.gn",
270 "//gpu/gles2_conform_support/BUILD.gn", 269 "//gpu/gles2_conform_support/BUILD.gn",
271 "//gpu/khronos_glcts_support/BUILD.gn", 270 "//gpu/khronos_glcts_support/BUILD.gn",
272 "//jingle/BUILD.gn", 271 "//jingle/BUILD.gn",
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
314 "//tools/gn/misc/emacs/gn.el", 313 "//tools/gn/misc/emacs/gn.el",
315 "//tools/gn/misc/vim/syntax/gn.vim", 314 "//tools/gn/misc/vim/syntax/gn.vim",
316 "//tools/gn/setup.cc", 315 "//tools/gn/setup.cc",
317 "//ui/accessibility/BUILD.gn", 316 "//ui/accessibility/BUILD.gn",
318 "//ui/gfx/BUILD.gn", 317 "//ui/gfx/BUILD.gn",
319 "//ui/views/BUILD.gn", 318 "//ui/views/BUILD.gn",
320 "//ui/views/mus/BUILD.gn", 319 "//ui/views/mus/BUILD.gn",
321 "//v8/test/cctest/BUILD.gn", 320 "//v8/test/cctest/BUILD.gn",
322 "//v8/test/unittests/BUILD.gn", 321 "//v8/test/unittests/BUILD.gn",
323 ] 322 ]
OLDNEW
« no previous file with comments | « no previous file | content/content_renderer.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698