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

Unified Diff: content/app/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/app/BUILD.gn
diff --git a/content/app/BUILD.gn b/content/app/BUILD.gn
index 8d796eca93f48b12c79c737da9ad0b2e7ca9d460..dd6e95fa7187955bd8e7647e90078a5248ba6bce 100644
--- a/content/app/BUILD.gn
+++ b/content/app/BUILD.gn
@@ -27,7 +27,7 @@ template("implement_content_app") {
"//content:sandbox_helper_win",
"//content/public/common:common_sources",
"//crypto",
- "//services/service_manager/public/cpp",
+ "//services/service_manager/embedder",
"//services/service_manager/public/interfaces",
"//mojo/edk/system",
"//ppapi/features",
@@ -99,8 +99,6 @@ template("implement_content_app") {
source_set(main_target_name) {
sources = [
- "mac/mac_init.h",
- "mac/mac_init.mm",
"mojo/mojo_init.cc",
"mojo/mojo_init.h",
]
@@ -125,6 +123,7 @@ template("implement_content_app") {
deps = content_app_deps + [
":$runner_target_name",
"//ipc",
+ "//services/service_manager/embedder",
]
forward_variables_from(invoker,
[
« no previous file with comments | « content/DEPS ('k') | content/app/DEPS » ('j') | content/app/android/content_main.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698