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

Unified Diff: webrtc/test/BUILD.gn

Issue 2666113003: Move frame_generator_capture.{cc, h} and video_capturer.h to video_test_common. (Closed)
Patch Set: Created 3 years, 11 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/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/test/BUILD.gn
diff --git a/webrtc/test/BUILD.gn b/webrtc/test/BUILD.gn
index 352eb371a86ec0adb4e1fe61e8b3932d2666b9f2..1e1d7bb2b0b5083814f0885ca6f8a7de21011259 100644
--- a/webrtc/test/BUILD.gn
+++ b/webrtc/test/BUILD.gn
@@ -37,8 +37,11 @@ rtc_source_set("video_test_common") {
"fake_texture_frame.h",
"frame_generator.cc",
"frame_generator.h",
+ "frame_generator_capturer.cc",
+ "frame_generator_capturer.h",
"frame_utils.cc",
"frame_utils.h",
+ "video_capturer.h",
]
if (!build_with_chromium && is_clang) {
@@ -292,8 +295,6 @@ rtc_source_set("test_common") {
"fake_network_pipe.cc",
"fake_network_pipe.h",
"fake_videorenderer.h",
- "frame_generator_capturer.cc",
- "frame_generator_capturer.h",
"layer_filtering_transport.cc",
"layer_filtering_transport.h",
"mock_transport.h",
@@ -306,7 +307,6 @@ rtc_source_set("test_common") {
"statistics.h",
"vcm_capturer.cc",
"vcm_capturer.h",
- "video_capturer.h",
"win/run_loop_win.cc",
]
if (!is_win) {
@@ -332,7 +332,6 @@ rtc_source_set("test_common") {
"../modules/audio_device:mock_audio_device",
"../modules/audio_mixer:audio_mixer_impl",
"../modules/audio_processing",
- "../modules/video_capture:video_capture",
"../modules/video_capture:video_capture_module",
perkj_webrtc 2017/02/03 06:51:32 Can you remove video_capture_module dependency as
ehmaldonado_webrtc 2017/02/03 08:13:07 vcm_capturer.{cc, h} needs it, should I move it to
"../video",
"//testing/gmock",
« no previous file with comments | « webrtc/modules/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698