2012-05-08 23:19:08 +02:00
|
|
|
# This file will be picked up by gyp to initialize some global settings.
|
|
|
|
{
|
|
|
|
'variables': {
|
|
|
|
'build_with_chromium': 1,
|
2012-10-03 18:35:45 +02:00
|
|
|
'clang_use_chrome_plugins': 0,
|
2012-08-31 02:17:53 +02:00
|
|
|
'enable_protobuf': 1,
|
|
|
|
'enabled_libjingle_device_manager': 1,
|
2012-05-08 23:19:08 +02:00
|
|
|
'include_internal_audio_device': 1,
|
|
|
|
'include_internal_video_capture': 1,
|
|
|
|
'include_internal_video_render': 1,
|
2012-08-31 02:17:53 +02:00
|
|
|
'include_pulse_audio': 1,
|
2012-10-18 01:45:07 +02:00
|
|
|
'use_openssl': 1,
|
2012-10-30 17:43:23 +01:00
|
|
|
},
|
|
|
|
'target_defaults': {
|
|
|
|
'conditions': [
|
|
|
|
['OS=="linux" and clang==1', {
|
|
|
|
'cflags': [
|
|
|
|
# Suppress the warning caused by
|
|
|
|
# LateBindingSymbolTable::TableInfo from
|
|
|
|
# latebindingsymboltable.cc.def.
|
|
|
|
'-Wno-address-of-array-temporary',
|
|
|
|
],
|
|
|
|
}],
|
|
|
|
],
|
|
|
|
}, # target_defaults
|
2012-05-08 23:19:08 +02:00
|
|
|
}
|