commit | 0c15c5332fea2bbf5fe29dd806f9f4e606eeb9b8 | [log] [tgz] |
---|---|---|
author | Mirko Bonadei <mbonadei@webrtc.org> | Tue Sep 19 10:41:02 2017 +0200 |
committer | Commit Bot <commit-bot@chromium.org> | Tue Sep 19 09:41:18 2017 +0000 |
tree | 3f91641934d2546be2985d8e4f331d549d65567a | |
parent | 7de1eb7bdc7212fb80ba209ee8c593e8232a2e40 [diff] |
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}
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.