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

Unified Diff: Source/modules/modules.gypi

Issue 1260793007: Generalize validation of developer input for Web Notifications (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 4 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 9f3c8b6e629660a9871d6cfd8b3eaea2f0b82056..796745e8fc26ad5148cdf948f5da1959571917fc 100644
--- a/Source/modules/modules.gypi
+++ b/Source/modules/modules.gypi
@@ -1169,6 +1169,8 @@
'netinfo/WorkerNavigatorNetworkInformation.h',
'notifications/Notification.cpp',
'notifications/Notification.h',
+ 'notifications/NotificationData.cpp',
+ 'notifications/NotificationData.h',
'notifications/NotificationEvent.cpp',
'notifications/NotificationEvent.h',
'notifications/NotificationPermissionCallback.h',
@@ -1743,6 +1745,7 @@
'indexeddb/IDBRequestTest.cpp',
'indexeddb/IDBTransactionTest.cpp',
'mediastream/RTCDataChannelTest.cpp',
+ 'notifications/NotificationDataTest.cpp',
'serviceworkers/ServiceWorkerContainerTest.cpp',
'webaudio/AudioBasicProcessorHandlerTest.cpp',
'webaudio/ConvolverNodeTest.cpp',

Powered by Google App Engine
This is Rietveld 408576698