12 lines
305 B
Plaintext
12 lines
305 B
Plaintext
|
# This file will be picked up by gyp to initialize some global settings.
|
||
|
{
|
||
|
'variables': {
|
||
|
'build_with_chromium': 1,
|
||
|
'include_pulse_audio': 1,
|
||
|
'include_internal_audio_device': 1,
|
||
|
'include_internal_video_capture': 1,
|
||
|
'include_internal_video_render': 1,
|
||
|
'enable_protobuf': 1,
|
||
|
}
|
||
|
}
|