Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1593)

Unified Diff: webrtc/pc/BUILD.gn

Issue 3011943002: Move optional.h to webrtc/api/ (Closed)
Patch Set: Created 3 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webrtc/p2p/quic/quictransportchannel.h ('k') | webrtc/pc/mediasession.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/pc/BUILD.gn
diff --git a/webrtc/pc/BUILD.gn b/webrtc/pc/BUILD.gn
index 6473cf68cc4624f6e198fcb61e295ba4ef98e61d..09c58ab221b815e44f85ce9fb5846ab5e0d31ce0 100644
--- a/webrtc/pc/BUILD.gn
+++ b/webrtc/pc/BUILD.gn
@@ -62,6 +62,7 @@ rtc_static_library("rtc_pc_base") {
"..:webrtc_common",
"../api:call_api",
"../api:libjingle_peerconnection_api",
+ "../api:optional",
"../api:ortc_api",
"../media:rtc_data",
"../media:rtc_h264_profile_id",
@@ -166,6 +167,7 @@ rtc_static_library("peerconnection") {
":rtc_pc_base",
"..:webrtc_common",
"../api:call_api",
+ "../api:optional",
"../api:rtc_stats_api",
"../api/video_codecs:video_codecs_api",
"../call:call_interfaces",
« no previous file with comments | « webrtc/p2p/quic/quictransportchannel.h ('k') | webrtc/pc/mediasession.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698