| Index: remoting/remoting.gyp
|
| diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
|
| index fddc6d16422c9bbf5d3e8ecea30024cb676cb630..edc20fcba50b3e95be0388f81d18b8386822c960 100644
|
| --- a/remoting/remoting.gyp
|
| +++ b/remoting/remoting.gyp
|
| @@ -1106,14 +1106,6 @@
|
| '../crypto/crypto.gyp:crypto',
|
| ],
|
| 'sources': [
|
| - '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,10 +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_linux_unittest.cc',
|
| - 'host/capturer_mac_unittest.cc',
|
| - 'host/capturer_win_unittest.cc',
|
| 'host/chromoting_host_context_unittest.cc',
|
| 'host/chromoting_host_unittest.cc',
|
| 'host/client_session_unittest.cc',
|
| @@ -1705,6 +1701,10 @@
|
| '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_linux_unittest.cc',
|
| + 'host/video_frame_capturer_mac_unittest.cc',
|
| + 'host/video_frame_capturer_win_unittest.cc',
|
| 'jingle_glue/fake_signal_strategy.cc',
|
| 'jingle_glue/fake_signal_strategy.h',
|
| 'jingle_glue/iq_sender_unittest.cc',
|
|
|