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 14 matching lines...) Expand all Loading... |
25 'bluetooth/BluetoothCharacteristicProperties.idl', | 25 'bluetooth/BluetoothCharacteristicProperties.idl', |
26 'bluetooth/BluetoothRemoteGATTCharacteristic.idl', | 26 'bluetooth/BluetoothRemoteGATTCharacteristic.idl', |
27 'bluetooth/BluetoothRemoteGATTServer.idl', | 27 'bluetooth/BluetoothRemoteGATTServer.idl', |
28 'bluetooth/BluetoothRemoteGATTService.idl', | 28 'bluetooth/BluetoothRemoteGATTService.idl', |
29 'bluetooth/BluetoothUUID.idl', | 29 'bluetooth/BluetoothUUID.idl', |
30 'cachestorage/Cache.idl', | 30 'cachestorage/Cache.idl', |
31 'cachestorage/CacheStorage.idl', | 31 'cachestorage/CacheStorage.idl', |
32 'canvas2d/CanvasGradient.idl', | 32 'canvas2d/CanvasGradient.idl', |
33 'canvas2d/CanvasPattern.idl', | 33 'canvas2d/CanvasPattern.idl', |
34 'canvas2d/CanvasRenderingContext2D.idl', | 34 'canvas2d/CanvasRenderingContext2D.idl', |
| 35 'canvas2d/OffscreenCanvasRenderingContext2D.idl', |
35 'canvas2d/Path2D.idl', | 36 'canvas2d/Path2D.idl', |
36 'compositorworker/CompositorWorker.idl', | 37 'compositorworker/CompositorWorker.idl', |
37 'compositorworker/CompositorWorkerGlobalScope.idl', | 38 'compositorworker/CompositorWorkerGlobalScope.idl', |
38 'credentialmanager/Credential.idl', | 39 'credentialmanager/Credential.idl', |
39 'credentialmanager/CredentialsContainer.idl', | 40 'credentialmanager/CredentialsContainer.idl', |
40 'credentialmanager/FederatedCredential.idl', | 41 'credentialmanager/FederatedCredential.idl', |
41 'credentialmanager/PasswordCredential.idl', | 42 'credentialmanager/PasswordCredential.idl', |
42 'crypto/Crypto.idl', | 43 'crypto/Crypto.idl', |
43 'crypto/CryptoKey.idl', | 44 'crypto/CryptoKey.idl', |
44 'crypto/SubtleCrypto.idl', | 45 'crypto/SubtleCrypto.idl', |
(...skipping 800 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
845 'canvas2d/ClipList.cpp', | 846 'canvas2d/ClipList.cpp', |
846 'canvas2d/ClipList.h', | 847 'canvas2d/ClipList.h', |
847 'canvas2d/ContextAttributeHelpers.cpp', | 848 'canvas2d/ContextAttributeHelpers.cpp', |
848 'canvas2d/ContextAttributeHelpers.h', | 849 'canvas2d/ContextAttributeHelpers.h', |
849 'canvas2d/EventHitRegion.cpp', | 850 'canvas2d/EventHitRegion.cpp', |
850 'canvas2d/EventHitRegion.h', | 851 'canvas2d/EventHitRegion.h', |
851 'canvas2d/HitRegion.cpp', | 852 'canvas2d/HitRegion.cpp', |
852 'canvas2d/HitRegion.h', | 853 'canvas2d/HitRegion.h', |
853 'canvas2d/MouseEventHitRegion.cpp', | 854 'canvas2d/MouseEventHitRegion.cpp', |
854 'canvas2d/MouseEventHitRegion.h', | 855 'canvas2d/MouseEventHitRegion.h', |
| 856 'canvas2d/OffscreenCanvasRenderingContext2D.cpp', |
| 857 'canvas2d/OffscreenCanvasRenderingContext2D.h', |
| 858 'canvas2d/OffscreenCanvasRenderingContext.h', |
855 'canvas2d/Path2D.h', | 859 'canvas2d/Path2D.h', |
856 'canvas2d/TouchHitRegion.cpp', | 860 'canvas2d/TouchHitRegion.cpp', |
857 'canvas2d/TouchHitRegion.h', | 861 'canvas2d/TouchHitRegion.h', |
858 'compositorworker/CompositorWorker.cpp', | 862 'compositorworker/CompositorWorker.cpp', |
859 'compositorworker/CompositorWorker.h', | 863 'compositorworker/CompositorWorker.h', |
860 'compositorworker/CompositorWorkerGlobalScope.cpp', | 864 'compositorworker/CompositorWorkerGlobalScope.cpp', |
861 'compositorworker/CompositorWorkerGlobalScope.h', | 865 'compositorworker/CompositorWorkerGlobalScope.h', |
862 'compositorworker/CompositorWorkerMessagingProxy.cpp', | 866 'compositorworker/CompositorWorkerMessagingProxy.cpp', |
863 'compositorworker/CompositorWorkerMessagingProxy.h', | 867 'compositorworker/CompositorWorkerMessagingProxy.h', |
864 'compositorworker/CompositorWorkerThread.cpp', | 868 'compositorworker/CompositorWorkerThread.cpp', |
(...skipping 1067 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1932 'webaudio/AudioBasicProcessorHandlerTest.cpp', | 1936 'webaudio/AudioBasicProcessorHandlerTest.cpp', |
1933 'webaudio/ConvolverNodeTest.cpp', | 1937 'webaudio/ConvolverNodeTest.cpp', |
1934 'webaudio/DynamicsCompressorNodeTest.cpp', | 1938 'webaudio/DynamicsCompressorNodeTest.cpp', |
1935 'webaudio/ScriptProcessorNodeTest.cpp', | 1939 'webaudio/ScriptProcessorNodeTest.cpp', |
1936 'webaudio/StereoPannerNodeTest.cpp', | 1940 'webaudio/StereoPannerNodeTest.cpp', |
1937 'websockets/DOMWebSocketTest.cpp', | 1941 'websockets/DOMWebSocketTest.cpp', |
1938 'websockets/DocumentWebSocketChannelTest.cpp', | 1942 'websockets/DocumentWebSocketChannelTest.cpp', |
1939 ], | 1943 ], |
1940 }, | 1944 }, |
1941 } | 1945 } |
OLD | NEW |