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

Unified Diff: remoting/remoting_test.gypi

Issue 455073004: Switch DesktopEnvironment to return a DesktopCapturer. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove ShapedDesktopCapturer::Create() Created 6 years, 4 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 | « remoting/remoting_host.gypi ('k') | remoting/test/protocol_perftest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/remoting_test.gypi
diff --git a/remoting/remoting_test.gypi b/remoting/remoting_test.gypi
index 656de77a4d7aad1fe302ff712398c8cbecb04e4a..70d5f9f016b87f9b798d2932e7e792da2933532d 100644
--- a/remoting/remoting_test.gypi
+++ b/remoting/remoting_test.gypi
@@ -19,11 +19,11 @@
'remoting_resources',
],
'sources': [
+ 'host/fake_desktop_capturer.cc',
+ 'host/fake_desktop_capturer.h',
'host/fake_desktop_environment.cc',
'host/fake_desktop_environment.h',
'host/fake_host_status_monitor.h',
- 'host/fake_screen_capturer.cc',
- 'host/fake_screen_capturer.h',
'host/fake_mouse_cursor_monitor.cc',
'host/fake_mouse_cursor_monitor.h',
'host/policy_hack/fake_policy_watcher.cc',
@@ -127,11 +127,11 @@
'host/daemon_process_unittest.cc',
'host/desktop_process_unittest.cc',
'host/desktop_shape_tracker_unittest.cc',
+ 'host/fake_desktop_capturer.cc',
+ 'host/fake_desktop_capturer.h',
'host/fake_host_extension.cc',
'host/fake_host_extension.h',
'host/fake_host_status_monitor.h',
- 'host/fake_screen_capturer.cc',
- 'host/fake_screen_capturer.h',
'host/gnubby_auth_handler_posix_unittest.cc',
'host/heartbeat_sender_unittest.cc',
'host/host_change_notification_listener_unittest.cc',
@@ -162,7 +162,7 @@
'host/setup/me2me_native_messaging_host_unittest.cc',
'host/setup/oauth_helper_unittest.cc',
'host/setup/pin_validator_unittest.cc',
- 'host/shaped_screen_capturer_unittest.cc',
+ 'host/shaped_desktop_capturer_unittest.cc',
'host/token_validator_factory_impl_unittest.cc',
'host/video_frame_recorder_unittest.cc',
'host/video_scheduler_unittest.cc',
« no previous file with comments | « remoting/remoting_host.gypi ('k') | remoting/test/protocol_perftest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698