| 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 3938 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3949 'editing/iterators/SimplifiedBackwardsTextIteratorTest.cpp', | 3949 'editing/iterators/SimplifiedBackwardsTextIteratorTest.cpp', |
| 3950 'editing/iterators/TextIteratorTest.cpp', | 3950 'editing/iterators/TextIteratorTest.cpp', |
| 3951 'editing/markers/DocumentMarkerControllerTest.cpp', | 3951 'editing/markers/DocumentMarkerControllerTest.cpp', |
| 3952 'editing/PositionTest.cpp', | 3952 'editing/PositionTest.cpp', |
| 3953 'editing/SelectionAdjusterTest.cpp', | 3953 'editing/SelectionAdjusterTest.cpp', |
| 3954 'editing/SurroundingTextTest.cpp', | 3954 'editing/SurroundingTextTest.cpp', |
| 3955 'editing/VisiblePositionTest.cpp', | 3955 'editing/VisiblePositionTest.cpp', |
| 3956 'editing/VisibleSelectionTest.cpp', | 3956 'editing/VisibleSelectionTest.cpp', |
| 3957 'editing/VisibleUnitsTest.cpp', | 3957 'editing/VisibleUnitsTest.cpp', |
| 3958 'editing/serializers/StyledMarkupSerializerTest.cpp', | 3958 'editing/serializers/StyledMarkupSerializerTest.cpp', |
| 3959 'editing/spellcheck/SpellCheckerTest.cpp', |
| 3959 'events/EventPathTest.cpp', | 3960 'events/EventPathTest.cpp', |
| 3960 'events/PointerEventManagerTest.cpp', | 3961 'events/PointerEventManagerTest.cpp', |
| 3961 'fetch/CachingCorrectnessTest.cpp', | 3962 'fetch/CachingCorrectnessTest.cpp', |
| 3962 'fetch/ClientHintsPreferencesTest.cpp', | 3963 'fetch/ClientHintsPreferencesTest.cpp', |
| 3963 'fetch/FetchUtilsTest.cpp', | 3964 'fetch/FetchUtilsTest.cpp', |
| 3964 'fetch/ImageResourceTest.cpp', | 3965 'fetch/ImageResourceTest.cpp', |
| 3965 'fetch/MemoryCacheTest.cpp', | 3966 'fetch/MemoryCacheTest.cpp', |
| 3966 'fetch/MockImageResourceClient.cpp', | 3967 'fetch/MockImageResourceClient.cpp', |
| 3967 'fetch/RawResourceTest.cpp', | 3968 'fetch/RawResourceTest.cpp', |
| 3968 'fetch/ResourceFetcherTest.cpp', | 3969 'fetch/ResourceFetcherTest.cpp', |
| (...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4058 'style/SVGComputedStyleTest.cpp', | 4059 'style/SVGComputedStyleTest.cpp', |
| 4059 'svg/SVGPathParserTest.cpp', | 4060 'svg/SVGPathParserTest.cpp', |
| 4060 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 4061 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
| 4061 'testing/PrivateScriptTestTest.cpp', | 4062 'testing/PrivateScriptTestTest.cpp', |
| 4062 'timing/MemoryInfoTest.cpp', | 4063 'timing/MemoryInfoTest.cpp', |
| 4063 'workers/WorkerThreadTest.cpp', | 4064 'workers/WorkerThreadTest.cpp', |
| 4064 'xml/parser/SharedBufferReaderTest.cpp', | 4065 'xml/parser/SharedBufferReaderTest.cpp', |
| 4065 ], | 4066 ], |
| 4066 } | 4067 } |
| 4067 } | 4068 } |
| OLD | NEW |