summaryrefslogtreecommitdiffstats
path: root/chrome/chrome.gyp
diff options
context:
space:
mode:
authorabeera@google.com <abeera@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-08-15 20:56:17 +0000
committerabeera@google.com <abeera@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-08-15 20:56:17 +0000
commita529af57f7b475e18cb878712c42c95c7c82e56b (patch)
treeea36e92433fecae3a8febb0635b4c8112a5a2ca3 /chrome/chrome.gyp
parent3ef7fb0d42affe262ab8cc3637a9982c65a59335 (diff)
downloadchromium_src-a529af57f7b475e18cb878712c42c95c7c82e56b.zip
chromium_src-a529af57f7b475e18cb878712c42c95c7c82e56b.tar.gz
chromium_src-a529af57f7b475e18cb878712c42c95c7c82e56b.tar.bz2
Virtual Cloud Print Driver for Mac.
Includes code for the driver itself. Also modifies the browser process as well as service process to register Apple Event handlers. Also changes the service process to allow registration of driver. BUG= TEST= Review URL: http://codereview.chromium.org/7485011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96825 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome.gyp')
-rw-r--r--chrome/chrome.gyp2
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
index 2144b22..a535e7b 100644
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -827,6 +827,8 @@
'../third_party/libjingle/libjingle.gyp:libjingle',
],
'sources': [
+ 'service/chrome_service_application_mac.h',
+ 'service/chrome_service_application_mac.mm',
'service/service_child_process_host.cc',
'service/service_child_process_host.h',
'service/service_ipc_server.cc',