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

Unified Diff: remoting/remoting.gyp

Issue 83183007: Add DesktopShapeTracker with implementation for Windows (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month 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/host/desktop_shape_tracker_x11.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/remoting.gyp
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
index 9359095003c5905df213777d2ba40000c0df66ed..6fb5c2510332ea2671788e570d0854070bbd74bc 100644
--- a/remoting/remoting.gyp
+++ b/remoting/remoting.gyp
@@ -329,6 +329,10 @@
'host/desktop_session_connector.h',
'host/desktop_session_proxy.cc',
'host/desktop_session_proxy.h',
+ 'host/desktop_shape_tracker.h',
+ 'host/desktop_shape_tracker_mac.cc',
+ 'host/desktop_shape_tracker_win.cc',
+ 'host/desktop_shape_tracker_x11.cc',
'host/disconnect_window_aura.cc',
'host/disconnect_window_gtk.cc',
'host/disconnect_window_mac.h',
@@ -2850,6 +2854,7 @@
'host/desktop_process_unittest.cc',
'host/desktop_session.cc',
'host/desktop_session.h',
+ 'host/desktop_shape_tracker_unittest.cc',
'host/desktop_session_agent.cc',
'host/desktop_session_agent.h',
'host/heartbeat_sender_unittest.cc',
« no previous file with comments | « remoting/host/desktop_shape_tracker_x11.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698