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

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: review+tests Created 9 years, 11 months 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 b6104edaabbf3a5b5665c1064ff86137cdfc706c..87175df2c81e76800da969069c7fa26517ec07ed 100644
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -918,6 +918,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',
@@ -937,6 +940,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