Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(23)

Unified Diff: services/service_manager/public/cpp/BUILD.gn

Issue 2862773002: Remove obsolete support code (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | services/service_manager/public/cpp/lib/init_commandline.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 = [
« no previous file with comments | « no previous file | services/service_manager/public/cpp/lib/init_commandline.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698