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

Unified Diff: webrtc/video/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/test/video_capturer.h ('k') | webrtc/video/end_to_end_tests.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/video/BUILD.gn
diff --git a/webrtc/video/BUILD.gn b/webrtc/video/BUILD.gn
index f3bba0ebf44f82aaa0e31fe55a24083bebc3cb76..fdfeed06011732a69876e337a5f5c329dc652e37 100644
--- a/webrtc/video/BUILD.gn
+++ b/webrtc/video/BUILD.gn
@@ -55,6 +55,7 @@ rtc_static_library("video") {
deps = [
"..:webrtc_common",
+ "../api:optional",
"../api:transport_api",
"../api/video_codecs:video_codecs_api",
"../call:call_interfaces",
@@ -93,6 +94,7 @@ if (rtc_include_tests) {
"video_quality_test.h",
]
deps = [
+ "../api:optional",
"../call:call_interfaces",
"../common_video",
"../logging:rtc_event_log_api",
@@ -262,6 +264,7 @@ if (rtc_include_tests) {
]
deps = [
":video",
+ "../api:optional",
"../api:video_frame_api",
"../api/video_codecs:video_codecs_api",
"../call:call_interfaces",
« no previous file with comments | « webrtc/test/video_capturer.h ('k') | webrtc/video/end_to_end_tests.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698