| 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 3787 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3798 'editing/markers/DocumentMarkerControllerTest.cpp', | 3798 'editing/markers/DocumentMarkerControllerTest.cpp', |
| 3799 'editing/PositionTest.cpp', | 3799 'editing/PositionTest.cpp', |
| 3800 'editing/SurroundingTextTest.cpp', | 3800 'editing/SurroundingTextTest.cpp', |
| 3801 'editing/VisiblePositionTest.cpp', | 3801 'editing/VisiblePositionTest.cpp', |
| 3802 'editing/VisibleSelectionTest.cpp', | 3802 'editing/VisibleSelectionTest.cpp', |
| 3803 'editing/VisibleUnitsTest.cpp', | 3803 'editing/VisibleUnitsTest.cpp', |
| 3804 'editing/serializers/StyledMarkupSerializerTest.cpp', | 3804 'editing/serializers/StyledMarkupSerializerTest.cpp', |
| 3805 'events/EventPathTest.cpp', | 3805 'events/EventPathTest.cpp', |
| 3806 'fetch/CachingCorrectnessTest.cpp', | 3806 'fetch/CachingCorrectnessTest.cpp', |
| 3807 'fetch/ClientHintsPreferencesTest.cpp', | 3807 'fetch/ClientHintsPreferencesTest.cpp', |
| 3808 'fetch/FetchUtilsTest.cpp', |
| 3808 'fetch/ImageResourceTest.cpp', | 3809 'fetch/ImageResourceTest.cpp', |
| 3809 'fetch/MemoryCacheTest.cpp', | 3810 'fetch/MemoryCacheTest.cpp', |
| 3810 'fetch/MockImageResourceClient.cpp', | 3811 'fetch/MockImageResourceClient.cpp', |
| 3811 'fetch/RawResourceTest.cpp', | 3812 'fetch/RawResourceTest.cpp', |
| 3812 'fetch/ResourceFetcherTest.cpp', | 3813 'fetch/ResourceFetcherTest.cpp', |
| 3813 'fetch/ResourceLoaderOptionsTest.cpp', | 3814 'fetch/ResourceLoaderOptionsTest.cpp', |
| 3814 'fetch/ResourceTest.cpp', | 3815 'fetch/ResourceTest.cpp', |
| 3815 'fileapi/FileListTest.cpp', | 3816 'fileapi/FileListTest.cpp', |
| 3816 'fileapi/FileTest.cpp', | 3817 'fileapi/FileTest.cpp', |
| 3817 'frame/ImageBitmapTest.cpp', | 3818 'frame/ImageBitmapTest.cpp', |
| (...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3881 'style/OutlineValueTest.cpp', | 3882 'style/OutlineValueTest.cpp', |
| 3882 'style/SVGComputedStyleTest.cpp', | 3883 'style/SVGComputedStyleTest.cpp', |
| 3883 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 3884 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
| 3884 'testing/PrivateScriptTestTest.cpp', | 3885 'testing/PrivateScriptTestTest.cpp', |
| 3885 'timing/MemoryInfoTest.cpp', | 3886 'timing/MemoryInfoTest.cpp', |
| 3886 'workers/WorkerThreadTest.cpp', | 3887 'workers/WorkerThreadTest.cpp', |
| 3887 'xml/parser/SharedBufferReaderTest.cpp', | 3888 'xml/parser/SharedBufferReaderTest.cpp', |
| 3888 ], | 3889 ], |
| 3889 } | 3890 } |
| 3890 } | 3891 } |
| OLD | NEW |