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

Unified Diff: mojo/tools/mojob.py

Issue 821103003: Use gn check_targets and gn gen --check instead of presubmit (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 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 side-by-side diff with in-line comments
Download patch
« .gn ('K') | « PRESUBMIT.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/tools/mojob.py
diff --git a/mojo/tools/mojob.py b/mojo/tools/mojob.py
index 2e33c39e5e4669480fd7878882e3225873940688..9419ce50bd8102e6c94aea7373c9287d56c60e10 100755
--- a/mojo/tools/mojob.py
+++ b/mojo/tools/mojob.py
@@ -78,7 +78,7 @@ def sync(config):
def gn(config):
- command = ['gn', 'gen']
+ command = ['gn', 'gen', '--check']
gn_args = []
gn_args.append('is_debug=' + ('true' if config.is_debug else 'false'))
« .gn ('K') | « PRESUBMIT.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698