summaryrefslogtreecommitdiffstats
path: root/remoting/remoting.gyp
diff options
context:
space:
mode:
authoralexeypa@chromium.org <alexeypa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-03-18 01:03:48 +0000
committeralexeypa@chromium.org <alexeypa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-03-18 01:03:48 +0000
commit739e2803109683fec6e24ecbca3ad16fde7b43c4 (patch)
treed9459f07d896e6095e91f0590c420ea36495cecc /remoting/remoting.gyp
parent9e359452151c9bbeaff2fee78a8fde678a42749b (diff)
downloadchromium_src-739e2803109683fec6e24ecbca3ad16fde7b43c4.zip
chromium_src-739e2803109683fec6e24ecbca3ad16fde7b43c4.tar.gz
chromium_src-739e2803109683fec6e24ecbca3ad16fde7b43c4.tar.bz2
Reworked the plumbing required to pass the client resolution to the desktop resizer.
This is mostly a renaming CL: - DesktopSessionParams -> ScreenResolution - OnClientResolutionChanged() -> SetScreenResolution(). Also added validation of ScreenResolution before passing it to session controllers. BUG=196316 Review URL: https://codereview.chromium.org/12678008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@188661 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/remoting.gyp')
-rw-r--r--remoting/remoting.gyp3
1 files changed, 3 insertions, 0 deletions
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
index 33b185c..3089f51 100644
--- a/remoting/remoting.gyp
+++ b/remoting/remoting.gyp
@@ -423,6 +423,8 @@
'host/resizing_host_observer.h',
'host/sas_injector.h',
'host/sas_injector_win.cc',
+ 'host/screen_resolution.cc',
+ 'host/screen_resolution.h',
'host/server_log_entry.cc',
'host/server_log_entry.h',
'host/service_client.cc',
@@ -2547,6 +2549,7 @@
'host/register_support_host_request_unittest.cc',
'host/remote_input_filter_unittest.cc',
'host/resizing_host_observer_unittest.cc',
+ 'host/screen_resolution_unittest.cc',
'host/server_log_entry_unittest.cc',
'host/setup/oauth_helper_unittest.cc',
'host/setup/pin_validator_unittest.cc',