| OLD | NEW |
| 1 { | 1 { |
| 2 'includes': [ | 2 'includes': [ |
| 3 'core_generated.gypi', | 3 'core_generated.gypi', |
| 4 ], | 4 ], |
| 5 'variables': { | 5 'variables': { |
| 6 # Files for which bindings (.cpp and .h files) will be generated | 6 # Files for which bindings (.cpp and .h files) will be generated |
| 7 'core_idl_files': [ | 7 'core_idl_files': [ |
| 8 'animation/KeyframeEffect.idl', | 8 'animation/KeyframeEffect.idl', |
| 9 'animation/EffectModel.idl', | 9 'animation/EffectModel.idl', |
| 10 'animation/AnimationEffectReadOnly.idl', | 10 'animation/AnimationEffectReadOnly.idl', |
| (...skipping 3791 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3802 'editing/markers/DocumentMarkerControllerTest.cpp', | 3802 'editing/markers/DocumentMarkerControllerTest.cpp', |
| 3803 'editing/PositionTest.cpp', | 3803 'editing/PositionTest.cpp', |
| 3804 'editing/SurroundingTextTest.cpp', | 3804 'editing/SurroundingTextTest.cpp', |
| 3805 'editing/VisiblePositionTest.cpp', | 3805 'editing/VisiblePositionTest.cpp', |
| 3806 'editing/VisibleSelectionTest.cpp', | 3806 'editing/VisibleSelectionTest.cpp', |
| 3807 'editing/VisibleUnitsTest.cpp', | 3807 'editing/VisibleUnitsTest.cpp', |
| 3808 'editing/serializers/StyledMarkupSerializerTest.cpp', | 3808 'editing/serializers/StyledMarkupSerializerTest.cpp', |
| 3809 'events/EventPathTest.cpp', | 3809 'events/EventPathTest.cpp', |
| 3810 'fetch/CachingCorrectnessTest.cpp', | 3810 'fetch/CachingCorrectnessTest.cpp', |
| 3811 'fetch/ClientHintsPreferencesTest.cpp', | 3811 'fetch/ClientHintsPreferencesTest.cpp', |
| 3812 'fetch/FetchUtilsTest.cpp', |
| 3812 'fetch/ImageResourceTest.cpp', | 3813 'fetch/ImageResourceTest.cpp', |
| 3813 'fetch/MemoryCacheTest.cpp', | 3814 'fetch/MemoryCacheTest.cpp', |
| 3814 'fetch/MockImageResourceClient.cpp', | 3815 'fetch/MockImageResourceClient.cpp', |
| 3815 'fetch/RawResourceTest.cpp', | 3816 'fetch/RawResourceTest.cpp', |
| 3816 'fetch/ResourceFetcherTest.cpp', | 3817 'fetch/ResourceFetcherTest.cpp', |
| 3817 'fetch/ResourceLoaderOptionsTest.cpp', | 3818 'fetch/ResourceLoaderOptionsTest.cpp', |
| 3818 'fetch/ResourceTest.cpp', | 3819 'fetch/ResourceTest.cpp', |
| 3819 'fileapi/FileListTest.cpp', | 3820 'fileapi/FileListTest.cpp', |
| 3820 'fileapi/FileTest.cpp', | 3821 'fileapi/FileTest.cpp', |
| 3821 'frame/ImageBitmapTest.cpp', | 3822 'frame/ImageBitmapTest.cpp', |
| (...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3885 'style/OutlineValueTest.cpp', | 3886 'style/OutlineValueTest.cpp', |
| 3886 'style/SVGComputedStyleTest.cpp', | 3887 'style/SVGComputedStyleTest.cpp', |
| 3887 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 3888 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
| 3888 'testing/PrivateScriptTestTest.cpp', | 3889 'testing/PrivateScriptTestTest.cpp', |
| 3889 'timing/MemoryInfoTest.cpp', | 3890 'timing/MemoryInfoTest.cpp', |
| 3890 'workers/WorkerThreadTest.cpp', | 3891 'workers/WorkerThreadTest.cpp', |
| 3891 'xml/parser/SharedBufferReaderTest.cpp', | 3892 'xml/parser/SharedBufferReaderTest.cpp', |
| 3892 ], | 3893 ], |
| 3893 } | 3894 } |
| 3894 } | 3895 } |
| OLD | NEW |