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

Unified Diff: content/child/BUILD.gn

Issue 2460723003: Enable connection to Mojo services from Blink (Closed)
Patch Set: Self-review Created 4 years, 1 month 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 47e1f7fc5ef0888e13d3273b681438072924b1c0..946ca0f51e45b207d173f51f689a1779025a9fe5 100644
--- a/content/child/BUILD.gn
+++ b/content/child/BUILD.gn
@@ -216,6 +216,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