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

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: Fixed Clang errors. 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 cc8ff0e11bb488759044160ebd709f029699b964..49b4383a098afe9a0607a02cfc8bd396a7688e50 100644
--- a/remoting/remoting.gyp
+++ b/remoting/remoting.gyp
@@ -1290,6 +1290,11 @@
'host/desktop_environment.h',
'host/desktop_environment_factory.cc',
'host/desktop_environment_factory.h',
+ 'host/desktop_resizer.cc',
+ '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',

Powered by Google App Engine
This is Rietveld 408576698