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

Unified Diff: sync/BUILD.gn

Issue 1082893003: [Sync] Erase sync DB when corrupted (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Reduce test runtime by writing fewer bookmarks Created 5 years, 8 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
« no previous file with comments | « chrome/browser/sync/test/integration/single_client_directory_sync_test.cc ('k') | sync/sync_tests.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
]
« no previous file with comments | « chrome/browser/sync/test/integration/single_client_directory_sync_test.cc ('k') | sync/sync_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698