diff options
author | scottbyer@chromium.org <scottbyer@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-29 22:42:45 +0000 |
---|---|---|
committer | scottbyer@chromium.org <scottbyer@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-29 22:42:45 +0000 |
commit | 400bcf7e617fdea911fd73e506d1b2c55c437de9 (patch) | |
tree | 3c626b22fcbdf35c5374cef120a2dc673368ce88 /chrome/chrome_browser.gypi | |
parent | 9feacce68efb14f50be52bf458ced2c0590f5748 (diff) | |
download | chromium_src-400bcf7e617fdea911fd73e506d1b2c55c437de9.zip chromium_src-400bcf7e617fdea911fd73e506d1b2c55c437de9.tar.gz chromium_src-400bcf7e617fdea911fd73e506d1b2c55c437de9.tar.bz2 |
New Cloud Print Proxy setup UI.
New UI to setup the proxy in Chrome. This UI passed review. New features
include a friendlier layout, a Learn More link, and a Print Test Page button on
the success page. This does not yet bring the UI out from behind a flag; that
will be a separate CL.
BUG=60092
TEST=CloudPrintURLTest.CheckDefaultURLs
Review URL: http://codereview.chromium.org/5285001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67602 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_browser.gypi')
-rw-r--r-- | chrome/chrome_browser.gypi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi index f57fcf4..8b40050 100644 --- a/chrome/chrome_browser.gypi +++ b/chrome/chrome_browser.gypi @@ -2512,6 +2512,8 @@ 'browser/printing/cloud_print/cloud_print_setup_flow.h', 'browser/printing/cloud_print/cloud_print_setup_message_handler.cc', 'browser/printing/cloud_print/cloud_print_setup_message_handler.h', + 'browser/printing/cloud_print/cloud_print_setup_source.cc', + 'browser/printing/cloud_print/cloud_print_setup_source.h', 'browser/printing/cloud_print/cloud_print_url.cc', 'browser/printing/cloud_print/cloud_print_url.h', 'browser/process_info_snapshot_mac.cc', |