| Index: sync/sync.gyp
|
| diff --git a/sync/sync.gyp b/sync/sync.gyp
|
| index de8e734edfc7ae568b55cd87c091014abd6808c9..95199a3ba279a677fa851a6cc19d7a6fb41a2e92 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/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',
|
|
|