Index: remoting/remoting_host.gypi |
diff --git a/remoting/remoting_host.gypi b/remoting/remoting_host.gypi |
index 55387003fd8cc528aa695ccb97aaa80c1098b7c0..a212a83098d49bfad0a37ce058726b001f071b26 100644 |
--- a/remoting/remoting_host.gypi |
+++ b/remoting/remoting_host.gypi |
@@ -23,7 +23,7 @@ |
}], |
['chromeos==1', { |
'enable_me2me_host': 0, |
- 'enable_it2me_host': 0, |
+ 'enable_it2me_host': 1, |
}], |
], |
}, |
@@ -74,12 +74,17 @@ |
'host/capture_scheduler.h', |
'host/chromeos/aura_desktop_capturer.cc', |
'host/chromeos/aura_desktop_capturer.h', |
+ 'host/chromeos/chrome_browser_main_extra_parts_remoting.cc', |
+ 'host/chromeos/chrome_browser_main_extra_parts_remoting.h', |
'host/chromium_port_allocator_factory.cc', |
'host/chromium_port_allocator_factory.h', |
'host/chromoting_host.cc', |
'host/chromoting_host.h', |
'host/chromoting_host_context.cc', |
'host/chromoting_host_context.h', |
+ 'host/chromoting_host_context_impl.cc', |
+ 'host/chromoting_host_context_impl.h', |
+ 'host/chromoting_host_context_impl_chromeos.cc', |
'host/chromoting_messages.cc', |
'host/chromoting_messages.h', |
'host/chromoting_param_traits.cc', |
@@ -98,6 +103,7 @@ |
'host/constants_mac.h', |
'host/continue_window.cc', |
'host/continue_window.h', |
+ 'host/continue_window_chromeos.cc', |
'host/continue_window_linux.cc', |
'host/continue_window_mac.mm', |
'host/continue_window_win.cc', |
@@ -124,6 +130,7 @@ |
'host/desktop_shape_tracker_mac.cc', |
'host/desktop_shape_tracker_win.cc', |
'host/desktop_shape_tracker_x11.cc', |
+ 'host/disconnect_window_chromeos.cc', |
'host/disconnect_window_linux.cc', |
'host/disconnect_window_mac.h', |
'host/disconnect_window_mac.mm', |
@@ -227,6 +234,7 @@ |
'host/pin_hash.h', |
'host/policy_hack/policy_watcher.cc', |
'host/policy_hack/policy_watcher.h', |
+ 'host/policy_hack/policy_watcher_chromeos.cc', |
'host/policy_hack/policy_watcher_linux.cc', |
'host/policy_hack/policy_watcher_mac.mm', |
'host/policy_hack/policy_watcher_win.cc', |
@@ -320,6 +328,7 @@ |
'dependencies' : [ |
'../ash/ash.gyp:ash', |
'../cc/cc.gyp:cc', |
+ '../components/components.gyp:policy_component_common', |
'../content/content.gyp:content', |
'../ppapi/ppapi_internal.gyp:ppapi_host', |
'../skia/skia.gyp:skia', |
@@ -330,8 +339,7 @@ |
'../third_party/skia/include/utils', |
], |
'sources!' : [ |
- 'host/continue_window.cc', |
- 'host/continue_window.h', |
+ 'host/policy_hack/policy_watcher_linux.cc', |
'host/continue_window_linux.cc', |
'host/disconnect_window.cc', |
'host/disconnect_window_linux.cc', |
@@ -341,6 +349,11 @@ |
'sources!' : [ |
'host/chromeos/aura_desktop_capturer.cc', |
'host/chromeos/aura_desktop_capturer.h', |
+ 'host/chromeos/chrome_browser_main_extra_parts_remoting.cc', |
+ 'host/chromoting_host_context_impl_chromeos.cc', |
+ 'host/continue_window_chromeos.cc', |
+ 'host/disconnect_window_chromeos.cc', |
+ 'host/policy_hack/policy_watcher_chromeos.cc', |
], |
}], |
['OS=="mac"', { |
@@ -849,7 +862,7 @@ |
], # targets |
}], # end of OS!="win" and enable_me2me_host==1 |
- ['OS!="win" and enable_it2me_host==1', { |
+ ['OS!="win" and enable_it2me_host==1 and chromeos==0', { |
'targets': [ |
{ |
'target_name': 'remoting_it2me_native_messaging_host', |