| Index: components/sync/BUILD.gn
|
| diff --git a/components/sync/BUILD.gn b/components/sync/BUILD.gn
|
| index 39670251a257d55e89b210a319c438a85b54b61e..d58dde07da8529028a9ce320bfba47cdfb11b03c 100644
|
| --- a/components/sync/BUILD.gn
|
| +++ b/components/sync/BUILD.gn
|
| @@ -61,6 +61,8 @@
|
| "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",
|
| @@ -842,6 +844,7 @@
|
| "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",
|
|
|