GN: Remove bogus argument to gn.py

Review URL: https://codereview.chromium.org/2507463002 .
This commit is contained in:
Zachary Anderson 2016-11-15 07:59:41 -08:00
parent 50b47360bd
commit 22ff72161f

View file

@ -408,7 +408,6 @@ def RunGN(target_os, mode, arch):
'-m', mode,
'-a', arch,
'--os', gn_os,
'--check',
'-v',
]
process = subprocess.Popen(gn_command)