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

Side by Side Diff: .gn

Issue 2862813003: Enable header checking in WebKit/public/* (Closed)
Patch Set: simplify rule Created 3 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 | no next file » | 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 import("//build/dotfile_settings.gni") 5 import("//build/dotfile_settings.gni")
6 6
7 # The location of the build configuration file. 7 # The location of the build configuration file.
8 buildconfig = "//build/config/BUILDCONFIG.gn" 8 buildconfig = "//build/config/BUILDCONFIG.gn"
9 9
10 # The secondary source root is a parallel directory tree where 10 # The secondary source root is a parallel directory tree where
(...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after
139 "//sql/*", 139 "//sql/*",
140 "//storage/*", 140 "//storage/*",
141 "//testing/*", 141 "//testing/*",
142 142
143 #"//third_party/*", # May not ever want this. 143 #"//third_party/*", # May not ever want this.
144 "//third_party/brotli/*", 144 "//third_party/brotli/*",
145 "//third_party/hunspell/*", 145 "//third_party/hunspell/*",
146 "//third_party/libaddressinput/*", 146 "//third_party/libaddressinput/*",
147 "//third_party/libphonenumber/*", 147 "//third_party/libphonenumber/*",
148 "//third_party/libwebp/*", 148 "//third_party/libwebp/*",
149 "//third_party/WebKit/Source/*", 149 "//third_party/WebKit/*",
150 "//tools/*", 150 "//tools/*",
151 151
152 #"//ui/*", # Work left on Chromeos w/ use_ozone. Some parts of UI that work: 152 #"//ui/*", # Work left on Chromeos w/ use_ozone. Some parts of UI that work:
153 "//ui/accessibility/*", 153 "//ui/accessibility/*",
154 "//ui/android/*", 154 "//ui/android/*",
155 "//ui/app_list/*", 155 "//ui/app_list/*",
156 "//ui/arc/*", 156 "//ui/arc/*",
157 "//ui/aura/*", 157 "//ui/aura/*",
158 "//ui/aura_extra/*", 158 "//ui/aura_extra/*",
159 "//ui/base/*", 159 "//ui/base/*",
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
276 "//third_party/google_input_tools/inputview.gni", 276 "//third_party/google_input_tools/inputview.gni",
277 277
278 # CLD2 should be removed soon, delete this when we do. 278 # CLD2 should be removed soon, delete this when we do.
279 "//third_party/cld_2/BUILD.gn", 279 "//third_party/cld_2/BUILD.gn",
280 "//tools/grit/grit_rule.gni", 280 "//tools/grit/grit_rule.gni",
281 281
282 # Not gypi-to-gn. 282 # Not gypi-to-gn.
283 "//google_apis/BUILD.gn", 283 "//google_apis/BUILD.gn",
284 "//printing/BUILD.gn", 284 "//printing/BUILD.gn",
285 ] 285 ]
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698