summaryrefslogtreecommitdiffstats
path: root/tools/cr
diff options
context:
space:
mode:
authorskyostil <skyostil@chromium.org>2016-03-15 06:02:56 -0700
committerCommit bot <commit-bot@chromium.org>2016-03-15 13:04:18 +0000
commitf9a0bfacf21833e36bee3400176ee0c478a1440c (patch)
tree238ac4f429c8e10560cda19461d71010b71dab8c /tools/cr
parent3f341390d26b42fd4a75ef7865adf1f7897bb274 (diff)
downloadchromium_src-f9a0bfacf21833e36bee3400176ee0c478a1440c.zip
chromium_src-f9a0bfacf21833e36bee3400176ee0c478a1440c.tar.gz
chromium_src-f9a0bfacf21833e36bee3400176ee0c478a1440c.tar.bz2
cr: Default to using the gn generator instead of gyp
Review URL: https://codereview.chromium.org/1802933002 Cr-Commit-Position: refs/heads/master@{#381216}
Diffstat (limited to 'tools/cr')
-rw-r--r--tools/cr/cr/commands/init.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/cr/cr/commands/init.py b/tools/cr/cr/commands/init.py
index 04692ba..7ea7b98 100644
--- a/tools/cr/cr/commands/init.py
+++ b/tools/cr/cr/commands/init.py
@@ -95,7 +95,7 @@ class InitCommand(cr.Command):
exit(1)
generator = cr.context.args.CR_GENERATOR
if not generator:
- generator = 'gyp'
+ generator = 'gn'
cr.context.derived.Set(
CR_OUT_FULL=out,
CR_OUT_BASE=base,