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

Unified Diff: Source/modules/modules.gypi

Issue 1016843002: Implement the ServiceWorkerRegistration.getNotifications() API. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: update the webexposed test Created 5 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
Index: Source/modules/modules.gypi
diff --git a/Source/modules/modules.gypi b/Source/modules/modules.gypi
index b06e30e246691fd777fd518278857c98a2a0df7c..8936d99c698074f8d94d36edbafcaefbfc8aebd3 100644
--- a/Source/modules/modules.gypi
+++ b/Source/modules/modules.gypi
@@ -343,6 +343,7 @@
'mediastream/RTCDTMFToneChangeEventInit.idl',
'mediastream/RTCIceCandidateInit.idl',
'mediastream/RTCSessionDescriptionInit.idl',
+ 'notifications/GetNotificationOptions.idl',
'notifications/NotificationEventInit.idl',
'notifications/NotificationOptions.idl',
'presentation/AvailableChangeEventInit.idl',
@@ -412,6 +413,8 @@
'<(blink_modules_output_dir)/mediastream/RTCIceCandidateInit.h',
'<(blink_modules_output_dir)/mediastream/RTCSessionDescriptionInit.cpp',
'<(blink_modules_output_dir)/mediastream/RTCSessionDescriptionInit.h',
+ '<(blink_modules_output_dir)/notifications/GetNotificationOptions.cpp',
+ '<(blink_modules_output_dir)/notifications/GetNotificationOptions.h',
'<(blink_modules_output_dir)/notifications/NotificationEventInit.cpp',
'<(blink_modules_output_dir)/notifications/NotificationEventInit.h',
'<(blink_modules_output_dir)/notifications/NotificationOptions.cpp',
« no previous file with comments | « LayoutTests/webexposed/global-interface-listing-expected.txt ('k') | Source/modules/notifications/GetNotificationOptions.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698