summaryrefslogtreecommitdiffstats
path: root/remoting/remoting.gyp
diff options
context:
space:
mode:
authorjamiewalch@google.com <jamiewalch@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-06-07 16:57:44 +0000
committerjamiewalch@google.com <jamiewalch@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-06-07 16:57:44 +0000
commitf41095f88ee69a82e4931b88a73dbe8e54cc34f9 (patch)
tree38a683154c5978fd669570b235c44708d57604c1 /remoting/remoting.gyp
parent996ae9b36dde904605c55bbb0cad8360f7a59ac6 (diff)
downloadchromium_src-f41095f88ee69a82e4931b88a73dbe8e54cc34f9.zip
chromium_src-f41095f88ee69a82e4931b88a73dbe8e54cc34f9.tar.gz
chromium_src-f41095f88ee69a82e4931b88a73dbe8e54cc34f9.tar.bz2
Initial disconnect window framework and mac implementation.
BUG=None TEST=Manual Review URL: http://codereview.chromium.org/7077038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88138 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/remoting.gyp')
-rw-r--r--remoting/remoting.gyp9
1 files changed, 9 insertions, 0 deletions
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
index e03343f..302ea7f 100644
--- a/remoting/remoting.gyp
+++ b/remoting/remoting.gyp
@@ -147,6 +147,10 @@
'../third_party/npapi/npapi.gyp:npapi',
],
'sources': [
+ 'host/disconnect_window_linux.cc',
+ 'host/disconnect_window_mac.h',
+ 'host/disconnect_window_mac.mm',
+ 'host/disconnect_window_win.cc',
'host/host_plugin.cc',
],
'conditions': [
@@ -173,6 +177,7 @@
# only be necessary to list framework-Info.plist once, not the
# three times it is listed here.
'mac_bundle_resources': [
+ 'host/disconnect_window.xib',
'host/host_plugin-Info.plist',
],
'mac_bundle_resources!': [
@@ -439,6 +444,10 @@
'sources': [
'host/capturer_fake_ascii.cc',
'host/capturer_fake_ascii.h',
+ 'host/disconnect_window_linux.cc',
+ 'host/disconnect_window_mac.h',
+ 'host/disconnect_window_mac.mm',
+ 'host/disconnect_window_win.cc',
'host/simple_host_process.cc',
'../base/test/mock_chrome_application_mac.mm',
'../base/test/mock_chrome_application_mac.h',