commit | f475277547c8ff48e4d7dd0007ab1bdb8cbb3b4a | [log] [tgz] |
---|---|---|
author | kjellander <kjellander@webrtc.org> | Wed Mar 02 05:42:30 2016 -0800 |
committer | Commit bot <commit-bot@chromium.org> | Wed Mar 02 13:42:35 2016 +0000 |
tree | e28e66e76d1f30d8aca283b35d6a87c8d87ed41e | |
parent | 91e1c15f8ee52f9c0a2fff2516d929d7ad594f97 [diff] |
Rename constants files in webrtc/{media,p2p} Multiple sources with the same names forces ugly GYP hacks in Chromium's libjingle.gyp. Rename the sources in WebRTC to enable cleaning this up in Chromium. To summarize: webrtc/media/base/constants.{cc,h} -> mediaconstants.{cc,h} webrtc/p2p/base/constants.{cc,h} -> p2pconstants.{cc,h} This CL will require coordinating landing a roll in Chromium. BUG=webrtc:4256 NOTRY=True Review URL: https://codereview.webrtc.org/1750593002 Cr-Commit-Position: refs/heads/master@{#11842}
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.