commit | f6b55092295412a5cf1ffc7e77de0575eaca43b3 | [log] [tgz] |
---|---|---|
author | kjellander <kjellander@webrtc.org> | Sun Feb 07 23:04:26 2016 -0800 |
committer | Commit bot <commit-bot@chromium.org> | Mon Feb 08 07:04:33 2016 +0000 |
tree | f0cb21bfc6f6955230525bbc927ca68e9a42a733 | |
parent | 1afca73055999d1dfcfa61bfc4381eadea26a6d2 [diff] |
Fix GYP and GN references that are invalid in Chromium builds. There were a couple of GN and GYP references that were incorrect in Chromium builds: - GN references between WebRTC targets must be using relative paths, not absolute. - GYP references between WebRTC targets must be using the <(webrtc_root)v variable in order to be expanded to the correct path in a Chromium build. NOTRY=True TBR=hjon@webrtc.org, hbos@webrtc.org Review URL: https://codereview.webrtc.org/1681493002 Cr-Commit-Position: refs/heads/master@{#11521}
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.