webrtc/peerconnection/supplement/supplement.gypi
wu@webrtc.org 5f3b1cf99d Updated to chromium 134666.
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
2012-05-08 21:19:08 +00:00

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,
}
}