Index: remoting/remoting_host.gypi |
diff --git a/remoting/remoting_host.gypi b/remoting/remoting_host.gypi |
index d4e2406fc31fba4473eb28ba6fefceb7258386c3..706f9739045e8088aa7e07fa586bb3a19b79cdd7 100644 |
--- a/remoting/remoting_host.gypi |
+++ b/remoting/remoting_host.gypi |
@@ -74,6 +74,8 @@ |
'host/capture_scheduler.h', |
'host/chromeos/aura_desktop_capturer.cc', |
'host/chromeos/aura_desktop_capturer.h', |
+ 'host/chromeos/message_box.cc', |
+ 'host/chromeos/message_box.h', |
'host/chromium_port_allocator_factory.cc', |
'host/chromium_port_allocator_factory.h', |
'host/chromoting_host.cc', |
@@ -328,6 +330,8 @@ |
'../skia/skia.gyp:skia', |
'../ui/aura/aura.gyp:aura', |
'../ui/compositor/compositor.gyp:compositor', |
+ '../ui/events/events.gyp:events', |
+ '../ui/views/views.gyp:views', |
], |
'include_dirs': [ |
'../third_party/skia/include/utils', |
@@ -343,6 +347,8 @@ |
'sources!' : [ |
'host/chromeos/aura_desktop_capturer.cc', |
'host/chromeos/aura_desktop_capturer.h', |
+ 'host/chromeos/message_box.cc', |
+ 'host/chromeos/message_box.h', |
'host/continue_window_chromeos.cc', |
'host/disconnect_window_chromeos.cc', |
'host/policy_hack/policy_watcher_chromeos.cc', |