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

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

Issue 1748163003: Add rendering context and rendering 2D context to OffscreenCanvas (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Make OffscreenCanvasRenderingContext Modules exportable" Created 4 years, 9 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 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
143 'navigatorconnect/CrossOriginServiceWorkerClient.idl', 143 'navigatorconnect/CrossOriginServiceWorkerClient.idl',
144 'navigatorconnect/ServicePort.idl', 144 'navigatorconnect/ServicePort.idl',
145 'navigatorconnect/ServicePortConnectEvent.idl', 145 'navigatorconnect/ServicePortConnectEvent.idl',
146 'navigatorconnect/ServicePortCollection.idl', 146 'navigatorconnect/ServicePortCollection.idl',
147 'netinfo/NetworkInformation.idl', 147 'netinfo/NetworkInformation.idl',
148 'nfc/MessageCallback.idl', 148 'nfc/MessageCallback.idl',
149 'nfc/NFC.idl', 149 'nfc/NFC.idl',
150 'notifications/Notification.idl', 150 'notifications/Notification.idl',
151 'notifications/NotificationEvent.idl', 151 'notifications/NotificationEvent.idl',
152 'notifications/NotificationPermissionCallback.idl', 152 'notifications/NotificationPermissionCallback.idl',
153 'offscreencanvas/OffscreenCanvas.idl',
154 'offscreencanvas2d/OffscreenCanvasRenderingContext2D.idl',
153 'payments/PaymentRequest.idl', 155 'payments/PaymentRequest.idl',
154 'payments/PaymentResponse.idl', 156 'payments/PaymentResponse.idl',
155 'payments/ShippingAddress.idl', 157 'payments/ShippingAddress.idl',
156 'permissions/Permissions.idl', 158 'permissions/Permissions.idl',
157 'permissions/PermissionStatus.idl', 159 'permissions/PermissionStatus.idl',
158 'plugins/MimeType.idl', 160 'plugins/MimeType.idl',
159 'plugins/MimeTypeArray.idl', 161 'plugins/MimeTypeArray.idl',
160 'plugins/Plugin.idl', 162 'plugins/Plugin.idl',
161 'plugins/PluginArray.idl', 163 'plugins/PluginArray.idl',
162 'presentation/Presentation.idl', 164 'presentation/Presentation.idl',
(...skipping 1147 matching lines...) Expand 10 before | Expand all | Expand 10 after
1310 'notifications/NotificationData.cpp', 1312 'notifications/NotificationData.cpp',
1311 'notifications/NotificationData.h', 1313 'notifications/NotificationData.h',
1312 'notifications/NotificationEvent.cpp', 1314 'notifications/NotificationEvent.cpp',
1313 'notifications/NotificationEvent.h', 1315 'notifications/NotificationEvent.h',
1314 'notifications/NotificationPermissionCallback.h', 1316 'notifications/NotificationPermissionCallback.h',
1315 'notifications/NotificationPermissionClient.cpp', 1317 'notifications/NotificationPermissionClient.cpp',
1316 'notifications/NotificationPermissionClient.h', 1318 'notifications/NotificationPermissionClient.h',
1317 'notifications/ServiceWorkerGlobalScopeNotifications.h', 1319 'notifications/ServiceWorkerGlobalScopeNotifications.h',
1318 'notifications/ServiceWorkerRegistrationNotifications.cpp', 1320 'notifications/ServiceWorkerRegistrationNotifications.cpp',
1319 'notifications/ServiceWorkerRegistrationNotifications.h', 1321 'notifications/ServiceWorkerRegistrationNotifications.h',
1322 'offscreencanvas/OffscreenCanvas.cpp',
1323 'offscreencanvas/OffscreenCanvas.h',
1324 'offscreencanvas/OffscreenCanvasRenderingContext.cpp',
1325 'offscreencanvas/OffscreenCanvasRenderingContext.h',
1326 'offscreencanvas/OffscreenCanvasRenderingContextFactory.h',
1327 'offscreencanvas2d/OffscreenCanvasRenderingContext2D.cpp',
1328 'offscreencanvas2d/OffscreenCanvasRenderingContext2D.h',
1320 'payments/PaymentRequest.cpp', 1329 'payments/PaymentRequest.cpp',
1321 'payments/PaymentRequest.h', 1330 'payments/PaymentRequest.h',
1322 'payments/PaymentResponse.cpp', 1331 'payments/PaymentResponse.cpp',
1323 'payments/PaymentResponse.h', 1332 'payments/PaymentResponse.h',
1324 'payments/ShippingAddress.h', 1333 'payments/ShippingAddress.h',
1325 'permissions/NavigatorPermissions.cpp', 1334 'permissions/NavigatorPermissions.cpp',
1326 'permissions/NavigatorPermissions.h', 1335 'permissions/NavigatorPermissions.h',
1327 'permissions/PermissionController.cpp', 1336 'permissions/PermissionController.cpp',
1328 'permissions/PermissionController.h', 1337 'permissions/PermissionController.h',
1329 'permissions/Permissions.cpp', 1338 'permissions/Permissions.cpp',
(...skipping 631 matching lines...) Expand 10 before | Expand all | Expand 10 after
1961 'webaudio/AudioBasicProcessorHandlerTest.cpp', 1970 'webaudio/AudioBasicProcessorHandlerTest.cpp',
1962 'webaudio/ConvolverNodeTest.cpp', 1971 'webaudio/ConvolverNodeTest.cpp',
1963 'webaudio/DynamicsCompressorNodeTest.cpp', 1972 'webaudio/DynamicsCompressorNodeTest.cpp',
1964 'webaudio/ScriptProcessorNodeTest.cpp', 1973 'webaudio/ScriptProcessorNodeTest.cpp',
1965 'webaudio/StereoPannerNodeTest.cpp', 1974 'webaudio/StereoPannerNodeTest.cpp',
1966 'websockets/DOMWebSocketTest.cpp', 1975 'websockets/DOMWebSocketTest.cpp',
1967 'websockets/DocumentWebSocketChannelTest.cpp', 1976 'websockets/DocumentWebSocketChannelTest.cpp',
1968 ], 1977 ],
1969 }, 1978 },
1970 } 1979 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698