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

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

Issue 2003023002: Introduce the Blink NotificationService, move permission checks there (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 6 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 1322 matching lines...) Expand 10 before | Expand all | Expand 10 after
1333 'nfc/NFC.cpp', 1333 'nfc/NFC.cpp',
1334 'nfc/NFC.h', 1334 'nfc/NFC.h',
1335 'notifications/Notification.cpp', 1335 'notifications/Notification.cpp',
1336 'notifications/Notification.h', 1336 'notifications/Notification.h',
1337 'notifications/NotificationData.cpp', 1337 'notifications/NotificationData.cpp',
1338 'notifications/NotificationData.h', 1338 'notifications/NotificationData.h',
1339 'notifications/NotificationEvent.cpp', 1339 'notifications/NotificationEvent.cpp',
1340 'notifications/NotificationEvent.h', 1340 'notifications/NotificationEvent.h',
1341 'notifications/NotificationImageLoader.cpp', 1341 'notifications/NotificationImageLoader.cpp',
1342 'notifications/NotificationImageLoader.h', 1342 'notifications/NotificationImageLoader.h',
1343 'notifications/NotificationManager.cpp',
1344 'notifications/NotificationManager.h',
1343 'notifications/NotificationPermissionCallback.h', 1345 'notifications/NotificationPermissionCallback.h',
1344 'notifications/NotificationPermissionClient.cpp', 1346 'notifications/NotificationPermissionClient.cpp',
1345 'notifications/NotificationPermissionClient.h', 1347 'notifications/NotificationPermissionClient.h',
1346 'notifications/NotificationResourcesLoader.cpp', 1348 'notifications/NotificationResourcesLoader.cpp',
1347 'notifications/NotificationResourcesLoader.h', 1349 'notifications/NotificationResourcesLoader.h',
1348 'notifications/ServiceWorkerGlobalScopeNotifications.h', 1350 'notifications/ServiceWorkerGlobalScopeNotifications.h',
1349 'notifications/ServiceWorkerRegistrationNotifications.cpp', 1351 'notifications/ServiceWorkerRegistrationNotifications.cpp',
1350 'notifications/ServiceWorkerRegistrationNotifications.h', 1352 'notifications/ServiceWorkerRegistrationNotifications.h',
1351 'offscreencanvas/OffscreenCanvasModules.cpp', 1353 'offscreencanvas/OffscreenCanvasModules.cpp',
1352 'offscreencanvas/OffscreenCanvasModules.h', 1354 'offscreencanvas/OffscreenCanvasModules.h',
(...skipping 669 matching lines...) Expand 10 before | Expand all | Expand 10 after
2022 'webaudio/ConvolverNodeTest.cpp', 2024 'webaudio/ConvolverNodeTest.cpp',
2023 'webaudio/DynamicsCompressorNodeTest.cpp', 2025 'webaudio/DynamicsCompressorNodeTest.cpp',
2024 'webaudio/ScriptProcessorNodeTest.cpp', 2026 'webaudio/ScriptProcessorNodeTest.cpp',
2025 'webaudio/StereoPannerNodeTest.cpp', 2027 'webaudio/StereoPannerNodeTest.cpp',
2026 'webdatabase/QuotaTrackerTest.cpp', 2028 'webdatabase/QuotaTrackerTest.cpp',
2027 'websockets/DOMWebSocketTest.cpp', 2029 'websockets/DOMWebSocketTest.cpp',
2028 'websockets/DocumentWebSocketChannelTest.cpp', 2030 'websockets/DocumentWebSocketChannelTest.cpp',
2029 ], 2031 ],
2030 }, 2032 },
2031 } 2033 }
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