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

Unified Diff: third_party/WebKit/public/BUILD.gn

Issue 1819473002: Generate Blink's Mojo bindings both for regular and WTF variants (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@n-mojo-mojom
Patch Set: Created 4 years, 9 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 | « no previous file | third_party/WebKit/public/blink.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/BUILD.gn
diff --git a/third_party/WebKit/public/BUILD.gn b/third_party/WebKit/public/BUILD.gn
index aa5117c91f1478e89550644eb5e1d28a7eb27969..dba669c39020196a12c6139b131f8ab066ff92de 100644
--- a/third_party/WebKit/public/BUILD.gn
+++ b/third_party/WebKit/public/BUILD.gn
@@ -175,6 +175,17 @@ grit("image_resources") {
]
}
+# GYP version: WebKit/public/blink.gyp:mojo_bindings_blink_mojom
+mojom("mojo_bindings_blink") {
+ sources = [
+ "platform/modules/bluetooth/web_bluetooth.mojom",
+ "platform/modules/notifications/notification.mojom",
+ ]
+ for_blink = true
+ variant = "wtf"
+}
+
+# GYP version: WebKit/public/blink.gyp:mojo_bindings_mojom
mojom("mojo_bindings") {
sources = [
"platform/modules/bluetooth/web_bluetooth.mojom",
« no previous file with comments | « no previous file | third_party/WebKit/public/blink.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698