commit | 9266cc066845c5d5be6551c583dcc831a2a47b67 | [log] [tgz] |
---|---|---|
author | kjellander@webrtc.org <kjellander@webrtc.org> | Mon Apr 04 07:12:59 2016 |
committer | kjellander@webrtc.org <kjellander@webrtc.org> | Mon Apr 04 07:12:41 2016 |
tree | ec299b37083d37f4c09803f8608be0b2a21ba74f | |
parent | 2addf3fa92c1fe5efae5ca4e78f73f9b3f9121b5 [diff] |
Set defines for Chromium build. Copy the defines from the target_defaults section of Chromium's src/third_party/libjingle.gyp into our webrtc/build/common.gypi in order to ensure the same defines are used for the Chromium build when removing the source listings in src/third_party/libjingle.gyp. With this CL landed, it should be possible to replace them with dependencies on: * webrtc/api/api.gyp:libjingle_peerconnections * webrtc/media/media.gyp:rtc_media * webrtc/pc/pc.gyp:rtc_pc * webrtc/pp2/p2p.gyp:rtc_p2p * webrtc/libjingle/xmpp/xmpp.gyp:rtc_xmpp Not ported (Windows specific): * Precompiled headers (build/win_precompile.gypi): since it only seems to offer a compile speedup. Will be landed for all of WebRTC in separate CL. BUG=webrtc:4256 NOTRY=True R=perkj@webrtc.org, tommi@webrtc.org Review URL: https://codereview.webrtc.org/1847013002 . Cr-Commit-Position: refs/heads/master@{#12212}
WebRTC is a free, open software project that provides browsers and mobile applications with Real-Time Communications (RTC) capabilities via simple APIs. The WebRTC components have been optimized to best serve this purpose.
Our mission: To enable rich, high-quality RTC applications to be developed for the browser, mobile platforms, and IoT devices, and allow them all to communicate via a common set of protocols.
The WebRTC initiative is a project supported by Google, Mozilla and Opera, amongst others. This page is maintained by the Google Chrome team.
See http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.