5f3b1cf99d
Removed the need of the local libjingle.gyp and use the one from the chromium instead. Review URL: https://webrtc-codereview.appspot.com/561004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@2199 4adac7df-926f-26a2-2b94-8c16560cd09d
12 lines
305 B
Python
12 lines
305 B
Python
# 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,
|
|
}
|
|
}
|