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

Side by Side Diff: third_party/WebKit/Source/modules/modules.gypi

Issue 1995663003: Revert of Introduce the Blink NotificationService, move permission checks there (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 1300 matching lines...) Expand 10 before | Expand all | Expand 10 after
1311 'nfc/NFC.cpp', 1311 'nfc/NFC.cpp',
1312 'nfc/NFC.h', 1312 'nfc/NFC.h',
1313 'notifications/Notification.cpp', 1313 'notifications/Notification.cpp',
1314 'notifications/Notification.h', 1314 'notifications/Notification.h',
1315 'notifications/NotificationData.cpp', 1315 'notifications/NotificationData.cpp',
1316 'notifications/NotificationData.h', 1316 'notifications/NotificationData.h',
1317 'notifications/NotificationEvent.cpp', 1317 'notifications/NotificationEvent.cpp',
1318 'notifications/NotificationEvent.h', 1318 'notifications/NotificationEvent.h',
1319 'notifications/NotificationImageLoader.cpp', 1319 'notifications/NotificationImageLoader.cpp',
1320 'notifications/NotificationImageLoader.h', 1320 'notifications/NotificationImageLoader.h',
1321 'notifications/NotificationManager.cpp',
1322 'notifications/NotificationManager.h',
1323 'notifications/NotificationPermissionCallback.h', 1321 'notifications/NotificationPermissionCallback.h',
1324 'notifications/NotificationPermissionClient.cpp', 1322 'notifications/NotificationPermissionClient.cpp',
1325 'notifications/NotificationPermissionClient.h', 1323 'notifications/NotificationPermissionClient.h',
1326 'notifications/NotificationResourcesLoader.cpp', 1324 'notifications/NotificationResourcesLoader.cpp',
1327 'notifications/NotificationResourcesLoader.h', 1325 'notifications/NotificationResourcesLoader.h',
1328 'notifications/ServiceWorkerGlobalScopeNotifications.h', 1326 'notifications/ServiceWorkerGlobalScopeNotifications.h',
1329 'notifications/ServiceWorkerRegistrationNotifications.cpp', 1327 'notifications/ServiceWorkerRegistrationNotifications.cpp',
1330 'notifications/ServiceWorkerRegistrationNotifications.h', 1328 'notifications/ServiceWorkerRegistrationNotifications.h',
1331 'offscreencanvas/OffscreenCanvasModules.cpp', 1329 'offscreencanvas/OffscreenCanvasModules.cpp',
1332 'offscreencanvas/OffscreenCanvasModules.h', 1330 'offscreencanvas/OffscreenCanvasModules.h',
(...skipping 658 matching lines...) Expand 10 before | Expand all | Expand 10 after
1991 'webaudio/ConvolverNodeTest.cpp', 1989 'webaudio/ConvolverNodeTest.cpp',
1992 'webaudio/DynamicsCompressorNodeTest.cpp', 1990 'webaudio/DynamicsCompressorNodeTest.cpp',
1993 'webaudio/ScriptProcessorNodeTest.cpp', 1991 'webaudio/ScriptProcessorNodeTest.cpp',
1994 'webaudio/StereoPannerNodeTest.cpp', 1992 'webaudio/StereoPannerNodeTest.cpp',
1995 'webdatabase/QuotaTrackerTest.cpp', 1993 'webdatabase/QuotaTrackerTest.cpp',
1996 'websockets/DOMWebSocketTest.cpp', 1994 'websockets/DOMWebSocketTest.cpp',
1997 'websockets/DocumentWebSocketChannelTest.cpp', 1995 'websockets/DocumentWebSocketChannelTest.cpp',
1998 ], 1996 ],
1999 }, 1997 },
2000 } 1998 }
OLDNEW
« no previous file with comments | « content/renderer/mojo/blink_service_registry_impl.cc ('k') | third_party/WebKit/Source/modules/notifications/Notification.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698