summaryrefslogtreecommitdiffstats
path: root/remoting/remoting_test.gypi
diff options
context:
space:
mode:
authorsergeyu <sergeyu@chromium.org>2015-11-23 14:27:43 -0800
committerCommit bot <commit-bot@chromium.org>2015-11-23 22:29:08 +0000
commit4d2080079417529d000f3ed13f144ba0b4a08a86 (patch)
tree32f4ef6e590f76a812894219ef480e803ec0e23f /remoting/remoting_test.gypi
parentcba97c506e4da5a8cba88ed8387c6165b4131df8 (diff)
downloadchromium_src-4d2080079417529d000f3ed13f144ba0b4a08a86.zip
chromium_src-4d2080079417529d000f3ed13f144ba0b4a08a86.tar.gz
chromium_src-4d2080079417529d000f3ed13f144ba0b4a08a86.tar.bz2
Move VideoFramePump to remoting/protocol
VideoFramePump will not be used for WebRTC-based connection. In a separate change I plan to move creation of the VideoFramePump to IceConnectionToHost so the host layer will not need to know when VideoFramePump needs to be used. Review URL: https://codereview.chromium.org/1462063004 Cr-Commit-Position: refs/heads/master@{#361205}
Diffstat (limited to 'remoting/remoting_test.gypi')
-rw-r--r--remoting/remoting_test.gypi8
1 files changed, 4 insertions, 4 deletions
diff --git a/remoting/remoting_test.gypi b/remoting/remoting_test.gypi
index 418fbd9..1362cc1 100644
--- a/remoting/remoting_test.gypi
+++ b/remoting/remoting_test.gypi
@@ -21,8 +21,6 @@
],
'sources': [
# Note: sources list duplicated in GN build.
- 'host/fake_desktop_capturer.cc',
- 'host/fake_desktop_capturer.h',
'host/fake_desktop_environment.cc',
'host/fake_desktop_environment.h',
'host/fake_host_extension.cc',
@@ -38,6 +36,8 @@
'protocol/fake_connection_to_host.h',
'protocol/fake_datagram_socket.cc',
'protocol/fake_datagram_socket.h',
+ 'protocol/fake_desktop_capturer.cc',
+ 'protocol/fake_desktop_capturer.h',
'protocol/fake_session.cc',
'protocol/fake_session.h',
'protocol/fake_stream_socket.cc',
@@ -245,7 +245,6 @@
'host/backoff_timer_unittest.cc',
'host/branding.cc',
'host/branding.h',
- 'host/capture_scheduler_unittest.cc',
'host/chromeos/aura_desktop_capturer_unittest.cc',
'host/chromeos/clipboard_aura_unittest.cc',
'host/chromoting_host_context_unittest.cc',
@@ -295,7 +294,6 @@
'host/third_party_auth_config_unittest.cc',
'host/token_validator_factory_impl_unittest.cc',
'host/touch_injector_win_unittest.cc',
- 'host/video_frame_pump_unittest.cc',
'host/video_frame_recorder_unittest.cc',
'host/win/rdp_client_unittest.cc',
'host/win/worker_process_launcher.cc',
@@ -303,6 +301,7 @@
'host/win/worker_process_launcher_unittest.cc',
'protocol/authenticator_test_base.cc',
'protocol/authenticator_test_base.h',
+ 'protocol/capture_scheduler_unittest.cc',
'protocol/channel_multiplexer_unittest.cc',
'protocol/channel_socket_adapter_unittest.cc',
'protocol/chromium_socket_factory_unittest.cc',
@@ -330,6 +329,7 @@
'protocol/ssl_hmac_channel_authenticator_unittest.cc',
'protocol/third_party_authenticator_unittest.cc',
'protocol/v2_authenticator_unittest.cc',
+ 'protocol/video_frame_pump_unittest.cc',
'protocol/webrtc_transport_unittest.cc',
'signaling/iq_sender_unittest.cc',
'signaling/jid_util_unittest.cc',