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

Unified Diff: sync/sync.gyp

Issue 11360259: Sync: Add DeviceInfo's ChangeProcessor (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix sync_client.cc Created 8 years, 1 month 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
« no previous file with comments | « sync/internal_api/test/test_user_share.cc ('k') | sync/test/engine/test_directory_setter_upper.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/sync.gyp
diff --git a/sync/sync.gyp b/sync/sync.gyp
index de8e734edfc7ae568b55cd87c091014abd6808c9..ad9a684d6dfb164f4ae75b2f56971ca2e17189a7 100644
--- a/sync/sync.gyp
+++ b/sync/sync.gyp
@@ -139,8 +139,8 @@
'syncable/model_type.cc',
'syncable/mutable_entry.cc',
'syncable/mutable_entry.h',
- 'syncable/nigori_handler.h',
'syncable/nigori_handler.cc',
+ 'syncable/nigori_handler.h',
'syncable/nigori_util.cc',
'syncable/nigori_util.h',
'syncable/on_disk_directory_backing_store.cc',
@@ -498,6 +498,8 @@
'test/fake_sync_encryption_handler.cc',
'test/fake_extensions_activity_monitor.cc',
'test/fake_extensions_activity_monitor.h',
+ 'test/test_transaction_observer.cc',
+ 'test/test_transaction_observer.h',
'test/null_directory_change_delegate.cc',
'test/null_directory_change_delegate.h',
'test/null_transaction_observer.cc',
« no previous file with comments | « sync/internal_api/test/test_user_share.cc ('k') | sync/test/engine/test_directory_setter_upper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698