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

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

Issue 1808513006: Introduce PlatformNotification structures and converters (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@n-mojo-hacks
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 | « third_party/WebKit/Source/platform/blink_platform_tests.gyp ('k') | 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 da205b83955e7605bb01cfca895bdf8cceca4a93..c849338855d671e7c25d08254525d50bb58c59e8 100644
--- a/third_party/WebKit/public/BUILD.gn
+++ b/third_party/WebKit/public/BUILD.gn
@@ -174,9 +174,26 @@ grit("image_resources") {
]
}
-mojom("mojo_bindings") {
+# GYP version: WebKit/public/blink.gyp:blink_mojo_sources
+source_set("blink_mojo_sources") {
sources = [
"platform/modules/bluetooth/web_bluetooth.mojom",
"platform/modules/notifications/notification.mojom",
]
}
+
+# GYP version: WebKit/public/blink.gyp:mojo_bindings_blink_mojom
+mojom("mojo_bindings_blink") {
+ deps = [
+ ":blink_mojo_sources",
+ ]
+ for_blink = true
+ variant = "blink"
+}
+
+# GYP version: WebKit/public/blink.gyp:mojo_bindings_mojom
+mojom("mojo_bindings") {
+ deps = [
+ ":blink_mojo_sources",
+ ]
+}
« no previous file with comments | « third_party/WebKit/Source/platform/blink_platform_tests.gyp ('k') | third_party/WebKit/public/blink.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698