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 3794 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3805 'editing/markers/DocumentMarkerControllerTest.cpp', | 3805 'editing/markers/DocumentMarkerControllerTest.cpp', |
3806 'editing/PositionTest.cpp', | 3806 'editing/PositionTest.cpp', |
3807 'editing/SurroundingTextTest.cpp', | 3807 'editing/SurroundingTextTest.cpp', |
3808 'editing/VisiblePositionTest.cpp', | 3808 'editing/VisiblePositionTest.cpp', |
3809 'editing/VisibleSelectionTest.cpp', | 3809 'editing/VisibleSelectionTest.cpp', |
3810 'editing/VisibleUnitsTest.cpp', | 3810 'editing/VisibleUnitsTest.cpp', |
3811 'editing/serializers/StyledMarkupSerializerTest.cpp', | 3811 'editing/serializers/StyledMarkupSerializerTest.cpp', |
3812 'events/EventPathTest.cpp', | 3812 'events/EventPathTest.cpp', |
3813 'fetch/CachingCorrectnessTest.cpp', | 3813 'fetch/CachingCorrectnessTest.cpp', |
3814 'fetch/ClientHintsPreferencesTest.cpp', | 3814 'fetch/ClientHintsPreferencesTest.cpp', |
| 3815 'fetch/FetchUtilsTest.cpp', |
3815 'fetch/ImageResourceTest.cpp', | 3816 'fetch/ImageResourceTest.cpp', |
3816 'fetch/MemoryCacheTest.cpp', | 3817 'fetch/MemoryCacheTest.cpp', |
3817 'fetch/MockImageResourceClient.cpp', | 3818 'fetch/MockImageResourceClient.cpp', |
3818 'fetch/RawResourceTest.cpp', | 3819 'fetch/RawResourceTest.cpp', |
3819 'fetch/ResourceFetcherTest.cpp', | 3820 'fetch/ResourceFetcherTest.cpp', |
3820 'fetch/ResourceLoaderOptionsTest.cpp', | 3821 'fetch/ResourceLoaderOptionsTest.cpp', |
3821 'fetch/ResourceTest.cpp', | 3822 'fetch/ResourceTest.cpp', |
3822 'fileapi/FileListTest.cpp', | 3823 'fileapi/FileListTest.cpp', |
3823 'fileapi/FileTest.cpp', | 3824 'fileapi/FileTest.cpp', |
3824 'frame/ImageBitmapTest.cpp', | 3825 'frame/ImageBitmapTest.cpp', |
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3888 'style/OutlineValueTest.cpp', | 3889 'style/OutlineValueTest.cpp', |
3889 'style/SVGComputedStyleTest.cpp', | 3890 'style/SVGComputedStyleTest.cpp', |
3890 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 3891 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
3891 'testing/PrivateScriptTestTest.cpp', | 3892 'testing/PrivateScriptTestTest.cpp', |
3892 'timing/MemoryInfoTest.cpp', | 3893 'timing/MemoryInfoTest.cpp', |
3893 'workers/WorkerThreadTest.cpp', | 3894 'workers/WorkerThreadTest.cpp', |
3894 'xml/parser/SharedBufferReaderTest.cpp', | 3895 'xml/parser/SharedBufferReaderTest.cpp', |
3895 ], | 3896 ], |
3896 } | 3897 } |
3897 } | 3898 } |
OLD | NEW |