summaryrefslogtreecommitdiffstats
path: root/chrome/chrome.gyp
diff options
context:
space:
mode:
authorsanjeevr@chromium.org <sanjeevr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-10-29 02:36:40 +0000
committersanjeevr@chromium.org <sanjeevr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-10-29 02:36:40 +0000
commitad16745629a479a8ba825afdbd741a5cf9fc71cf (patch)
treee813064e7d49689e1d03250e05aeb6d49f994748 /chrome/chrome.gyp
parent7b8bf02dcc2ffdd92256fdd9728ece2b82d13984 (diff)
downloadchromium_src-ad16745629a479a8ba825afdbd741a5cf9fc71cf.zip
chromium_src-ad16745629a479a8ba825afdbd741a5cf9fc71cf.tar.gz
chromium_src-ad16745629a479a8ba825afdbd741a5cf9fc71cf.tar.bz2
Created a CloudPrintURLFetcher class to wrap URLFetcher. This class implements a consistent retry policy based on URLFetcherProtectEntry and implements the standard error handling mechanism for all cloud print requests. Changed callers.
BUG=None TEST=Unit-tests provided, test cloud print procy request backoff. Review URL: http://codereview.chromium.org/4202006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64359 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 961d908..aa56e53 100644
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -1131,6 +1131,8 @@
'service/cloud_print/cloud_print_proxy.h',
'service/cloud_print/cloud_print_proxy_backend.cc',
'service/cloud_print/cloud_print_proxy_backend.h',
+ 'service/cloud_print/cloud_print_url_fetcher.cc',
+ 'service/cloud_print/cloud_print_url_fetcher.h',
'service/cloud_print/job_status_updater.cc',
'service/cloud_print/job_status_updater.h',
'service/cloud_print/print_system_dummy.cc',