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

Unified Diff: content/common/BUILD.gn

Issue 1149833007: Embed a mojo ApplicationManager in content/browser (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 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 ecfe362c95bd943b1b6676d86f459fbd04a4c0b0..09f7a4a989204e33a05aad18fa063f18163d780e 100644
--- a/content/common/BUILD.gn
+++ b/content/common/BUILD.gn
@@ -486,9 +486,12 @@ mojom("mojo_bindings") {
"geolocation_service.mojom",
"permission_service.mojom",
"presentation/presentation_service.mojom",
+ "process_control.mojom",
"render_frame_setup.mojom",
]
+ import_dirs = [ "//mojo/services" ]
+
deps = [
"//content/public/common:mojo_bindings",
"//mojo/application/public/interfaces",

Powered by Google App Engine
This is Rietveld 408576698