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

Unified Diff: content/common/BUILD.gn

Issue 2613653003: Move some basic early process init into Service Manager (Closed)
Patch Set: . Created 3 years, 9 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
Index: content/common/BUILD.gn
diff --git a/content/common/BUILD.gn b/content/common/BUILD.gn
index 4a7001ddab248c69a2cc87e1ac19bb32ab32c591..14221285f8de7355fb1c63696306bdeb06ec4903 100644
--- a/content/common/BUILD.gn
+++ b/content/common/BUILD.gn
@@ -327,10 +327,6 @@ source_set("common") {
"service_worker/service_worker_types.h",
"service_worker/service_worker_utils.cc",
"service_worker/service_worker_utils.h",
- "set_process_title.cc",
- "set_process_title.h",
- "set_process_title_linux.cc",
- "set_process_title_linux.h",
"site_isolation_policy.cc",
"site_isolation_policy.h",
"speech_recognition_messages.h",
@@ -406,6 +402,7 @@ source_set("common") {
"//sandbox",
"//sandbox:sandbox_features",
"//services/service_manager",
+ "//services/service_manager/embedder",
"//services/service_manager/public/cpp",
"//services/service_manager/public/interfaces",
"//services/service_manager/runner/common",

Powered by Google App Engine
This is Rietveld 408576698