| Index: chrome/test/BUILD.gn
|
| diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
|
| index e7039fec7cc696218911c17608e8553ee2917c3f..29df37384ea6b66cbfc276f0e25b39f8d0e0503b 100644
|
| --- a/chrome/test/BUILD.gn
|
| +++ b/chrome/test/BUILD.gn
|
| @@ -2649,10 +2649,7 @@ test("browser_tests") {
|
| ]
|
| }
|
| if (enable_mdns) {
|
| - sources += [
|
| - "../browser/extensions/api/gcd_private/gcd_private_apitest.cc",
|
| - "../browser/ui/webui/local_discovery/local_discovery_ui_browsertest.cc",
|
| - ]
|
| + sources += [ "../browser/ui/webui/local_discovery/local_discovery_ui_browsertest.cc" ]
|
| }
|
| if (use_brlapi) {
|
| deps += [ "//build/linux/libbrlapi" ]
|
| @@ -4152,8 +4149,6 @@ test("unit_tests") {
|
| ]
|
| if (enable_service_discovery) {
|
| sources += [
|
| - "../browser/extensions/api/gcd_private/privet_v3_context_getter_unittest.cc",
|
| - "../browser/extensions/api/gcd_private/privet_v3_session_unittest.cc",
|
| "../browser/extensions/api/mdns/dns_sd_registry_unittest.cc",
|
| "../browser/extensions/api/mdns/mdns_api_unittest.cc",
|
| ]
|
|
|