| Index: BUILD.gn
|
| diff --git a/BUILD.gn b/BUILD.gn
|
| index 8bf24cc9db7cd7eb26121c8bb2606070fb0ca382..f5080c978fa077aeda0615ce4cae13915f1496b4 100644
|
| --- a/BUILD.gn
|
| +++ b/BUILD.gn
|
| @@ -126,13 +126,13 @@ if (is_win) {
|
| "//base:base_unittests",
|
| "//chrome/test:browser_tests",
|
| "//chrome/test:sync_integration_tests",
|
| + "//components/sync:sync_unit_tests",
|
| "//ipc:ipc_tests",
|
| "//media:media_unittests",
|
| "//media/midi:midi_unittests",
|
| "//net:net_unittests",
|
| "//printing:printing_unittests",
|
| "//sql:sql_unittests",
|
| - "//sync:sync_unit_tests",
|
| "//ui/base:ui_base_unittests",
|
| "//ui/gfx:gfx_unittests",
|
| "//ui/touch_selection:ui_touch_selection_unittests",
|
| @@ -181,10 +181,10 @@ group("both_gn_and_gyp") {
|
| "//base:base_unittests",
|
| "//chrome/installer",
|
| "//components:components_unittests",
|
| + "//components/sync:sync_unit_tests",
|
| "//net:net_unittests",
|
| "//skia:skia_unittests",
|
| "//sql:sql_unittests",
|
| - "//sync:sync_unit_tests",
|
| "//tools/ipc_fuzzer:ipc_fuzzer_all",
|
| "//ui/base:ui_base_unittests",
|
| "//ui/gfx:gfx_unittests",
|
| @@ -205,6 +205,8 @@ group("both_gn_and_gyp") {
|
| "//chrome/test:interactive_ui_tests",
|
| "//chrome/test:sync_integration_tests",
|
| "//chrome/test/chromedriver:chromedriver_unittests",
|
| + "//components/sync/tools:sync_client",
|
| + "//components/sync/tools:sync_listen_notifications",
|
| "//extensions:extensions_browsertests",
|
| "//extensions:extensions_unittests",
|
| "//gpu/gles2_conform_support:gles2_conform_test",
|
| @@ -243,8 +245,6 @@ group("both_gn_and_gyp") {
|
| "//ppapi/examples/video_effects",
|
| "//ppapi/examples/video_encode",
|
| "//printing:printing_unittests",
|
| - "//sync/tools:sync_client",
|
| - "//sync/tools:sync_listen_notifications",
|
| "//third_party/cacheinvalidation:cacheinvalidation_unittests",
|
| "//third_party/codesighs",
|
| "//third_party/pdfium/samples:pdfium_test",
|
| @@ -504,6 +504,7 @@ group("both_gn_and_gyp") {
|
| "//cc:cc_perftests",
|
| "//cc/blink:cc_blink_unittests",
|
| "//components:components_perftests",
|
| + "//components/sync:run_sync_testserver",
|
| "//device:device_unittests",
|
| "//gin:gin_shell",
|
| "//gin:gin_unittests",
|
| @@ -513,7 +514,6 @@ group("both_gn_and_gyp") {
|
| "//ipc:ipc_perftests",
|
| "//media:media_perftests",
|
| "//net:dump_cache",
|
| - "//sync:run_sync_testserver",
|
| "//third_party/angle/src/tests:angle_end2end_tests",
|
| "//third_party/angle/src/tests:angle_unittests",
|
| "//third_party/codesighs:maptsvdifftool",
|
|
|