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

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

Issue 2244913002: Remove content::NotificationPermissionDispatcher. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@permissions_typemaps
Patch Set: Rebased. Created 4 years, 4 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 1351 matching lines...) Expand 10 before | Expand all | Expand 10 after
1362 'notifications/Notification.h', 1362 'notifications/Notification.h',
1363 'notifications/NotificationData.cpp', 1363 'notifications/NotificationData.cpp',
1364 'notifications/NotificationData.h', 1364 'notifications/NotificationData.h',
1365 'notifications/NotificationEvent.cpp', 1365 'notifications/NotificationEvent.cpp',
1366 'notifications/NotificationEvent.h', 1366 'notifications/NotificationEvent.h',
1367 'notifications/NotificationImageLoader.cpp', 1367 'notifications/NotificationImageLoader.cpp',
1368 'notifications/NotificationImageLoader.h', 1368 'notifications/NotificationImageLoader.h',
1369 'notifications/NotificationManager.cpp', 1369 'notifications/NotificationManager.cpp',
1370 'notifications/NotificationManager.h', 1370 'notifications/NotificationManager.h',
1371 'notifications/NotificationPermissionCallback.h', 1371 'notifications/NotificationPermissionCallback.h',
1372 'notifications/NotificationPermissionClient.cpp',
1373 'notifications/NotificationPermissionClient.h',
1374 'notifications/NotificationResourcesLoader.cpp', 1372 'notifications/NotificationResourcesLoader.cpp',
1375 'notifications/NotificationResourcesLoader.h', 1373 'notifications/NotificationResourcesLoader.h',
1376 'notifications/ServiceWorkerGlobalScopeNotifications.h', 1374 'notifications/ServiceWorkerGlobalScopeNotifications.h',
1377 'notifications/ServiceWorkerRegistrationNotifications.cpp', 1375 'notifications/ServiceWorkerRegistrationNotifications.cpp',
1378 'notifications/ServiceWorkerRegistrationNotifications.h', 1376 'notifications/ServiceWorkerRegistrationNotifications.h',
1379 'offscreencanvas/OffscreenCanvasModules.cpp', 1377 'offscreencanvas/OffscreenCanvasModules.cpp',
1380 'offscreencanvas/OffscreenCanvasModules.h', 1378 'offscreencanvas/OffscreenCanvasModules.h',
1381 'offscreencanvas2d/OffscreenCanvasRenderingContext2D.cpp', 1379 'offscreencanvas2d/OffscreenCanvasRenderingContext2D.cpp',
1382 'offscreencanvas2d/OffscreenCanvasRenderingContext2D.h', 1380 'offscreencanvas2d/OffscreenCanvasRenderingContext2D.h',
1383 'payments/PaymentAddress.cpp', 1381 'payments/PaymentAddress.cpp',
(...skipping 702 matching lines...) Expand 10 before | Expand all | Expand 10 after
2086 'webaudio/ConvolverNodeTest.cpp', 2084 'webaudio/ConvolverNodeTest.cpp',
2087 'webaudio/DynamicsCompressorNodeTest.cpp', 2085 'webaudio/DynamicsCompressorNodeTest.cpp',
2088 'webaudio/ScriptProcessorNodeTest.cpp', 2086 'webaudio/ScriptProcessorNodeTest.cpp',
2089 'webaudio/StereoPannerNodeTest.cpp', 2087 'webaudio/StereoPannerNodeTest.cpp',
2090 'webdatabase/QuotaTrackerTest.cpp', 2088 'webdatabase/QuotaTrackerTest.cpp',
2091 'websockets/DOMWebSocketTest.cpp', 2089 'websockets/DOMWebSocketTest.cpp',
2092 'websockets/DocumentWebSocketChannelTest.cpp', 2090 'websockets/DocumentWebSocketChannelTest.cpp',
2093 ], 2091 ],
2094 }, 2092 },
2095 } 2093 }
OLDNEW
« no previous file with comments | « content/renderer/render_frame_impl.cc ('k') | third_party/WebKit/Source/modules/notifications/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698