Commit 7560bdf2 authored by Danil Chapovalov's avatar Danil Chapovalov Committed by Commit Bot

Remove dependency on webrtc optional target

So that webrtc/api:optional target can be removed.

webrtc version of Optional is gone in favor of absl::optional
Chromium already updated not to use rtc::Optional and
use absl::optional only when is needed to be set in webrtc structures.


Bug: webrtc:9078
Change-Id: I282197cb800e46ece9486bb6b6068d1680a40d2b
Reviewed-on: https://chromium-review.googlesource.com/1109830Reviewed-by: default avatarKentaro Hara <haraken@chromium.org>
Commit-Queue: Danil Chapovalov <danilchap@chromium.org>
Cr-Commit-Position: refs/heads/master@{#569266}
parent 10ad99b8
......@@ -737,7 +737,6 @@ target(link_target_type, "renderer") {
"//third_party/opus",
"//third_party/webrtc/api:libjingle_logging_api",
"//third_party/webrtc/api:libjingle_peerconnection_api",
"//third_party/webrtc/api:optional",
"//third_party/webrtc/api:rtc_stats_api",
"//third_party/webrtc/api/audio:aec3_factory",
"//third_party/webrtc/api/audio_codecs:audio_codecs_api",
......
......@@ -584,7 +584,6 @@ source_set("blink_headers") {
"//skia",
"//third_party/blink/public/common",
"//third_party/webrtc/api:libjingle_peerconnection_api",
"//third_party/webrtc/api:optional",
"//third_party/webrtc/rtc_base:rtc_base",
"//url",
]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment