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

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: handle the case where handles arrive before the RenderFrame is ready 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
Index: content/common/BUILD.gn
diff --git a/content/common/BUILD.gn b/content/common/BUILD.gn
index 88890f00fb46f7e79fd0535815bca87b14eb023a..5aaf18130d54ab86c00583e254df698a2ac37b9e 100644
--- a/content/common/BUILD.gn
+++ b/content/common/BUILD.gn
@@ -48,6 +48,7 @@ source_set("common") {
"//ipc",
"//gpu/command_buffer/client:gles2_c_lib",
"//gpu/command_buffer/client:gles2_implementation",
+ "//mojo/public/interfaces/interface_provider",
"//ui/gl",
#'../cc/cc.gyp:cc',
#'../gpu/gpu.gyp:command_buffer_service',
@@ -264,6 +265,6 @@ source_set("common") {
mojom("mojo_bindings") {
sources = [
- "web_ui_setup.mojom",
+ "render_frame_setup.mojom",
]
}

Powered by Google App Engine
This is Rietveld 408576698