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

Unified Diff: webrtc/test/BUILD.gn

Issue 2993923002: Removing VCMCodecDataBase::Codec and VideoCodingModule::Codec. (Closed)
Patch Set: Created 3 years, 4 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
Index: webrtc/test/BUILD.gn
diff --git a/webrtc/test/BUILD.gn b/webrtc/test/BUILD.gn
index 799642d1e197d224d40d42c30f590085e04ba67b..e834649eefd4fd1e4b785150e7ef942fe88dcb49 100644
--- a/webrtc/test/BUILD.gn
+++ b/webrtc/test/BUILD.gn
@@ -50,6 +50,7 @@ rtc_source_set("video_test_common") {
"vcm_capturer.h",
"video_capturer.cc",
"video_capturer.h",
+ "video_codec_settings.h",
]
if (!build_with_chromium && is_clang) {
@@ -60,6 +61,7 @@ rtc_source_set("video_test_common") {
deps = [
"..:video_stream_api",
"..:webrtc_common",
+ "../api/video_codecs:video_codecs_api",
"../common_video",
"../media:rtc_media_base",
"../modules/video_capture:video_capture_module",

Powered by Google App Engine
This is Rietveld 408576698