diff options
author | derat@chromium.org <derat@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-05 02:11:08 +0000 |
---|---|---|
committer | derat@chromium.org <derat@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-05 02:11:08 +0000 |
commit | c0b22ad01a392ff70026b4c0ab9f89c99e596904 (patch) | |
tree | cf7315ba36ab25dce28dcbfee55e55a826a6077a /chrome/chrome_browser.gypi | |
parent | ca80e4df1e7a720989f57fc46ff3cc99dd2bf997 (diff) | |
download | chromium_src-c0b22ad01a392ff70026b4c0ab9f89c99e596904.zip chromium_src-c0b22ad01a392ff70026b4c0ab9f89c99e596904.tar.gz chromium_src-c0b22ad01a392ff70026b4c0ab9f89c99e596904.tar.bz2 |
chromeos: Refactor some code into GDataOperationRunner.
This moves DocumentService's authentication and retry code
into GDataOperationRunner, a new helper class that I intend
to also use for running contact-fetching operations.
BUG=128805
TEST=existing tests pass
Review URL: https://chromiumcodereview.appspot.com/10412013
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@140474 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 ea26972..a7afe57 100644 --- a/chrome/chrome_browser.gypi +++ b/chrome/chrome_browser.gypi @@ -532,6 +532,8 @@ 'browser/chromeos/gdata/gdata_leveldb.h', 'browser/chromeos/gdata/gdata_operation_registry.cc', 'browser/chromeos/gdata/gdata_operation_registry.h', + 'browser/chromeos/gdata/gdata_operation_runner.cc', + 'browser/chromeos/gdata/gdata_operation_runner.h', 'browser/chromeos/gdata/gdata_operations.cc', 'browser/chromeos/gdata/gdata_operations.h', 'browser/chromeos/gdata/gdata_params.cc', |