commit | 138d4ac54d9eebbdbe0469f301ec64cbf6731af3 | [log] [tgz] |
---|---|---|
author | Karl Wiberg <kwiberg@webrtc.org> | Mon Oct 16 09:16:19 2017 |
committer | Commit Bot <commit-bot@chromium.org> | Mon Oct 16 11:04:07 2017 |
tree | dc6a28feaae62ef398cad64cd8bd75bf9e62c005 | |
parent | 6fa6dd4f83750b3dcacbf236a83033b1ac017912 [diff] |
GN rtc_* templates: Forward global "visibility" `forward_variables_from(invoker, "*")` forwards all locally declared variables, but not global variables. This means that while setting `visibility` locally in an rtc_* build target works fine, it does not currently work to set `visibility` globally for all build targets in a file. Fix this by manually forwarding `visibility`. BUG=webrtc:8254, webrtc:8255 Change-Id: I9e1a5f8ac9cb5991fff2af7c094fe677e1483964 Reviewed-on: https://webrtc-review.googlesource.com/10806 Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Commit-Queue: Karl Wiberg <kwiberg@webrtc.org> Cr-Commit-Position: refs/heads/master@{#20305}
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.