commit | 4dc4e259ce5fca67b9bc6b7b6191126ffda91d58 | [log] [tgz] |
---|---|---|
author | Mirko Bonadei <mbonadei@webrtc.org> | Tue Sep 19 13:49:16 2017 +0200 |
committer | Commit Bot <commit-bot@chromium.org> | Tue Sep 19 14:23:00 2017 +0000 |
tree | d16cce83e0aacd2c73c6933170ed8e8adbe93f5d | |
parent | 080832eb372ffe98417feb721c2c6d790fda1fbc [diff] |
Reland "Adding PRESUBMIT check to avoid mixing C, C++ and Objc-C/Obj-C++."" This reverts commit 034a6b8a4cdf151ae7377c87c5b2b6156d658173. Reason for revert: Trying to fix the issue of rtc_base:rtc_base which has 2 kind of source files but in exclusive if branches. Original change's description: > Revert "Adding PRESUBMIT check to avoid mixing C, C++ and Objc-C/Obj-C++." > > This reverts commit 0c15c5332fea2bbf5fe29dd806f9f4e606eeb9b8. > > Reason for revert: This causes problems in this moment. I have to fix a target in rtc_base before landing this presubmit check. > > Original change's description: > > Adding PRESUBMIT check to avoid mixing C, C++ and Objc-C/Obj-C++. > > > > The error message will be something like: > > > > GN targets cannot mix .c (or .cc) and .m (or .mm) source files. > > Please create a separate target for each collection of sources. > > Mixed sources: > > { > > BUILD_GN_PATH: [ > > [ > > TARGET_NAME, > > [ > > SOURCES > > ] > > ], > > ... > > ], > > ... > > } > > > > Bug: webrtc:7743 > > Change-Id: I45dd2c621b830e5aeb081fa8d17c9497a49c2554 > > Reviewed-on: https://webrtc-review.googlesource.com/1980 > > Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> > > Reviewed-by: Henrik Kjellander <kjellander@webrtc.org> > > Cr-Commit-Position: refs/heads/master@{#19897} > > TBR=kjellander@webrtc.org,mbonadei@webrtc.org > > Change-Id: I73ff609b0140719473afd36ead1632e5cc3b41f6 > No-Presubmit: true > No-Tree-Checks: true > No-Try: true > Bug: webrtc:7743 > Reviewed-on: https://webrtc-review.googlesource.com/2180 > Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> > Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> > Cr-Commit-Position: refs/heads/master@{#19898} TBR=kjellander@webrtc.org,mbonadei@webrtc.org Change-Id: I18dbb5a6a01ac2a184446542c29b25a3e33508ea No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: webrtc:7743 Reviewed-on: https://webrtc-review.googlesource.com/2181 Reviewed-by: Henrik Kjellander <kjellander@webrtc.org> Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/master@{#19900}
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.
See http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.