diff options
author | akalin@chromium.org <akalin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-14 09:51:46 +0000 |
---|---|---|
committer | akalin@chromium.org <akalin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-14 09:51:46 +0000 |
commit | 2aa4ec16d252d37c12fa6d8a187350a906808a7a (patch) | |
tree | 74310906434c1854629fa377e4ee74f247f3cf0e /chrome/chrome.gyp | |
parent | 1ba346dd63e728e508be1e84aa234c53c7d6e1d3 (diff) | |
download | chromium_src-2aa4ec16d252d37c12fa6d8a187350a906808a7a.zip chromium_src-2aa4ec16d252d37c12fa6d8a187350a906808a7a.tar.gz chromium_src-2aa4ec16d252d37c12fa6d8a187350a906808a7a.tar.bz2 |
[Sync] Combine sync thread and sync core thread.
Rename SyncerThread to SyncerScheduler and its owned thread; it is now
a (mostly) non-thread-safe class which schedules events on the message
loop it was created on.
Rename core_thread_ in SyncBackendHost to sync_thread_ (and associated
variables).
BUG=79174
TEST=
Review URL: http://codereview.chromium.org/6995097
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88976 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome.gyp')
-rw-r--r-- | chrome/chrome.gyp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp index 4baab80..8ea46516 100644 --- a/chrome/chrome.gyp +++ b/chrome/chrome.gyp @@ -640,8 +640,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_thread.cc', - 'browser/sync/engine/syncer_thread.h', + 'browser/sync/engine/sync_scheduler.cc', + 'browser/sync/engine/sync_scheduler.h', 'browser/sync/engine/syncer_types.cc', 'browser/sync/engine/syncer_types.h', 'browser/sync/engine/syncer_util.cc', |