commit | 431abd989bc638627d3928c790100709a166e10c | [log] [tgz] |
---|---|---|
author | Danil Chapovalov <danilchap@webrtc.org> | Mon Jun 18 10:54:17 2018 |
committer | Commit Bot <commit-bot@chromium.org> | Mon Jun 18 13:15:23 2018 |
tree | 2249310328043b31c10feb323708ec350cf310aa | |
parent | 9bf31584d16280537ae583a5f5e9685cf1d9ef9a [diff] |
Replace rtc::Optional with absl::optional in test and rtc_tools This is a no-op change because rtc::Optional is an alias to absl::optional This CL generated by running script with parameters 'test rtc_tools' find $@ -type f \( -name \*.h -o -name \*.cc \) \ -exec sed -i 's|rtc::Optional|absl::optional|g' {} \+ \ -exec sed -i 's|rtc::nullopt|absl::nullopt|g' {} \+ \ -exec sed -i 's|#include "api/optional.h"|#include "absl/types/optional.h"|' {} \+ find $@ -type f -name BUILD.gn \ -exec sed -r -i 's|"(../)*api:optional"|"//third_party/abseil-cpp/absl/types:optional"|' {} \+; git cl format Bug: webrtc:9078 Change-Id: Ibb43c737f4c45fe300736382b0dd2d8ab32c6377 Reviewed-on: https://webrtc-review.googlesource.com/83944 Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Commit-Queue: Danil Chapovalov <danilchap@webrtc.org> Cr-Commit-Position: refs/heads/master@{#23642}
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.
Authoritative list of directories that contain the native API header files.