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

Side by Side Diff: .gn

Issue 1601893002: Have gn gen assert that the output directory does not have GYP artifacts (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: move to build/config/BUILD.gn Created 4 years, 11 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 | build/config/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 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
123 "//v8/*", 123 "//v8/*",
124 "//win8/*", 124 "//win8/*",
125 ] 125 ]
126 126
127 # These are the list of GN files that run exec_script. This whitelist exists 127 # These are the list of GN files that run exec_script. This whitelist exists
128 # to force additional review for new uses of exec_script, which is strongly 128 # to force additional review for new uses of exec_script, which is strongly
129 # discouraged except for gypi_to_gn calls. 129 # discouraged except for gypi_to_gn calls.
130 exec_script_whitelist = [ 130 exec_script_whitelist = [
131 "//android_webview/BUILD.gn", 131 "//android_webview/BUILD.gn",
132 "//ash/BUILD.gn", 132 "//ash/BUILD.gn",
133 "//build/config/BUILD.gn",
133 "//build/config/android/config.gni", 134 "//build/config/android/config.gni",
134 "//build/config/android/internal_rules.gni", 135 "//build/config/android/internal_rules.gni",
135 "//build/config/android/rules.gni", 136 "//build/config/android/rules.gni",
136 "//build/config/compiler/BUILD.gn", 137 "//build/config/compiler/BUILD.gn",
137 "//build/config/gcc/gcc_version.gni", 138 "//build/config/gcc/gcc_version.gni",
138 "//build/config/ios/ios_sdk.gni", 139 "//build/config/ios/ios_sdk.gni",
139 "//build/config/linux/BUILD.gn", 140 "//build/config/linux/BUILD.gn",
140 "//build/config/linux/pkg_config.gni", 141 "//build/config/linux/pkg_config.gni",
141 "//build/config/mac/mac_sdk.gni", 142 "//build/config/mac/mac_sdk.gni",
142 "//build/config/posix/BUILD.gn", 143 "//build/config/posix/BUILD.gn",
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
230 "//tools/gn/format_test_data/055.golden", 231 "//tools/gn/format_test_data/055.golden",
231 "//tools/gn/function_exec_script.cc", 232 "//tools/gn/function_exec_script.cc",
232 "//tools/gn/gn.gyp", 233 "//tools/gn/gn.gyp",
233 "//tools/gn/input_conversion.cc", 234 "//tools/gn/input_conversion.cc",
234 "//tools/gn/misc/emacs/gn.el", 235 "//tools/gn/misc/emacs/gn.el",
235 "//tools/gn/misc/vim/syntax/gn.vim", 236 "//tools/gn/misc/vim/syntax/gn.vim",
236 "//tools/gn/setup.cc", 237 "//tools/gn/setup.cc",
237 "//ui/accessibility/BUILD.gn", 238 "//ui/accessibility/BUILD.gn",
238 "//ui/views/BUILD.gn", 239 "//ui/views/BUILD.gn",
239 ] 240 ]
OLDNEW
« no previous file with comments | « no previous file | build/config/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698