| 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",
|
|
|