| 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 1953 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1964 'speech/testing/PlatformSpeechSynthesizerMock.cpp', | 1964 'speech/testing/PlatformSpeechSynthesizerMock.cpp', |
| 1965 'speech/testing/PlatformSpeechSynthesizerMock.h', | 1965 'speech/testing/PlatformSpeechSynthesizerMock.h', |
| 1966 'vibration/testing/InternalsVibration.cpp', | 1966 'vibration/testing/InternalsVibration.cpp', |
| 1967 'vibration/testing/InternalsVibration.h', | 1967 'vibration/testing/InternalsVibration.h', |
| 1968 'webaudio/testing/InternalsWebAudio.h', | 1968 'webaudio/testing/InternalsWebAudio.h', |
| 1969 'webaudio/testing/InternalsWebAudio.cpp', | 1969 'webaudio/testing/InternalsWebAudio.cpp', |
| 1970 ], | 1970 ], |
| 1971 'modules_unittest_files': [ | 1971 'modules_unittest_files': [ |
| 1972 'accessibility/AXObjectTest.cpp', | 1972 'accessibility/AXObjectTest.cpp', |
| 1973 'cachestorage/CacheTest.cpp', | 1973 'cachestorage/CacheTest.cpp', |
| 1974 'canvas/HTMLCanvasElementModuleTest.cpp', |
| 1974 'canvas2d/CanvasRenderingContext2DAPITest.cpp', | 1975 'canvas2d/CanvasRenderingContext2DAPITest.cpp', |
| 1975 'canvas2d/CanvasRenderingContext2DTest.cpp', | 1976 'canvas2d/CanvasRenderingContext2DTest.cpp', |
| 1976 'compositorworker/CompositorWorkerThreadTest.cpp', | 1977 'compositorworker/CompositorWorkerThreadTest.cpp', |
| 1977 'credentialmanager/PasswordCredentialTest.cpp', | 1978 'credentialmanager/PasswordCredentialTest.cpp', |
| 1978 'csspaint/PaintRenderingContext2DTest.cpp', | 1979 'csspaint/PaintRenderingContext2DTest.cpp', |
| 1979 'fetch/BodyStreamBufferTest.cpp', | 1980 'fetch/BodyStreamBufferTest.cpp', |
| 1980 'fetch/CompositeDataConsumerHandleTest.cpp', | 1981 'fetch/CompositeDataConsumerHandleTest.cpp', |
| 1981 'fetch/DataConsumerHandleTestUtil.cpp', | 1982 'fetch/DataConsumerHandleTestUtil.cpp', |
| 1982 'fetch/DataConsumerHandleTestUtil.h', | 1983 'fetch/DataConsumerHandleTestUtil.h', |
| 1983 'fetch/DataConsumerHandleUtilTest.cpp', | 1984 'fetch/DataConsumerHandleUtilTest.cpp', |
| (...skipping 28 matching lines...) Expand all Loading... |
| 2012 'webaudio/AudioBasicProcessorHandlerTest.cpp', | 2013 'webaudio/AudioBasicProcessorHandlerTest.cpp', |
| 2013 'webaudio/ConvolverNodeTest.cpp', | 2014 'webaudio/ConvolverNodeTest.cpp', |
| 2014 'webaudio/DynamicsCompressorNodeTest.cpp', | 2015 'webaudio/DynamicsCompressorNodeTest.cpp', |
| 2015 'webaudio/ScriptProcessorNodeTest.cpp', | 2016 'webaudio/ScriptProcessorNodeTest.cpp', |
| 2016 'webaudio/StereoPannerNodeTest.cpp', | 2017 'webaudio/StereoPannerNodeTest.cpp', |
| 2017 'websockets/DOMWebSocketTest.cpp', | 2018 'websockets/DOMWebSocketTest.cpp', |
| 2018 'websockets/DocumentWebSocketChannelTest.cpp', | 2019 'websockets/DocumentWebSocketChannelTest.cpp', |
| 2019 ], | 2020 ], |
| 2020 }, | 2021 }, |
| 2021 } | 2022 } |
| OLD | NEW |