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

Unified Diff: third_party/WebKit/public/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: third_party/WebKit/public/BUILD.gn
diff --git a/third_party/WebKit/public/BUILD.gn b/third_party/WebKit/public/BUILD.gn
index 36b465affc71f92a6e17bd16548e39245aa1953f..937ac382e7f86d6dc817126490d43d40567f8344 100644
--- a/third_party/WebKit/public/BUILD.gn
+++ b/third_party/WebKit/public/BUILD.gn
@@ -591,6 +591,10 @@ source_set("blink_headers") {
"//third_party/icu:icu_config",
]
+ public_deps = [
+ "//services/service_manager/public/interfaces:interfaces_blink",
+ ]
+
deps = [
":generate_mojo_bindings",
]

Powered by Google App Engine
This is Rietveld 408576698