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

Unified Diff: content/common/BUILD.gn

Issue 285333003: Support exposing Mojo services between render frames, render threads, and their respective hosts. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address comments Created 6 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
« no previous file with comments | « content/child/mojo/mojo_application.cc ('k') | content/common/mojo/mojo_service_names.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/BUILD.gn
diff --git a/content/common/BUILD.gn b/content/common/BUILD.gn
index 511027e3091aa356164b5e75cfcaf54465326173..96f017dc7ca89baa9da4ea82b3957a0c511f0391 100644
--- a/content/common/BUILD.gn
+++ b/content/common/BUILD.gn
@@ -56,6 +56,7 @@ source_set("common") {
"//gpu/command_buffer/client:gles2_implementation",
"//gpu/command_buffer/service",
"//gpu/ipc",
+ "//mojo/public/interfaces/interface_provider",
"//ui/gl",
"//webkit/browser:storage",
"//webkit/common",
@@ -264,6 +265,6 @@ source_set("common") {
mojom("mojo_bindings") {
sources = [
- "web_ui_setup.mojom",
+ "render_frame_setup.mojom",
]
}
« no previous file with comments | « content/child/mojo/mojo_application.cc ('k') | content/common/mojo/mojo_service_names.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698