Removing common.gypi.

This commit is contained in:
Ben Vanik
2013-11-16 01:41:51 -08:00
parent 6f4c01bdab
commit 443e0308e7
3 changed files with 179 additions and 182 deletions

View File

@@ -357,7 +357,6 @@ def run_gyp(format):
"""
shell_call(' '.join([
'gyp',
'--include=common.gypi',
'-f %s' % (format),
# Removes the out/ from ninja builds.
'-G output_dir=.',