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

Unified Diff: webrtc/modules/video_coding/BUILD.gn

Issue 2666113003: Move frame_generator_capture.{cc, h} and video_capturer.h to video_test_common. (Closed)
Patch Set: Split off video_test_support Created 3 years, 10 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_capture/BUILD.gn ('k') | webrtc/test/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/modules/video_coding/BUILD.gn
diff --git a/webrtc/modules/video_coding/BUILD.gn b/webrtc/modules/video_coding/BUILD.gn
index 02b01079eead57a5fba3c750cbf10c3a1dcc87e1..d46fd113c8be96b9d5c104f12d3b396318c76d7e 100644
--- a/webrtc/modules/video_coding/BUILD.gn
+++ b/webrtc/modules/video_coding/BUILD.gn
@@ -303,6 +303,9 @@ if (rtc_include_tests) {
"../../system_wrappers:metrics_default",
"../../system_wrappers:system_wrappers",
"../../test:test_support",
+ "../../test:video_test_common",
+ "../../test:video_test_support",
+ "../video_capture",
"//third_party/gflags",
]
} # video_quality_measurement
@@ -334,6 +337,7 @@ if (rtc_include_tests) {
"../../common_video:common_video",
"../../system_wrappers:system_wrappers",
"../../test:test_support",
+ "../../test:video_test_support",
]
}
@@ -356,6 +360,8 @@ if (rtc_include_tests) {
"../../media:rtc_media_base",
"../../test:test_support",
"../../test:video_test_common",
+ "../../test:video_test_support",
+ "../video_capture",
]
if (rtc_use_h264) {
defines = [ "WEBRTC_VIDEOPROCESSOR_H264_TESTS" ]
@@ -431,6 +437,7 @@ if (rtc_include_tests) {
"../../test:field_trial",
"../../test:test_support",
"../../test:video_test_common",
+ "../../test:video_test_support",
"../rtp_rtcp:rtp_rtcp",
"//testing/gmock",
]
« no previous file with comments | « webrtc/modules/video_capture/BUILD.gn ('k') | webrtc/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698