diff options
author | tim@chromium.org <tim@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-26 19:21:59 +0000 |
---|---|---|
committer | tim@chromium.org <tim@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-26 19:21:59 +0000 |
commit | a55fde6d976fc328946c02270fa6c517b0faa9a7 (patch) | |
tree | ac780f2e5aed836459d1a9edc7fd9e8ad40568f6 /chrome/chrome.gyp | |
parent | ac522c7e26be18b614d514a5131199658d5c57cb (diff) | |
download | chromium_src-a55fde6d976fc328946c02270fa6c517b0faa9a7.zip chromium_src-a55fde6d976fc328946c02270fa6c517b0faa9a7.tar.gz chromium_src-a55fde6d976fc328946c02270fa6c517b0faa9a7.tar.bz2 |
sync: beginnings of MessageLoop based SyncerThread
This is just a checkpoint. It's not wired up to anything yet, and not fully implemented (note several NOTIMPLEMENTED() checks).
For design and overview, see https://docs.google.com/document/d/1bFqqtpA7TZuwtyEqlSxgkCCRrHvYRnnH6HlHou2LwVo/edit
BUG=26339
TEST=sync_unit_tests
Review URL: http://codereview.chromium.org/5939006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72663 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome.gyp')
-rw-r--r-- | chrome/chrome.gyp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp index b27b214..1f421cb 100644 --- a/chrome/chrome.gyp +++ b/chrome/chrome.gyp @@ -920,6 +920,9 @@ 'browser/sync/engine/net/syncapi_server_connection_manager.h', 'browser/sync/engine/net/url_translator.cc', 'browser/sync/engine/net/url_translator.h', + 'browser/sync/engine/nudge_source.h', + 'browser/sync/engine/polling_constants.cc', + 'browser/sync/engine/polling_constants.h', 'browser/sync/engine/post_commit_message_command.cc', 'browser/sync/engine/post_commit_message_command.h', 'browser/sync/engine/process_commit_response_command.cc', @@ -939,6 +942,8 @@ 'browser/sync/engine/syncer_end_command.h', 'browser/sync/engine/syncer_proto_util.cc', 'browser/sync/engine/syncer_proto_util.h', + 'browser/sync/engine/syncer_thread2.cc', + 'browser/sync/engine/syncer_thread2.h', 'browser/sync/engine/syncer_thread.cc', 'browser/sync/engine/syncer_thread.h', 'browser/sync/engine/syncer_types.h', |