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

Unified Diff: remoting/remoting_host.gypi

Issue 422503004: Adding ability to stream windows and inject events to them (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: I updated the code with almost all of the comments Lambros had. The exceptions are the redesign of … Created 6 years, 5 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_host.gypi
diff --git a/remoting/remoting_host.gypi b/remoting/remoting_host.gypi
index 06908eb6355f8c2cffb073913ccee85dc54541d8..8929e037b8de7c4845ef86c8120842f24aa816e3 100644
--- a/remoting/remoting_host.gypi
+++ b/remoting/remoting_host.gypi
@@ -194,6 +194,8 @@
'host/logging_win.cc',
'host/me2me_desktop_environment.cc',
'host/me2me_desktop_environment.h',
+ 'host/me2me_window_desktop_environment.cc',
+ 'host/me2me_window_desktop_environment.h',
'host/mouse_clamping_filter.cc',
'host/mouse_clamping_filter.h',
'host/oauth_token_getter.cc',
@@ -246,6 +248,8 @@
'host/video_frame_recorder.h',
'host/video_scheduler.cc',
'host/video_scheduler.h',
+ 'host/window_capturer_screen_wrapper.cc',
+ 'host/window_capturer_screen_wrapper.h',
'host/win/com_imported_mstscax.tlh',
'host/win/com_security.cc',
'host/win/com_security.h',

Powered by Google App Engine
This is Rietveld 408576698