| OLD | NEW |
| 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 1327 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1338 'offscreencanvas/OffscreenCanvas.h', | 1338 'offscreencanvas/OffscreenCanvas.h', |
| 1339 'offscreencanvas/OffscreenCanvasRenderingContext.cpp', | 1339 'offscreencanvas/OffscreenCanvasRenderingContext.cpp', |
| 1340 'offscreencanvas/OffscreenCanvasRenderingContext.h', | 1340 'offscreencanvas/OffscreenCanvasRenderingContext.h', |
| 1341 'offscreencanvas/OffscreenCanvasRenderingContextFactory.h', | 1341 'offscreencanvas/OffscreenCanvasRenderingContextFactory.h', |
| 1342 'offscreencanvas2d/OffscreenCanvasRenderingContext2D.cpp', | 1342 'offscreencanvas2d/OffscreenCanvasRenderingContext2D.cpp', |
| 1343 'offscreencanvas2d/OffscreenCanvasRenderingContext2D.h', | 1343 'offscreencanvas2d/OffscreenCanvasRenderingContext2D.h', |
| 1344 'payments/PaymentRequest.cpp', | 1344 'payments/PaymentRequest.cpp', |
| 1345 'payments/PaymentRequest.h', | 1345 'payments/PaymentRequest.h', |
| 1346 'payments/PaymentResponse.cpp', | 1346 'payments/PaymentResponse.cpp', |
| 1347 'payments/PaymentResponse.h', | 1347 'payments/PaymentResponse.h', |
| 1348 'payments/ShippingAddress.cpp', |
| 1348 'payments/ShippingAddress.h', | 1349 'payments/ShippingAddress.h', |
| 1350 'payments/PaymentsValidators.h', |
| 1351 'payments/PaymentsValidators.cpp', |
| 1349 'permissions/NavigatorPermissions.cpp', | 1352 'permissions/NavigatorPermissions.cpp', |
| 1350 'permissions/NavigatorPermissions.h', | 1353 'permissions/NavigatorPermissions.h', |
| 1351 'permissions/PermissionController.cpp', | 1354 'permissions/PermissionController.cpp', |
| 1352 'permissions/PermissionController.h', | 1355 'permissions/PermissionController.h', |
| 1353 'permissions/Permissions.cpp', | 1356 'permissions/Permissions.cpp', |
| 1354 'permissions/Permissions.h', | 1357 'permissions/Permissions.h', |
| 1355 'permissions/PermissionCallback.cpp', | 1358 'permissions/PermissionCallback.cpp', |
| 1356 'permissions/PermissionCallback.h', | 1359 'permissions/PermissionCallback.h', |
| 1357 'permissions/PermissionsCallback.cpp', | 1360 'permissions/PermissionsCallback.cpp', |
| 1358 'permissions/PermissionsCallback.h', | 1361 'permissions/PermissionsCallback.h', |
| (...skipping 616 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1975 'filesystem/DOMFileSystemBaseTest.cpp', | 1978 'filesystem/DOMFileSystemBaseTest.cpp', |
| 1976 'indexeddb/IDBKeyPathTest.cpp', | 1979 'indexeddb/IDBKeyPathTest.cpp', |
| 1977 'indexeddb/IDBRequestTest.cpp', | 1980 'indexeddb/IDBRequestTest.cpp', |
| 1978 'indexeddb/IDBTransactionTest.cpp', | 1981 'indexeddb/IDBTransactionTest.cpp', |
| 1979 'indexeddb/MockWebIDBDatabase.cpp', | 1982 'indexeddb/MockWebIDBDatabase.cpp', |
| 1980 'indexeddb/MockWebIDBDatabase.h', | 1983 'indexeddb/MockWebIDBDatabase.h', |
| 1981 'mediasession/MediaSessionTest.cpp', | 1984 'mediasession/MediaSessionTest.cpp', |
| 1982 'mediastream/MediaConstraintsTest.cpp', | 1985 'mediastream/MediaConstraintsTest.cpp', |
| 1983 'mediastream/RTCDataChannelTest.cpp', | 1986 'mediastream/RTCDataChannelTest.cpp', |
| 1984 'notifications/NotificationDataTest.cpp', | 1987 'notifications/NotificationDataTest.cpp', |
| 1988 'payments/PaymentsValidatorsTest.cpp', |
| 1985 'presentation/PresentationAvailabilityTest.cpp', | 1989 'presentation/PresentationAvailabilityTest.cpp', |
| 1986 'push_messaging/PushMessageDataTest.cpp', | 1990 'push_messaging/PushMessageDataTest.cpp', |
| 1987 'serviceworkers/ServiceWorkerContainerTest.cpp', | 1991 'serviceworkers/ServiceWorkerContainerTest.cpp', |
| 1988 'webaudio/AudioBasicProcessorHandlerTest.cpp', | 1992 'webaudio/AudioBasicProcessorHandlerTest.cpp', |
| 1989 'webaudio/ConvolverNodeTest.cpp', | 1993 'webaudio/ConvolverNodeTest.cpp', |
| 1990 'webaudio/DynamicsCompressorNodeTest.cpp', | 1994 'webaudio/DynamicsCompressorNodeTest.cpp', |
| 1991 'webaudio/ScriptProcessorNodeTest.cpp', | 1995 'webaudio/ScriptProcessorNodeTest.cpp', |
| 1992 'webaudio/StereoPannerNodeTest.cpp', | 1996 'webaudio/StereoPannerNodeTest.cpp', |
| 1993 'websockets/DOMWebSocketTest.cpp', | 1997 'websockets/DOMWebSocketTest.cpp', |
| 1994 'websockets/DocumentWebSocketChannelTest.cpp', | 1998 'websockets/DocumentWebSocketChannelTest.cpp', |
| 1995 ], | 1999 ], |
| 1996 }, | 2000 }, |
| 1997 } | 2001 } |
| OLD | NEW |