Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6183)

Unified Diff: chrome/chrome.gyp

Issue 5939006: sync: beginnings of MessageLoop based SyncerThread (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: comment Created 10 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/chrome.gyp
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
index 71fb193f2b8848c569a5fd15fe4a04915f873948..26d08bac7fd58d1baec5cccc0ea4125f30f05190 100644
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -956,6 +956,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',
@@ -975,6 +978,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',

Powered by Google App Engine
This is Rietveld 408576698