Set libchromiumcontent_component when bootstrapping

This commit is contained in:
Cheng Zhao 2015-04-11 13:43:02 +08:00
parent decf522f48
commit 59d99f7b60

View file

@ -19,8 +19,9 @@ def run_gyp():
gyp_pylib = os.path.join(os.path.dirname(GYP), 'pylib')
env['PYTHONPATH'] = os.path.pathsep.join([gyp_pylib,
env.get('PYTHONPATH', '')])
env['GYP_DEFINES'] = 'libchromiumcontent_component=static_library'
return subprocess.call([sys.executable, GYP, '--depth', '.',
'brightray.gyp'], env=env)
'-Ibrightray.gypi', 'brightray.gyp'], env=env)
def build():