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

Unified Diff: remoting/remoting.gyp

Issue 2861047: Refactor the client code. Move all x11-related code into X11View and create... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 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.gyp
===================================================================
--- remoting/remoting.gyp (revision 52921)
+++ remoting/remoting.gyp (working copy)
@@ -51,6 +51,8 @@
},
'sources': [
'client/x11_client.cc',
+ 'client/x11_input_handler.cc',
+ 'client/x11_input_handler.h',
'client/x11_view.cc',
'client/x11_view.h',
],
@@ -79,6 +81,8 @@
'client/plugin/chromoting_plugin.h',
'client/plugin/pepper_entrypoints.cc',
'client/plugin/pepper_entrypoints.h',
+ 'client/plugin/pepper_input_handler.cc',
+ 'client/plugin/pepper_input_handler.h',
'client/plugin/pepper_view.cc',
'client/plugin/pepper_view.h',
'client/plugin/pepper_util.cc',
@@ -222,12 +226,16 @@
'client/chromoting_client.cc',
'client/chromoting_client.h',
'client/chromoting_view.h',
+ 'client/client_config.h',
+ 'client/client_context.cc',
+ 'client/client_context.h',
'client/client_util.cc',
'client/client_util.h',
'client/decoder.h',
'client/decoder_verbatim.cc',
'client/decoder_verbatim.h',
'client/host_connection.h',
+ 'client/input_handler.h',
'client/jingle_host_connection.cc',
'client/jingle_host_connection.h',
],
@@ -263,22 +271,9 @@
'sources': [
'host/keygen_main.cc',
],
- }, # end of target 'chromoting_simple_host'
+ }, # end of target 'chromoting_host_keygen'
{
- 'target_name': 'chromoting_simple_client',
- 'type': 'executable',
- 'dependencies': [
- 'chromoting_base',
- 'chromoting_client',
- 'chromoting_jingle_glue',
- ],
- 'sources': [
- 'client/simple_client.cc',
- ],
- }, # end of target 'chromoting_simple_client'
-
- {
'target_name': 'chromoting_jingle_glue',
'type': '<(library)',
'dependencies': [
« remoting/client/chromoting_client.cc ('K') | « remoting/host/chromoting_host_context.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698