build: [gn] centralize GN args under build/args/*.gn
Devs can still locally override or add settings by adding lines after the `import` statement in args.gn. This will help make sure that everyone has a common set of build args, and will allow us to update everyone's build args in git.
This commit is contained in:
parent
d1cb8b7d67
commit
0efb5853d6
5 changed files with 20 additions and 12 deletions
4
build/args/debug.gn
Normal file
4
build/args/debug.gn
Normal file
|
@ -0,0 +1,4 @@
|
|||
import("all.gn")
|
||||
is_debug = true
|
||||
is_component_build = true
|
||||
use_jumbo_build = true
|
Loading…
Add table
Add a link
Reference in a new issue