diff options
author | sanjeevr@chromium.org <sanjeevr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-11 20:41:35 +0000 |
---|---|---|
committer | sanjeevr@chromium.org <sanjeevr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-11 20:41:35 +0000 |
commit | de119cf2b1e0cc6b6ab2352812adb14726633413 (patch) | |
tree | a43fe7e052f03a0bd9c3a54c317c2a8a71f7df8d /chrome/chrome_common.gypi | |
parent | e64648531fc7386c139dffadefa746996264b90f (diff) | |
download | chromium_src-de119cf2b1e0cc6b6ab2352812adb14726633413.zip chromium_src-de119cf2b1e0cc6b6ab2352812adb14726633413.tar.gz chromium_src-de119cf2b1e0cc6b6ab2352812adb14726633413.tar.bz2 |
Changed the IPC between the browser and the service process to return more detailed information about the cloud print proxy. This is a first step towards the new login mechanism for Cloud Print.
BUG=None
TEST=Unit-tests, enabling disabling cloud print proxy
Review URL: http://codereview.chromium.org/7001012
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@85038 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_common.gypi')
-rw-r--r-- | chrome/chrome_common.gypi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi index 9c10b32..e01028c 100644 --- a/chrome/chrome_common.gypi +++ b/chrome/chrome_common.gypi @@ -144,6 +144,8 @@ 'common/chrome_content_client.h', 'common/chrome_content_plugin_client.cc', 'common/chrome_content_plugin_client.h', + 'common/cloud_print/cloud_print_proxy_info.cc', + 'common/cloud_print/cloud_print_proxy_info.h', 'common/common_glue.cc', 'common/common_message_generator.cc', 'common/common_message_generator.h', |