| Index: chrome/test/BUILD.gn
|
| diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
|
| index 9cdb921567e340fe24f2518fa8db5fe9a27e118d..a72548755c6b828ff443b07de45d1c45906b1692 100644
|
| --- a/chrome/test/BUILD.gn
|
| +++ b/chrome/test/BUILD.gn
|
| @@ -1231,6 +1231,12 @@ if (!is_android) {
|
| ".",
|
| "//chrome")
|
| }
|
| + if (enable_service_discovery) {
|
| + sources += rebase_path(
|
| + chrome_tests_gypi_values.chrome_browser_tests_service_discovery_sources,
|
| + ".",
|
| + "//chrome")
|
| + }
|
| if (enable_supervised_users) {
|
| sources += rebase_path(
|
| chrome_tests_gypi_values.chrome_browser_tests_supervised_user_sources,
|
| @@ -1718,6 +1724,12 @@ test("unit_tests") {
|
| ".",
|
| "//chrome")
|
| }
|
| + if (enable_service_discovery) {
|
| + sources += rebase_path(
|
| + chrome_tests_unit_gypi_values.chrome_unit_tests_extensions_service_discovery_sources,
|
| + ".",
|
| + "//chrome")
|
| + }
|
| if (!is_chromeos) {
|
| sources += rebase_path(
|
| chrome_tests_unit_gypi_values.chrome_unit_tests_extensions_non_chromeos_sources,
|
| @@ -2033,8 +2045,6 @@ test("unit_tests") {
|
| }
|
| if (is_android || is_ios) {
|
| sources -= [
|
| - "../browser/devtools/device/cast_device_provider_unittest.cc",
|
| - "../browser/devtools/device/webrtc/devtools_bridge_instances_request_unittest.cc",
|
| "../browser/ui/bookmarks/bookmark_ui_utils_desktop_unittest.cc",
|
| "../browser/ui/sync/sync_promo_ui_unittest.cc",
|
| ]
|
|
|