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

Unified Diff: third_party/WebKit/Source/modules/modules.gypi

Issue 1847863002: Move notification resource loading from content/child to blink (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address peter's comments. Created 4 years, 8 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: 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',

Powered by Google App Engine
This is Rietveld 408576698