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

Unified Diff: components/sync/BUILD.gn

Issue 2782573002: [Sync] Refactor ModelSafeWorker::DoWorkAndWaitUntilDone() to avoid code duplication. (Closed)
Patch Set: self-review Created 3 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
Index: components/sync/BUILD.gn
diff --git a/components/sync/BUILD.gn b/components/sync/BUILD.gn
index d58dde07da8529028a9ce320bfba47cdfb11b03c..39670251a257d55e89b210a319c438a85b54b61e 100644
--- a/components/sync/BUILD.gn
+++ b/components/sync/BUILD.gn
@@ -61,8 +61,6 @@ static_library("sync") {
"base/proto_value_ptr.h",
"base/report_unrecoverable_error.cc",
"base/report_unrecoverable_error.h",
- "base/scoped_event_signal.cc",
- "base/scoped_event_signal.h",
"base/stop_source.h",
"base/sync_features.cc",
"base/sync_features.h",
@@ -844,7 +842,6 @@ source_set("unit_tests") {
"base/ordinal_unittest.cc",
"base/proto_value_ptr_unittest.cc",
"base/protobuf_unittest.cc",
- "base/scoped_event_signal_unittest.cc",
"base/sync_prefs_unittest.cc",
"base/system_encryptor_unittest.cc",
"base/unique_position_unittest.cc",
« no previous file with comments | « components/password_manager/sync/browser/password_model_worker.cc ('k') | components/sync/base/scoped_event_signal.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698