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

Unified Diff: content/child/BUILD.gn

Issue 2460723003: Enable connection to Mojo services from Blink (Closed)
Patch Set: Response to reviews Created 4 years 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/child/BUILD.gn
diff --git a/content/child/BUILD.gn b/content/child/BUILD.gn
index 1bdc80654f2bf38b35cc374175032c3ff901dfaa..9456a61d12968091f0d43c040b73c7dc6bf1195f 100644
--- a/content/child/BUILD.gn
+++ b/content/child/BUILD.gn
@@ -214,6 +214,7 @@ target(link_target_type, "child") {
public_deps = [
"//gpu/ipc/client:client",
+ "//services/service_manager/public/interfaces:interfaces_blink",
]
deps = [

Powered by Google App Engine
This is Rietveld 408576698