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

Unified Diff: third_party/WebKit/public/blink.gyp

Issue 1948223004: Introduce the Blink NotificationService, move permission checks there (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: gn fix, comments Created 4 years, 7 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/blink.gyp
diff --git a/third_party/WebKit/public/blink.gyp b/third_party/WebKit/public/blink.gyp
index b9c5dd8b339e5800e716d5b34cc52f577a6c3627..26ec011863ae37b93e04fc64876963c66925ff7f 100644
--- a/third_party/WebKit/public/blink.gyp
+++ b/third_party/WebKit/public/blink.gyp
@@ -32,15 +32,18 @@
'../Source/build/features.gypi',
],
'variables': {
+ # Duplicated in GN: //third_party/WebKit/public:mojo_bindings
'blink_mojo_sources': [
'platform/modules/bluetooth/web_bluetooth.mojom',
'platform/modules/geolocation/geolocation.mojom',
'platform/modules/imagecapture/image_capture.mojom',
'platform/modules/notifications/notification.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',
],
+ # Duplicated in GN: //third_party/WebKit/public:android_mojo_bindings
'blink_android_mojo_sources': [
'platform/modules/payments/payment_request.mojom',
],

Powered by Google App Engine
This is Rietveld 408576698