| 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 faaf3a768184aeb3de3685f66c1aa120de5cb759..e44423c67dda9e7387155b6566f886de9fe30ab8 100644
|
| --- a/third_party/WebKit/Source/modules/modules.gypi
|
| +++ b/third_party/WebKit/Source/modules/modules.gypi
|
| @@ -1326,9 +1326,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',
|
| @@ -1993,6 +1997,7 @@
|
| 'mediastream/MediaConstraintsTest.cpp',
|
| 'mediastream/RTCDataChannelTest.cpp',
|
| 'notifications/NotificationDataTest.cpp',
|
| + 'notifications/NotificationResourcesLoaderTest.cpp',
|
| 'payments/PaymentDetailsTestHelper.cpp',
|
| 'payments/PaymentRequestTest.cpp',
|
| 'payments/PaymentRequestDetailsTest.cpp',
|
|
|