summaryrefslogtreecommitdiffstats
path: root/chrome/chrome.gyp
diff options
context:
space:
mode:
authormvanouwerkerk <mvanouwerkerk@chromium.org>2015-07-28 04:07:21 -0700
committerCommit bot <commit-bot@chromium.org>2015-07-28 11:08:22 +0000
commit807bd3387a67e6a07f841de88976131818c07a34 (patch)
tree9eab8b8bac538af39b845a52414326d7a512536e /chrome/chrome.gyp
parentd200aa5aa473831ffd7fa0ab903a9dafc9c28efc (diff)
downloadchromium_src-807bd3387a67e6a07f841de88976131818c07a34.zip
chromium_src-807bd3387a67e6a07f841de88976131818c07a34.tar.gz
chromium_src-807bd3387a67e6a07f841de88976131818c07a34.tar.bz2
Use ServiceIPCServer::MessageHandler in CloudPrintMessageHandler.
* Moves cloud print IPC message handling from ServiceIPCServer to CloudPrintMessageHandler * Removes the last 4 uses of g_service_process from ServiceIPCServer. * Add unit test for ServiceIPCServer BUG=402456 Review URL: https://codereview.chromium.org/1249513003 Cr-Commit-Position: refs/heads/master@{#340664}
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 6a8a870..f0a1c64 100644
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -741,6 +741,8 @@
'service/cloud_print/cloud_print_auth.h',
'service/cloud_print/cloud_print_connector.cc',
'service/cloud_print/cloud_print_connector.h',
+ 'service/cloud_print/cloud_print_message_handler.cc',
+ 'service/cloud_print/cloud_print_message_handler.h',
'service/cloud_print/cloud_print_proxy.cc',
'service/cloud_print/cloud_print_proxy.h',
'service/cloud_print/cloud_print_proxy_backend.cc',