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 3800 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3811 'editing/iterators/SimplifiedBackwardsTextIteratorTest.cpp', | 3811 'editing/iterators/SimplifiedBackwardsTextIteratorTest.cpp', |
3812 'editing/iterators/TextIteratorTest.cpp', | 3812 'editing/iterators/TextIteratorTest.cpp', |
3813 'editing/markers/DocumentMarkerControllerTest.cpp', | 3813 'editing/markers/DocumentMarkerControllerTest.cpp', |
3814 'editing/PositionTest.cpp', | 3814 'editing/PositionTest.cpp', |
3815 'editing/SurroundingTextTest.cpp', | 3815 'editing/SurroundingTextTest.cpp', |
3816 'editing/VisiblePositionTest.cpp', | 3816 'editing/VisiblePositionTest.cpp', |
3817 'editing/VisibleSelectionTest.cpp', | 3817 'editing/VisibleSelectionTest.cpp', |
3818 'editing/VisibleUnitsTest.cpp', | 3818 'editing/VisibleUnitsTest.cpp', |
3819 'editing/serializers/StyledMarkupSerializerTest.cpp', | 3819 'editing/serializers/StyledMarkupSerializerTest.cpp', |
3820 'events/EventPathTest.cpp', | 3820 'events/EventPathTest.cpp', |
| 3821 'events/PointerIdManagerTest.cpp', |
3821 'experiments/ExperimentsTest.cpp', | 3822 'experiments/ExperimentsTest.cpp', |
3822 'fetch/CachingCorrectnessTest.cpp', | 3823 'fetch/CachingCorrectnessTest.cpp', |
3823 'fetch/ClientHintsPreferencesTest.cpp', | 3824 'fetch/ClientHintsPreferencesTest.cpp', |
3824 'fetch/FetchUtilsTest.cpp', | 3825 'fetch/FetchUtilsTest.cpp', |
3825 'fetch/ImageResourceTest.cpp', | 3826 'fetch/ImageResourceTest.cpp', |
3826 'fetch/MemoryCacheTest.cpp', | 3827 'fetch/MemoryCacheTest.cpp', |
3827 'fetch/MockImageResourceClient.cpp', | 3828 'fetch/MockImageResourceClient.cpp', |
3828 'fetch/RawResourceTest.cpp', | 3829 'fetch/RawResourceTest.cpp', |
3829 'fetch/ResourceFetcherTest.cpp', | 3830 'fetch/ResourceFetcherTest.cpp', |
3830 'fetch/ResourceLoaderOptionsTest.cpp', | 3831 'fetch/ResourceLoaderOptionsTest.cpp', |
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3907 'style/SVGComputedStyleTest.cpp', | 3908 'style/SVGComputedStyleTest.cpp', |
3908 'svg/SVGPathParserTest.cpp', | 3909 'svg/SVGPathParserTest.cpp', |
3909 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 3910 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
3910 'testing/PrivateScriptTestTest.cpp', | 3911 'testing/PrivateScriptTestTest.cpp', |
3911 'timing/MemoryInfoTest.cpp', | 3912 'timing/MemoryInfoTest.cpp', |
3912 'workers/WorkerThreadTest.cpp', | 3913 'workers/WorkerThreadTest.cpp', |
3913 'xml/parser/SharedBufferReaderTest.cpp', | 3914 'xml/parser/SharedBufferReaderTest.cpp', |
3914 ], | 3915 ], |
3915 } | 3916 } |
3916 } | 3917 } |
OLD | NEW |