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

Unified Diff: content/app/BUILD.gn

Issue 2613653003: Move some basic early process init into Service Manager (Closed)
Patch Set: fix mac shutdown order 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
« no previous file with comments | « content/DEPS ('k') | content/app/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/app/BUILD.gn
diff --git a/content/app/BUILD.gn b/content/app/BUILD.gn
index 8d796eca93f48b12c79c737da9ad0b2e7ca9d460..c5d6ddaa7b709855604166dc5c98fa019f5d9306 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,8 @@ template("implement_content_app") {
source_set(main_target_name) {
sources = [
- "mac/mac_init.h",
- "mac/mac_init.mm",
+ "content_service_manager_main_delegate.cc",
+ "content_service_manager_main_delegate.h",
"mojo/mojo_init.cc",
"mojo/mojo_init.h",
]
@@ -125,6 +125,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') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698