From 640cd0f4115d6aeb5b1760492e2fcd3e5f6b9b20 Mon Sep 17 00:00:00 2001 From: Marshall Greenblatt Date: Tue, 26 May 2020 12:32:37 -0400 Subject: [PATCH] Remove duplicate local_discovery file entries (see issue #2900) This fixes duplicate symbol errors when linking libcef on Linux. These files are now included by default with enable_service_discovery=true. --- BUILD.gn | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/BUILD.gn b/BUILD.gn index 1c99f0319..73d445987 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -711,17 +711,6 @@ static_library("libcef_static") { "libcef/renderer/url_loader_throttle_provider_impl.h", "libcef/renderer/v8_impl.cc", "libcef/renderer/v8_impl.h", - - "//chrome/browser/local_discovery/service_discovery_device_lister.cc", - "//chrome/browser/local_discovery/service_discovery_device_lister.h", - "//chrome/browser/local_discovery/service_discovery_client_impl.cc", - "//chrome/browser/local_discovery/service_discovery_client_impl.h", - "//chrome/browser/local_discovery/service_discovery_client.cc", - "//chrome/browser/local_discovery/service_discovery_client.h", - "//chrome/browser/local_discovery/service_discovery_client_mdns.cc", - "//chrome/browser/local_discovery/service_discovery_client_mdns.h", - "//chrome/browser/local_discovery/service_discovery_shared_client.cc", - "//chrome/browser/local_discovery/service_discovery_shared_client.h", ] configs += [