Index: remoting/remoting.gyp |
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp |
index 07c527288832f29da38dd900006813d835060271..59e9b78c5ed7414c16a6f415763073382bf8f726 100644 |
--- a/remoting/remoting.gyp |
+++ b/remoting/remoting.gyp |
@@ -1110,14 +1110,6 @@ |
'host/audio_capturer.h', |
'host/audio_scheduler.cc', |
'host/audio_scheduler.h', |
- 'host/capturer.h', |
- 'host/capturer_helper.cc', |
- 'host/capturer_helper.h', |
- 'host/capturer_fake.cc', |
- 'host/capturer_fake.h', |
- 'host/capturer_linux.cc', |
- 'host/capturer_mac.mm', |
- 'host/capturer_win.cc', |
'host/capture_scheduler.cc', |
'host/capture_scheduler.h', |
'host/chromoting_host.cc', |
@@ -1217,6 +1209,14 @@ |
'host/user_authenticator_linux.cc', |
'host/user_authenticator_mac.cc', |
'host/user_authenticator_win.cc', |
+ 'host/video_frame_capturer.h', |
+ 'host/video_frame_capturer_fake.cc', |
+ 'host/video_frame_capturer_fake.h', |
+ 'host/video_frame_capturer_helper.cc', |
+ 'host/video_frame_capturer_helper.h', |
+ 'host/video_frame_capturer_linux.cc', |
+ 'host/video_frame_capturer_mac.mm', |
+ 'host/video_frame_capturer_win.cc', |
'host/vlog_net_log.cc', |
'host/vlog_net_log.h', |
'host/x_server_pixel_buffer.cc', |
@@ -1684,9 +1684,6 @@ |
'base/util_unittest.cc', |
'client/key_event_mapper_unittest.cc', |
'client/plugin/mac_key_event_processor_unittest.cc', |
- 'host/capturer_helper_unittest.cc', |
- 'host/capturer_mac_unittest.cc', |
- 'host/capturer_unittest.cc', |
'host/chromoting_host_context_unittest.cc', |
'host/chromoting_host_unittest.cc', |
'host/client_session_unittest.cc', |
@@ -1704,6 +1701,9 @@ |
'host/screen_recorder_unittest.cc', |
'host/server_log_entry_unittest.cc', |
'host/test_key_pair.h', |
+ 'host/video_frame_capturer_helper_unittest.cc', |
+ 'host/video_frame_capturer_mac_unittest.cc', |
+ 'host/video_frame_capturer_unittest.cc', |
'jingle_glue/fake_signal_strategy.cc', |
'jingle_glue/fake_signal_strategy.h', |
'jingle_glue/iq_sender_unittest.cc', |