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

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

Issue 2258353002: Reland of Remove content::NotificationPermissionDispatcher. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@permissions_typemaps
Patch Set: Remove NotificationPermissionClient initialization from ChromeClientImpl. Created 4 years, 3 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 1364 matching lines...) Expand 10 before | Expand all | Expand 10 after
1375 'notifications/Notification.h', 1375 'notifications/Notification.h',
1376 'notifications/NotificationData.cpp', 1376 'notifications/NotificationData.cpp',
1377 'notifications/NotificationData.h', 1377 'notifications/NotificationData.h',
1378 'notifications/NotificationEvent.cpp', 1378 'notifications/NotificationEvent.cpp',
1379 'notifications/NotificationEvent.h', 1379 'notifications/NotificationEvent.h',
1380 'notifications/NotificationImageLoader.cpp', 1380 'notifications/NotificationImageLoader.cpp',
1381 'notifications/NotificationImageLoader.h', 1381 'notifications/NotificationImageLoader.h',
1382 'notifications/NotificationManager.cpp', 1382 'notifications/NotificationManager.cpp',
1383 'notifications/NotificationManager.h', 1383 'notifications/NotificationManager.h',
1384 'notifications/NotificationPermissionCallback.h', 1384 'notifications/NotificationPermissionCallback.h',
1385 'notifications/NotificationPermissionClient.cpp',
1386 'notifications/NotificationPermissionClient.h',
1387 'notifications/NotificationResourcesLoader.cpp', 1385 'notifications/NotificationResourcesLoader.cpp',
1388 'notifications/NotificationResourcesLoader.h', 1386 'notifications/NotificationResourcesLoader.h',
1389 'notifications/ServiceWorkerGlobalScopeNotifications.h', 1387 'notifications/ServiceWorkerGlobalScopeNotifications.h',
1390 'notifications/ServiceWorkerRegistrationNotifications.cpp', 1388 'notifications/ServiceWorkerRegistrationNotifications.cpp',
1391 'notifications/ServiceWorkerRegistrationNotifications.h', 1389 'notifications/ServiceWorkerRegistrationNotifications.h',
1392 'offscreencanvas/OffscreenCanvasModules.cpp', 1390 'offscreencanvas/OffscreenCanvasModules.cpp',
1393 'offscreencanvas/OffscreenCanvasModules.h', 1391 'offscreencanvas/OffscreenCanvasModules.h',
1394 'offscreencanvas2d/OffscreenCanvasRenderingContext2D.cpp', 1392 'offscreencanvas2d/OffscreenCanvasRenderingContext2D.cpp',
1395 'offscreencanvas2d/OffscreenCanvasRenderingContext2D.h', 1393 'offscreencanvas2d/OffscreenCanvasRenderingContext2D.h',
1396 'payments/PaymentAddress.cpp', 1394 'payments/PaymentAddress.cpp',
(...skipping 700 matching lines...) Expand 10 before | Expand all | Expand 10 after
2097 'webaudio/ConvolverNodeTest.cpp', 2095 'webaudio/ConvolverNodeTest.cpp',
2098 'webaudio/DynamicsCompressorNodeTest.cpp', 2096 'webaudio/DynamicsCompressorNodeTest.cpp',
2099 'webaudio/ScriptProcessorNodeTest.cpp', 2097 'webaudio/ScriptProcessorNodeTest.cpp',
2100 'webaudio/StereoPannerNodeTest.cpp', 2098 'webaudio/StereoPannerNodeTest.cpp',
2101 'webdatabase/QuotaTrackerTest.cpp', 2099 'webdatabase/QuotaTrackerTest.cpp',
2102 'websockets/DOMWebSocketTest.cpp', 2100 'websockets/DOMWebSocketTest.cpp',
2103 'websockets/DocumentWebSocketChannelTest.cpp', 2101 'websockets/DocumentWebSocketChannelTest.cpp',
2104 ], 2102 ],
2105 }, 2103 },
2106 } 2104 }
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