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

Unified Diff: sync/sync.gyp

Issue 10911073: NOT FOR COMMIT: Add DeviceInfo type and ChangeProcessor (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Introduce SyncedDeviceTracker (the ChangeProcessor) Created 8 years, 3 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: sync/sync.gyp
diff --git a/sync/sync.gyp b/sync/sync.gyp
index 3701d342571a09d2d8d44096c1e2c740d6a0f0a9..c1d9457a5b8f5fa5a1f66671f894ed9b2e284566 100644
--- a/sync/sync.gyp
+++ b/sync/sync.gyp
@@ -181,8 +181,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',
@@ -454,6 +454,8 @@
'test/fake_sync_encryption_handler.cc',
'test/fake_extensions_activity_monitor.cc',
'test/fake_extensions_activity_monitor.h',
+ 'test/mock_transaction_observer.cc',
+ 'test/mock_transaction_observer.h',
'test/null_directory_change_delegate.cc',
'test/null_directory_change_delegate.h',
'test/null_transaction_observer.cc',

Powered by Google App Engine
This is Rietveld 408576698