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

Unified Diff: webrtc/ortc/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/modules/video_coding/utility/quality_scaler.h ('k') | webrtc/ortc/rtpparametersconversion.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/ortc/BUILD.gn
diff --git a/webrtc/ortc/BUILD.gn b/webrtc/ortc/BUILD.gn
index 199ee625c066f5b4b98241537a5526e650cfae6e..485771c9a412c7df473d01a244450b5a0ab4cdec 100644
--- a/webrtc/ortc/BUILD.gn
+++ b/webrtc/ortc/BUILD.gn
@@ -33,6 +33,7 @@ rtc_static_library("ortc") {
# PeerConnection code shares, so that ortc can depend on that instead of
# libjingle_peerconnection.
deps = [
+ "../api:optional",
"../api/audio_codecs:builtin_audio_decoder_factory",
"../api/audio_codecs:builtin_audio_encoder_factory",
"../call:call_interfaces",
« no previous file with comments | « webrtc/modules/video_coding/utility/quality_scaler.h ('k') | webrtc/ortc/rtpparametersconversion.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698