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

Unified Diff: components/sync/BUILD.gn

Issue 2257523003: [Sync] Move StartAssociation from NonUIDataTypeController to SharedChangeProcessor. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move local_service_ WeakPtr to SharedChangeProcessor. Created 4 years, 4 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 | « no previous file | components/sync/base/bind_to_task_runner.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/BUILD.gn
diff --git a/components/sync/BUILD.gn b/components/sync/BUILD.gn
index 91d8904f903190fc4152d1b49a6aecf0357fb8a1..a4e6ed585e48b2ff19d3346ca158a0ba326cd4bd 100644
--- a/components/sync/BUILD.gn
+++ b/components/sync/BUILD.gn
@@ -53,6 +53,7 @@ static_library("sync") {
"api/time.h",
"base/attachment_id_proto.cc",
"base/attachment_id_proto.h",
+ "base/bind_to_task_runner.h",
"base/cancelation_observer.cc",
"base/cancelation_observer.h",
"base/cancelation_signal.cc",
@@ -792,6 +793,7 @@ source_set("unit_tests") {
"api/sync_error_unittest.cc",
"api/sync_merge_result_unittest.cc",
"base/attachment_id_proto_unittest.cc",
+ "base/bind_to_task_runner_unittest.cc",
"base/cancelation_signal_unittest.cc",
"base/cryptographer_unittest.cc",
"base/data_type_histogram_unittest.cc",
« no previous file with comments | « no previous file | components/sync/base/bind_to_task_runner.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698