| Index: sync/BUILD.gn
|
| diff --git a/sync/BUILD.gn b/sync/BUILD.gn
|
| index d6cec9269dafdf9b38b2c2e853d56eb5c85535e8..bfb3566f1f3ce23553fb0aa0585dab6a51b3a9c5 100644
|
| --- a/sync/BUILD.gn
|
| +++ b/sync/BUILD.gn
|
| @@ -444,6 +444,8 @@ static_library("test_support_sync_core") {
|
| "sessions/test_util.cc",
|
| "sessions/test_util.h",
|
| "test/callback_counter.h",
|
| + "test/directory_backing_store_corruption_testing.cc",
|
| + "test/directory_backing_store_corruption_testing.h",
|
| "test/engine/fake_model_worker.cc",
|
| "test/engine/fake_model_worker.h",
|
| "test/engine/fake_sync_scheduler.cc",
|
| @@ -488,6 +490,8 @@ static_library("test_support_sync_core") {
|
| "test/test_transaction_observer.h",
|
| "test/trackable_mock_invalidation.cc",
|
| "test/trackable_mock_invalidation.h",
|
| + "util/mock_unrecoverable_error_handler.cc",
|
| + "util/mock_unrecoverable_error_handler.h",
|
| "util/test_unrecoverable_error_handler.cc",
|
| "util/test_unrecoverable_error_handler.h",
|
| ]
|
|
|