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

Side by Side Diff: .gn

Issue 1984353002: [iOS/GN] Fix and enable "gn check" for "//ios/*" and "//ios_internal/*". (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix "--check" after https://codereview.chromium.org/1956113002/ Created 4 years, 7 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 | ios/chrome/BUILD.gn » ('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 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
57 "//data/*", 57 "//data/*",
58 "//dbus/*", 58 "//dbus/*",
59 "//device/*", 59 "//device/*",
60 60
61 #"//extensions/*", # Lots of errors. 61 #"//extensions/*", # Lots of errors.
62 "//gin/*", 62 "//gin/*",
63 "//google_apis/*", 63 "//google_apis/*",
64 "//google_update/*", 64 "//google_update/*",
65 "//gpu/*", 65 "//gpu/*",
66 66
67 #"//ios/*", 67 "//ios/*",
68 "//ios_internal/*",
68 "//ipc/*", 69 "//ipc/*",
69 70
70 #"//jingle/*", 71 #"//jingle/*",
71 "//mash/*", 72 "//mash/*",
72 73
73 #"//media/*", # Lots of errors. 74 #"//media/*", # Lots of errors.
74 "mojo/*", 75 "mojo/*",
75 76
76 #"//native_client/*", 77 #"//native_client/*",
77 "//net/*", 78 "//net/*",
(...skipping 225 matching lines...) Expand 10 before | Expand all | Expand 10 after
303 "//tools/gn/format_test_data/055.golden", 304 "//tools/gn/format_test_data/055.golden",
304 "//tools/gn/function_exec_script.cc", 305 "//tools/gn/function_exec_script.cc",
305 "//tools/gn/gn.gyp", 306 "//tools/gn/gn.gyp",
306 "//tools/gn/input_conversion.cc", 307 "//tools/gn/input_conversion.cc",
307 "//tools/gn/misc/emacs/gn.el", 308 "//tools/gn/misc/emacs/gn.el",
308 "//tools/gn/misc/vim/syntax/gn.vim", 309 "//tools/gn/misc/vim/syntax/gn.vim",
309 "//tools/gn/setup.cc", 310 "//tools/gn/setup.cc",
310 "//ui/accessibility/BUILD.gn", 311 "//ui/accessibility/BUILD.gn",
311 "//ui/views/BUILD.gn", 312 "//ui/views/BUILD.gn",
312 ] 313 ]
OLDNEW
« no previous file with comments | « no previous file | ios/chrome/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698