| Index: BUILD.gn
|
| diff --git a/BUILD.gn b/BUILD.gn
|
| index 1cda6523dc00558d685fb18adbf291acb1360d17..f2bd9a20097cf480ebe2be35dee83bd6fd66d63f 100644
|
| --- a/BUILD.gn
|
| +++ b/BUILD.gn
|
| @@ -65,6 +65,7 @@ group("both_gn_and_gyp") {
|
| testonly = true
|
| deps = [
|
| "//base:base_unittests",
|
| + "//sync:sync_unit_tests",
|
| ]
|
| if (!is_ios) {
|
| deps += [
|
| @@ -133,7 +134,6 @@ group("both_gn_and_gyp") {
|
| "//printing:printing_unittests",
|
| "//skia:skia_unittests",
|
| "//sql:sql_unittests",
|
| - "//sync:sync_unit_tests",
|
| "//third_party/WebKit/Source/platform:heap_unittests",
|
| "//third_party/WebKit/Source/platform:platform_unittests",
|
| "//third_party/WebKit/Source/web:webkit_unit_tests",
|
|
|