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

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: fix actions 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 861d6b00bfb78cb19d401fda84177ad9fbe3af51..c4a5f088037174f938e5ba94afb4354355caf899 100644
--- a/Source/modules/modules.gypi
+++ b/Source/modules/modules.gypi
@@ -1175,6 +1175,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',
@@ -1760,6 +1762,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