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

Side by Side 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 unified diff | Download patch
OLDNEW
1 { 1 {
2 'includes': [ 2 'includes': [
3 '../core/core_generated.gypi', 3 '../core/core_generated.gypi',
4 'modules_generated.gypi', 4 'modules_generated.gypi',
5 ], 5 ],
6 'variables': { 6 'variables': {
7 # Experimental hooks for embedder to provide extra IDL and source files. 7 # Experimental hooks for embedder to provide extra IDL and source files.
8 # 8 #
9 # Note: this is not a supported API. If you rely on this, you will be broken 9 # Note: this is not a supported API. If you rely on this, you will be broken
10 # from time to time as the code generator changes in backward incompatible 10 # from time to time as the code generator changes in backward incompatible
(...skipping 1302 matching lines...) Expand 10 before | Expand all | Expand 10 after
1313 'nfc/NavigatorNFC.cpp', 1313 'nfc/NavigatorNFC.cpp',
1314 'nfc/NavigatorNFC.h', 1314 'nfc/NavigatorNFC.h',
1315 'nfc/NFC.cpp', 1315 'nfc/NFC.cpp',
1316 'nfc/NFC.h', 1316 'nfc/NFC.h',
1317 'notifications/Notification.cpp', 1317 'notifications/Notification.cpp',
1318 'notifications/Notification.h', 1318 'notifications/Notification.h',
1319 'notifications/NotificationData.cpp', 1319 'notifications/NotificationData.cpp',
1320 'notifications/NotificationData.h', 1320 'notifications/NotificationData.h',
1321 'notifications/NotificationEvent.cpp', 1321 'notifications/NotificationEvent.cpp',
1322 'notifications/NotificationEvent.h', 1322 'notifications/NotificationEvent.h',
1323 'notifications/NotificationImageLoader.cpp',
1324 'notifications/NotificationImageLoader.h',
1323 'notifications/NotificationPermissionCallback.h', 1325 'notifications/NotificationPermissionCallback.h',
1324 'notifications/NotificationPermissionClient.cpp', 1326 'notifications/NotificationPermissionClient.cpp',
1325 'notifications/NotificationPermissionClient.h', 1327 'notifications/NotificationPermissionClient.h',
1328 'notifications/NotificationResourcesLoader.cpp',
1329 'notifications/NotificationResourcesLoader.h',
1326 'notifications/ServiceWorkerGlobalScopeNotifications.h', 1330 'notifications/ServiceWorkerGlobalScopeNotifications.h',
1327 'notifications/ServiceWorkerRegistrationNotifications.cpp', 1331 'notifications/ServiceWorkerRegistrationNotifications.cpp',
1328 'notifications/ServiceWorkerRegistrationNotifications.h', 1332 'notifications/ServiceWorkerRegistrationNotifications.h',
1329 'offscreencanvas/OffscreenCanvas.cpp', 1333 'offscreencanvas/OffscreenCanvas.cpp',
1330 'offscreencanvas/OffscreenCanvas.h', 1334 'offscreencanvas/OffscreenCanvas.h',
1331 'offscreencanvas/OffscreenCanvasRenderingContext.cpp', 1335 'offscreencanvas/OffscreenCanvasRenderingContext.cpp',
1332 'offscreencanvas/OffscreenCanvasRenderingContext.h', 1336 'offscreencanvas/OffscreenCanvasRenderingContext.h',
1333 'offscreencanvas/OffscreenCanvasRenderingContextFactory.h', 1337 'offscreencanvas/OffscreenCanvasRenderingContextFactory.h',
1334 'offscreencanvas2d/OffscreenCanvasRenderingContext2D.cpp', 1338 'offscreencanvas2d/OffscreenCanvasRenderingContext2D.cpp',
1335 'offscreencanvas2d/OffscreenCanvasRenderingContext2D.h', 1339 'offscreencanvas2d/OffscreenCanvasRenderingContext2D.h',
(...skipping 644 matching lines...) Expand 10 before | Expand all | Expand 10 after
1980 'filesystem/DOMFileSystemBaseTest.cpp', 1984 'filesystem/DOMFileSystemBaseTest.cpp',
1981 'indexeddb/IDBKeyPathTest.cpp', 1985 'indexeddb/IDBKeyPathTest.cpp',
1982 'indexeddb/IDBRequestTest.cpp', 1986 'indexeddb/IDBRequestTest.cpp',
1983 'indexeddb/IDBTransactionTest.cpp', 1987 'indexeddb/IDBTransactionTest.cpp',
1984 'indexeddb/MockWebIDBDatabase.cpp', 1988 'indexeddb/MockWebIDBDatabase.cpp',
1985 'indexeddb/MockWebIDBDatabase.h', 1989 'indexeddb/MockWebIDBDatabase.h',
1986 'mediasession/MediaSessionTest.cpp', 1990 'mediasession/MediaSessionTest.cpp',
1987 'mediastream/MediaConstraintsTest.cpp', 1991 'mediastream/MediaConstraintsTest.cpp',
1988 'mediastream/RTCDataChannelTest.cpp', 1992 'mediastream/RTCDataChannelTest.cpp',
1989 'notifications/NotificationDataTest.cpp', 1993 'notifications/NotificationDataTest.cpp',
1994 'notifications/NotificationResourcesLoaderTest.cpp',
1990 'payments/PaymentDetailsTestHelper.cpp', 1995 'payments/PaymentDetailsTestHelper.cpp',
1991 'payments/PaymentRequestTest.cpp', 1996 'payments/PaymentRequestTest.cpp',
1992 'payments/PaymentRequestDetailsTest.cpp', 1997 'payments/PaymentRequestDetailsTest.cpp',
1993 'payments/PaymentResponseTest.cpp', 1998 'payments/PaymentResponseTest.cpp',
1994 'payments/PaymentsValidatorsTest.cpp', 1999 'payments/PaymentsValidatorsTest.cpp',
1995 'payments/ShippingAddressTest.cpp', 2000 'payments/ShippingAddressTest.cpp',
1996 'presentation/PresentationAvailabilityTest.cpp', 2001 'presentation/PresentationAvailabilityTest.cpp',
1997 'push_messaging/PushManagerTest.cpp', 2002 'push_messaging/PushManagerTest.cpp',
1998 'push_messaging/PushMessageDataTest.cpp', 2003 'push_messaging/PushMessageDataTest.cpp',
1999 'serviceworkers/ServiceWorkerContainerTest.cpp', 2004 'serviceworkers/ServiceWorkerContainerTest.cpp',
2000 'webaudio/AudioBasicProcessorHandlerTest.cpp', 2005 'webaudio/AudioBasicProcessorHandlerTest.cpp',
2001 'webaudio/ConvolverNodeTest.cpp', 2006 'webaudio/ConvolverNodeTest.cpp',
2002 'webaudio/DynamicsCompressorNodeTest.cpp', 2007 'webaudio/DynamicsCompressorNodeTest.cpp',
2003 'webaudio/ScriptProcessorNodeTest.cpp', 2008 'webaudio/ScriptProcessorNodeTest.cpp',
2004 'webaudio/StereoPannerNodeTest.cpp', 2009 'webaudio/StereoPannerNodeTest.cpp',
2005 'websockets/DOMWebSocketTest.cpp', 2010 'websockets/DOMWebSocketTest.cpp',
2006 'websockets/DocumentWebSocketChannelTest.cpp', 2011 'websockets/DocumentWebSocketChannelTest.cpp',
2007 ], 2012 ],
2008 }, 2013 },
2009 } 2014 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698