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

Unified Diff: tools/build.py

Issue 2507463002: GN: Remove bogus argument to gn.py (Closed)
Patch Set: Created 4 years, 1 month 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/build.py
diff --git a/tools/build.py b/tools/build.py
index 0858c27bee03e27c2e31665f0e9fde5a729608cd..4f5d2e1606dcc26ca2573f0a54c8a5d4e9cee4da 100755
--- a/tools/build.py
+++ b/tools/build.py
@@ -408,7 +408,6 @@ def RunGN(target_os, mode, arch):
'-m', mode,
'-a', arch,
'--os', gn_os,
- '--check',
'-v',
]
process = subprocess.Popen(gn_command)
« 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