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

Unified Diff: webrtc/video/BUILD.gn

Issue 2474993002: Pass selected cricket::VideoCodec down to internal H264 encoder (Closed)
Patch Set: Fix includes. Created 4 years, 1 month 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
Index: webrtc/video/BUILD.gn
diff --git a/webrtc/video/BUILD.gn b/webrtc/video/BUILD.gn
index 3074d96e008a0d9bb1aa34232cc058eeb1727fed..aaaa9992f52c7fec02a7a98b317d74fe8cef8857 100644
--- a/webrtc/video/BUILD.gn
+++ b/webrtc/video/BUILD.gn
@@ -82,6 +82,7 @@ if (rtc_include_tests) {
"video_quality_test.h",
]
deps = [
+ "../media:rtc_media_base",
"../system_wrappers",
"//testing/gtest",
]
@@ -161,6 +162,7 @@ if (rtc_include_tests) {
]
deps = [
":video",
+ "../media:rtc_media_base",
"//testing/gmock",
"//testing/gtest",
]

Powered by Google App Engine
This is Rietveld 408576698