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

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: ImageFrame::getSkBitmap was removed. 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 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',

Powered by Google App Engine
This is Rietveld 408576698