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

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

Issue 1904163002: Move Web Notifications to use Mojo Base URL: https://chromium.googlesource.com/chromium/src.git@skbitmap-blink
Patch Set: resolves the promise Created 4 years, 8 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
Index: third_party/WebKit/public/BUILD.gn
diff --git a/third_party/WebKit/public/BUILD.gn b/third_party/WebKit/public/BUILD.gn
index 757d675962c539b060219e61cb8852acd19eceda..976230894403909469bc86915b7e9ba20c259e86 100644
--- a/third_party/WebKit/public/BUILD.gn
+++ b/third_party/WebKit/public/BUILD.gn
@@ -185,6 +185,8 @@ mojom("mojo_bindings") {
"platform/modules/bluetooth/web_bluetooth.mojom",
"platform/modules/geolocation/geolocation.mojom",
"platform/modules/notifications/notification.mojom",
+ "platform/modules/notifications/notification_resources.mojom",
+ "platform/modules/notifications/notification_service.mojom",
"platform/modules/permissions/permission.mojom",
"platform/modules/permissions/permission_status.mojom",
"platform/modules/wake_lock/wake_lock_service.mojom",

Powered by Google App Engine
This is Rietveld 408576698