| Index: chrome/test/BUILD.gn
|
| diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
|
| index 7132b45882cf60c64cc9c58b927a2ea766c241c8..a1cb45af094adabd73c30bf7bea439a0691201fe 100644
|
| --- a/chrome/test/BUILD.gn
|
| +++ b/chrome/test/BUILD.gn
|
| @@ -723,10 +723,18 @@ if (!is_android) {
|
| }
|
| if (!is_chromeos) {
|
| sources -= [
|
| + "../browser/sync/test/integration/sync_arc_package_helper.cc",
|
| + "../browser/sync/test/integration/sync_arc_package_helper.h",
|
| "../browser/sync/test/integration/wifi_credentials_helper.cc",
|
| "../browser/sync/test/integration/wifi_credentials_helper.h",
|
| ]
|
| }
|
| + if (is_chromeos) {
|
| + deps += [
|
| + "//components/arc:arc_test_support",
|
| + "//components/user_manager:test_support",
|
| + ]
|
| + }
|
| }
|
|
|
| js2gtest("browser_tests_js_webui") {
|
| @@ -1589,7 +1597,9 @@ if (!is_android) {
|
| }
|
| if (!is_chromeos) {
|
| sources -= [
|
| + "../browser/sync/test/integration/single_client_arc_package_sync_test.cc",
|
| "../browser/sync/test/integration/single_client_wifi_credentials_sync_test.cc",
|
| + "../browser/sync/test/integration/two_client_arc_package_sync_test.cc",
|
| "../browser/sync/test/integration/two_client_wifi_credentials_sync_test.cc",
|
| ]
|
| }
|
|
|