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

Unified Diff: remoting/remoting.gyp

Issue 10918224: Cross-platform plumbing for resize-to-client (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Reviewer comments. Created 8 years, 3 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
Index: remoting/remoting.gyp
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
index 0172c32bdaa653ac74e3ba85953be32e06e94dae..7de8d4cb424ff3f857ca4bce56bed59389e1ef03 100644
--- a/remoting/remoting.gyp
+++ b/remoting/remoting.gyp
@@ -1284,6 +1284,10 @@
'host/desktop_environment.h',
'host/desktop_environment_factory.cc',
'host/desktop_environment_factory.h',
+ 'host/desktop_resizer.h',
+ 'host/desktop_resizer_linux.cc',
+ 'host/desktop_resizer_win.cc',
+ 'host/desktop_resizer_mac.cc',
'host/differ.cc',
'host/differ.h',
'host/disconnect_window.h',
@@ -1345,6 +1349,8 @@
'host/register_support_host_request.h',
'host/remote_input_filter.cc',
'host/remote_input_filter.h',
+ 'host/resizing_host_observer.cc',
+ 'host/resizing_host_observer.h',
'host/sas_injector.h',
'host/sas_injector_win.cc',
'host/screen_recorder.cc',
@@ -1841,6 +1847,7 @@
'host/policy_hack/policy_watcher_unittest.cc',
'host/register_support_host_request_unittest.cc',
'host/remote_input_filter_unittest.cc',
+ 'host/resizing_host_observer_unittest.cc',
'host/screen_recorder_unittest.cc',
'host/server_log_entry_unittest.cc',
'host/test_key_pair.h',
« remoting/host/resizing_host_observer.cc ('K') | « remoting/host/resizing_host_observer_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698