| Index: components/sync/BUILD.gn
|
| diff --git a/components/sync/BUILD.gn b/components/sync/BUILD.gn
|
| index e1e0273044b889d55a4cddd372cc647f8ee5328e..0ed965235bc233e05fcaef9e71006a76c0ef03b0 100644
|
| --- a/components/sync/BUILD.gn
|
| +++ b/components/sync/BUILD.gn
|
| @@ -609,8 +609,8 @@
|
| ]
|
| }
|
|
|
| -source_set("unit_tests") {
|
| - testonly = true
|
| +# GYP version: sync/sync_tests.gypi:sync_unit_tests
|
| +test("sync_unit_tests") {
|
| sources = [
|
| "api/attachments/attachment_id_unittest.cc",
|
| "api/attachments/attachment_metadata_unittest.cc",
|
| @@ -712,6 +712,7 @@
|
| ":test_support_sync_core",
|
| ":test_support_sync_core_impl",
|
| "//base",
|
| + "//base/test:run_all_unittests",
|
| "//components/sync",
|
| "//components/sync/protocol",
|
| "//google_apis",
|
|
|