| Index: third_party/WebKit/Source/modules/modules.gypi
|
| diff --git a/third_party/WebKit/Source/modules/modules.gypi b/third_party/WebKit/Source/modules/modules.gypi
|
| index 4cfaa4b2fbc9465433b76d49fd3669dbe9777b1d..82068272b6da50f7203696b4e4a34a8f74786ef2 100644
|
| --- a/third_party/WebKit/Source/modules/modules.gypi
|
| +++ b/third_party/WebKit/Source/modules/modules.gypi
|
| @@ -1320,9 +1320,13 @@
|
| 'notifications/NotificationData.h',
|
| 'notifications/NotificationEvent.cpp',
|
| 'notifications/NotificationEvent.h',
|
| + 'notifications/NotificationImageLoader.cpp',
|
| + 'notifications/NotificationImageLoader.h',
|
| 'notifications/NotificationPermissionCallback.h',
|
| 'notifications/NotificationPermissionClient.cpp',
|
| 'notifications/NotificationPermissionClient.h',
|
| + 'notifications/NotificationResourcesLoader.cpp',
|
| + 'notifications/NotificationResourcesLoader.h',
|
| 'notifications/ServiceWorkerGlobalScopeNotifications.h',
|
| 'notifications/ServiceWorkerRegistrationNotifications.cpp',
|
| 'notifications/ServiceWorkerRegistrationNotifications.h',
|
| @@ -1987,6 +1991,7 @@
|
| 'mediastream/MediaConstraintsTest.cpp',
|
| 'mediastream/RTCDataChannelTest.cpp',
|
| 'notifications/NotificationDataTest.cpp',
|
| + 'notifications/NotificationResourcesLoaderTest.cpp',
|
| 'payments/PaymentDetailsTestHelper.cpp',
|
| 'payments/PaymentRequestTest.cpp',
|
| 'payments/PaymentRequestDetailsTest.cpp',
|
|
|