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

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: 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 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 1308 matching lines...) Expand 10 before | Expand all | Expand 10 after
1319 'nfc/NavigatorNFC.cpp', 1319 'nfc/NavigatorNFC.cpp',
1320 'nfc/NavigatorNFC.h', 1320 'nfc/NavigatorNFC.h',
1321 'nfc/NFC.cpp', 1321 'nfc/NFC.cpp',
1322 'nfc/NFC.h', 1322 'nfc/NFC.h',
1323 'notifications/Notification.cpp', 1323 'notifications/Notification.cpp',
1324 'notifications/Notification.h', 1324 'notifications/Notification.h',
1325 'notifications/NotificationData.cpp', 1325 'notifications/NotificationData.cpp',
1326 'notifications/NotificationData.h', 1326 'notifications/NotificationData.h',
1327 'notifications/NotificationEvent.cpp', 1327 'notifications/NotificationEvent.cpp',
1328 'notifications/NotificationEvent.h', 1328 'notifications/NotificationEvent.h',
1329 'notifications/NotificationImageLoader.cpp',
1330 'notifications/NotificationImageLoader.h',
1329 'notifications/NotificationPermissionCallback.h', 1331 'notifications/NotificationPermissionCallback.h',
1330 'notifications/NotificationPermissionClient.cpp', 1332 'notifications/NotificationPermissionClient.cpp',
1331 'notifications/NotificationPermissionClient.h', 1333 'notifications/NotificationPermissionClient.h',
1334 'notifications/NotificationResourcesLoader.cpp',
1335 'notifications/NotificationResourcesLoader.h',
1332 'notifications/ServiceWorkerGlobalScopeNotifications.h', 1336 'notifications/ServiceWorkerGlobalScopeNotifications.h',
1333 'notifications/ServiceWorkerRegistrationNotifications.cpp', 1337 'notifications/ServiceWorkerRegistrationNotifications.cpp',
1334 'notifications/ServiceWorkerRegistrationNotifications.h', 1338 'notifications/ServiceWorkerRegistrationNotifications.h',
1335 'offscreencanvas/OffscreenCanvas.cpp', 1339 'offscreencanvas/OffscreenCanvas.cpp',
1336 'offscreencanvas/OffscreenCanvas.h', 1340 'offscreencanvas/OffscreenCanvas.h',
1337 'offscreencanvas/OffscreenCanvasRenderingContext.cpp', 1341 'offscreencanvas/OffscreenCanvasRenderingContext.cpp',
1338 'offscreencanvas/OffscreenCanvasRenderingContext.h', 1342 'offscreencanvas/OffscreenCanvasRenderingContext.h',
1339 'offscreencanvas/OffscreenCanvasRenderingContextFactory.h', 1343 'offscreencanvas/OffscreenCanvasRenderingContextFactory.h',
1340 'offscreencanvas2d/OffscreenCanvasRenderingContext2D.cpp', 1344 'offscreencanvas2d/OffscreenCanvasRenderingContext2D.cpp',
1341 'offscreencanvas2d/OffscreenCanvasRenderingContext2D.h', 1345 'offscreencanvas2d/OffscreenCanvasRenderingContext2D.h',
(...skipping 644 matching lines...) Expand 10 before | Expand all | Expand 10 after
1986 'filesystem/DOMFileSystemBaseTest.cpp', 1990 'filesystem/DOMFileSystemBaseTest.cpp',
1987 'indexeddb/IDBKeyPathTest.cpp', 1991 'indexeddb/IDBKeyPathTest.cpp',
1988 'indexeddb/IDBRequestTest.cpp', 1992 'indexeddb/IDBRequestTest.cpp',
1989 'indexeddb/IDBTransactionTest.cpp', 1993 'indexeddb/IDBTransactionTest.cpp',
1990 'indexeddb/MockWebIDBDatabase.cpp', 1994 'indexeddb/MockWebIDBDatabase.cpp',
1991 'indexeddb/MockWebIDBDatabase.h', 1995 'indexeddb/MockWebIDBDatabase.h',
1992 'mediasession/MediaSessionTest.cpp', 1996 'mediasession/MediaSessionTest.cpp',
1993 'mediastream/MediaConstraintsTest.cpp', 1997 'mediastream/MediaConstraintsTest.cpp',
1994 'mediastream/RTCDataChannelTest.cpp', 1998 'mediastream/RTCDataChannelTest.cpp',
1995 'notifications/NotificationDataTest.cpp', 1999 'notifications/NotificationDataTest.cpp',
2000 'notifications/NotificationResourcesLoaderTest.cpp',
1996 'payments/PaymentDetailsTestHelper.cpp', 2001 'payments/PaymentDetailsTestHelper.cpp',
1997 'payments/PaymentRequestTest.cpp', 2002 'payments/PaymentRequestTest.cpp',
1998 'payments/PaymentRequestDetailsTest.cpp', 2003 'payments/PaymentRequestDetailsTest.cpp',
1999 'payments/PaymentResponseTest.cpp', 2004 'payments/PaymentResponseTest.cpp',
2000 'payments/PaymentsValidatorsTest.cpp', 2005 'payments/PaymentsValidatorsTest.cpp',
2001 'payments/ShippingAddressTest.cpp', 2006 'payments/ShippingAddressTest.cpp',
2002 'presentation/PresentationAvailabilityTest.cpp', 2007 'presentation/PresentationAvailabilityTest.cpp',
2003 'push_messaging/PushManagerTest.cpp', 2008 'push_messaging/PushManagerTest.cpp',
2004 'push_messaging/PushMessageDataTest.cpp', 2009 'push_messaging/PushMessageDataTest.cpp',
2005 'serviceworkers/ServiceWorkerContainerTest.cpp', 2010 'serviceworkers/ServiceWorkerContainerTest.cpp',
2006 'webaudio/AudioBasicProcessorHandlerTest.cpp', 2011 'webaudio/AudioBasicProcessorHandlerTest.cpp',
2007 'webaudio/ConvolverNodeTest.cpp', 2012 'webaudio/ConvolverNodeTest.cpp',
2008 'webaudio/DynamicsCompressorNodeTest.cpp', 2013 'webaudio/DynamicsCompressorNodeTest.cpp',
2009 'webaudio/ScriptProcessorNodeTest.cpp', 2014 'webaudio/ScriptProcessorNodeTest.cpp',
2010 'webaudio/StereoPannerNodeTest.cpp', 2015 'webaudio/StereoPannerNodeTest.cpp',
2011 'websockets/DOMWebSocketTest.cpp', 2016 'websockets/DOMWebSocketTest.cpp',
2012 'websockets/DocumentWebSocketChannelTest.cpp', 2017 'websockets/DocumentWebSocketChannelTest.cpp',
2013 ], 2018 ],
2014 }, 2019 },
2015 } 2020 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698