| commit | 442e6ee76a845a7fe3a16a7189bdc8da031f1208 | [log] [tgz] |
|---|---|---|
| author | kjellander <kjellander@webrtc.org> | Mon Jun 20 08:34:06 2016 |
| committer | Commit bot <commit-bot@chromium.org> | Mon Jun 20 08:34:11 2016 |
| tree | d91ad9d4ffc2a158c02db9a48d4a7bda0a1213ab | |
| parent | 4c7f8aec411d7c51ab3ea84d6ed05095752dd6ac [diff] |
Workaround java.gypi inclusion error in Chromium builds. In order to switch Chromium to use WebRTC targets instead of duplicated code listings in src/third_party/libjingle it must be possible for Chromium to process webrtc/api/api.gyp. This is currently not possible since it includes build/java.gypi, of which the path is different in a Chromium checkout. It's not possible to resolve this in another way since 'includes' processing takes place early in the GYP cycle, before it's possible to use variables. They're also processed ignoring conditional statements, resulting in an error when api.gyp is processed. BUG=webrtc:4256 TBR=perkj@webrtc.org NOTRY=True Review-Url: https://codereview.webrtc.org/2080563002 Cr-Commit-Position: refs/heads/master@{#13208}
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.