webrtc/peerconnection/supplement/supplement.gypi
wu@webrtc.org 2e5192fa6a Add peerconnection_all.gyp to include everything.
Add a dummy peerconnection_client target for mac so that we don't get an error when doing runhooks.
Review URL: https://webrtc-codereview.appspot.com/855005

git-svn-id: http://webrtc.googlecode.com/svn/trunk@2865 4adac7df-926f-26a2-2b94-8c16560cd09d
2012-10-03 16:35:45 +00:00

14 lines
383 B
Python

# This file will be picked up by gyp to initialize some global settings.
{
'variables': {
'build_with_chromium': 1,
'clang_use_chrome_plugins': 0,
'enable_protobuf': 1,
'enabled_libjingle_device_manager': 1,
'include_internal_audio_device': 1,
'include_internal_video_capture': 1,
'include_internal_video_render': 1,
'include_pulse_audio': 1,
}
}