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

Unified Diff: webrtc/media/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/common_video/video_render_frames.h ('k') | webrtc/media/base/h264_profile_level_id.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/media/BUILD.gn
diff --git a/webrtc/media/BUILD.gn b/webrtc/media/BUILD.gn
index 0ed8fc2663a79a244a24de1934421ecad88f6a1c..25aa1e07a7a29721873f34824630c6b31e0ca757 100644
--- a/webrtc/media/BUILD.gn
+++ b/webrtc/media/BUILD.gn
@@ -45,6 +45,7 @@ rtc_source_set("rtc_h264_profile_id") {
deps = [
"..:webrtc_common",
+ "../api:optional",
"../rtc_base:rtc_base",
"../rtc_base:rtc_base_approved",
]
@@ -227,6 +228,7 @@ rtc_static_library("rtc_audio_video") {
"..:webrtc_common",
"../api:call_api",
"../api:libjingle_peerconnection_api",
+ "../api:optional",
"../api:transport_api",
"../api:video_frame_api",
"../api/audio_codecs:audio_codecs_api",
« no previous file with comments | « webrtc/common_video/video_render_frames.h ('k') | webrtc/media/base/h264_profile_level_id.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698