| 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 1952 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1963 'vibration/testing/InternalsVibration.h', | 1963 'vibration/testing/InternalsVibration.h', |
| 1964 'webaudio/testing/InternalsWebAudio.h', | 1964 'webaudio/testing/InternalsWebAudio.h', |
| 1965 'webaudio/testing/InternalsWebAudio.cpp', | 1965 'webaudio/testing/InternalsWebAudio.cpp', |
| 1966 ], | 1966 ], |
| 1967 'modules_unittest_files': [ | 1967 'modules_unittest_files': [ |
| 1968 'accessibility/AXObjectTest.cpp', | 1968 'accessibility/AXObjectTest.cpp', |
| 1969 'cachestorage/CacheTest.cpp', | 1969 'cachestorage/CacheTest.cpp', |
| 1970 'canvas2d/CanvasRenderingContext2DAPITest.cpp', | 1970 'canvas2d/CanvasRenderingContext2DAPITest.cpp', |
| 1971 'canvas2d/CanvasRenderingContext2DTest.cpp', | 1971 'canvas2d/CanvasRenderingContext2DTest.cpp', |
| 1972 'compositorworker/CompositorWorkerThreadTest.cpp', | 1972 'compositorworker/CompositorWorkerThreadTest.cpp', |
| 1973 'credentialmanager/PasswordCredentialTest.cpp', |
| 1973 'csspaint/PaintRenderingContext2DTest.cpp', | 1974 'csspaint/PaintRenderingContext2DTest.cpp', |
| 1974 'fetch/BodyStreamBufferTest.cpp', | 1975 'fetch/BodyStreamBufferTest.cpp', |
| 1975 'fetch/CompositeDataConsumerHandleTest.cpp', | 1976 'fetch/CompositeDataConsumerHandleTest.cpp', |
| 1976 'fetch/DataConsumerHandleTestUtil.cpp', | 1977 'fetch/DataConsumerHandleTestUtil.cpp', |
| 1977 'fetch/DataConsumerHandleTestUtil.h', | 1978 'fetch/DataConsumerHandleTestUtil.h', |
| 1978 'fetch/DataConsumerHandleUtilTest.cpp', | 1979 'fetch/DataConsumerHandleUtilTest.cpp', |
| 1979 'fetch/DataConsumerTeeTest.cpp', | 1980 'fetch/DataConsumerTeeTest.cpp', |
| 1980 'fetch/FetchBlobDataConsumerHandleTest.cpp', | 1981 'fetch/FetchBlobDataConsumerHandleTest.cpp', |
| 1981 'fetch/FetchDataLoaderTest.cpp', | 1982 'fetch/FetchDataLoaderTest.cpp', |
| 1982 'fetch/FetchFormDataConsumerHandleTest.cpp', | 1983 'fetch/FetchFormDataConsumerHandleTest.cpp', |
| (...skipping 18 matching lines...) Expand all Loading... |
| 2001 'webaudio/AudioBasicProcessorHandlerTest.cpp', | 2002 'webaudio/AudioBasicProcessorHandlerTest.cpp', |
| 2002 'webaudio/ConvolverNodeTest.cpp', | 2003 'webaudio/ConvolverNodeTest.cpp', |
| 2003 'webaudio/DynamicsCompressorNodeTest.cpp', | 2004 'webaudio/DynamicsCompressorNodeTest.cpp', |
| 2004 'webaudio/ScriptProcessorNodeTest.cpp', | 2005 'webaudio/ScriptProcessorNodeTest.cpp', |
| 2005 'webaudio/StereoPannerNodeTest.cpp', | 2006 'webaudio/StereoPannerNodeTest.cpp', |
| 2006 'websockets/DOMWebSocketTest.cpp', | 2007 'websockets/DOMWebSocketTest.cpp', |
| 2007 'websockets/DocumentWebSocketChannelTest.cpp', | 2008 'websockets/DocumentWebSocketChannelTest.cpp', |
| 2008 ], | 2009 ], |
| 2009 }, | 2010 }, |
| 2010 } | 2011 } |
| OLD | NEW |