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

Unified Diff: remoting/remoting.gyp

Issue 8725016: Refactor IT2Me-specific functions into a HostObserver subclass. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix other nits. Created 9 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
Index: remoting/remoting.gyp
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
index de106f7e092781d6526f9365e5f95be117a2ecbc..816c38dba96c13f64b7f811e4f4866f17b01889b 100644
--- a/remoting/remoting.gyp
+++ b/remoting/remoting.gyp
@@ -284,6 +284,8 @@
'../third_party/npapi/npapi.gyp:npapi',
],
'sources': [
+ 'host/it2me_host_user_interface.cc',
+ 'host/it2me_host_user_interface.h',
'host/plugin/host_log_handler.cc',
'host/plugin/host_log_handler.h',
'host/plugin/host_plugin.cc',
@@ -665,6 +667,8 @@
'host/disconnect_window_mac.h',
'host/disconnect_window_mac.mm',
'host/disconnect_window_win.cc',
+ 'host/it2me_host_user_interface.cc',
+ 'host/it2me_host_user_interface.h',
'host/simple_host_process.cc',
'../base/test/mock_chrome_application_mac.mm',
'../base/test/mock_chrome_application_mac.h',
@@ -910,6 +914,8 @@
'host/host_key_pair_unittest.cc',
'host/host_mock_objects.cc',
'host/host_mock_objects.h',
+ 'host/it2me_host_user_interface.cc',
+ 'host/it2me_host_user_interface.h',
'host/json_host_config_unittest.cc',
'host/log_to_server_unittest.cc',
'host/register_support_host_request_unittest.cc',
« remoting/host/it2me_host_user_interface.cc ('K') | « remoting/host/simple_host_process.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698