summaryrefslogtreecommitdiffstats
path: root/remoting/remoting_host.gypi
diff options
context:
space:
mode:
authorkelvinp <kelvinp@chromium.org>2014-11-04 12:36:35 -0800
committerCommit bot <commit-bot@chromium.org>2014-11-04 20:36:52 +0000
commit6410d7ad4937a4a86e9ad28b9ecf99f961305b2d (patch)
treecb3e43c8af3d7cfda55dca4b06405e149995e834 /remoting/remoting_host.gypi
parent89763279e7c46196bad17e9c5f31abb0ccffa2b1 (diff)
downloadchromium_src-6410d7ad4937a4a86e9ad28b9ecf99f961305b2d.zip
chromium_src-6410d7ad4937a4a86e9ad28b9ecf99f961305b2d.tar.gz
chromium_src-6410d7ad4937a4a86e9ad28b9ecf99f961305b2d.tar.bz2
Remote assistance on Chrome OS Part V - It2MeHost Continue Window
This CL implements the ContinueWindow on ChromeOS, which will be shown to the user for confirmation after 10 minutes into a Remote Assistance session. To implement the ContinueWindow, this CL introduces a new class MessageBox, which is a re-usable component built on top of the widget framework. BUG=424908 Review URL: https://codereview.chromium.org/690183002 Cr-Commit-Position: refs/heads/master@{#302657}
Diffstat (limited to 'remoting/remoting_host.gypi')
-rw-r--r--remoting/remoting_host.gypi4
1 files changed, 4 insertions, 0 deletions
diff --git a/remoting/remoting_host.gypi b/remoting/remoting_host.gypi
index d4e2406..3d5bb95 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',
@@ -343,6 +345,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',