| Index: services/service_manager/public/cpp/BUILD.gn
|
| diff --git a/services/service_manager/public/cpp/BUILD.gn b/services/service_manager/public/cpp/BUILD.gn
|
| index 2406b6877cb3cd557d28d5861621c60a1b78ed59..b4829d525f9df0a9365bb1e83227835b9e8833e2 100644
|
| --- a/services/service_manager/public/cpp/BUILD.gn
|
| +++ b/services/service_manager/public/cpp/BUILD.gn
|
| @@ -47,21 +47,6 @@ static_library("sources") {
|
| }
|
|
|
| if (!is_ios) {
|
| - # This cannot be a static library because it needs to export the symbols from
|
| - # initialize_base_and_icu.cc.
|
| - source_set("application_support") {
|
| - sources = [
|
| - "lib/init_commandline.cc",
|
| - "lib/initialize_base_and_icu.cc",
|
| - ]
|
| -
|
| - deps = [
|
| - "//base",
|
| - "//base:i18n",
|
| - "//mojo/public/c/system",
|
| - ]
|
| - }
|
| -
|
| static_library("service_test_support") {
|
| testonly = true
|
| sources = [
|
|
|