| 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 3863 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3874 'dom/TreeScopeStyleSheetCollectionTest.cpp', | 3874 'dom/TreeScopeStyleSheetCollectionTest.cpp', |
| 3875 'dom/TreeScopeTest.cpp', | 3875 'dom/TreeScopeTest.cpp', |
| 3876 'dom/shadow/ComposedTreeTraversalTest.cpp', | 3876 'dom/shadow/ComposedTreeTraversalTest.cpp', |
| 3877 'editing/CompositionUnderlineRangeFilterTest.cpp', | 3877 'editing/CompositionUnderlineRangeFilterTest.cpp', |
| 3878 'editing/FrameSelectionTest.cpp', | 3878 'editing/FrameSelectionTest.cpp', |
| 3879 'editing/GranularityStrategyTest.cpp', | 3879 'editing/GranularityStrategyTest.cpp', |
| 3880 'editing/InputMethodControllerTest.cpp', | 3880 'editing/InputMethodControllerTest.cpp', |
| 3881 'editing/iterators/TextIteratorTest.cpp', | 3881 'editing/iterators/TextIteratorTest.cpp', |
| 3882 'editing/StyledMarkupSerializerTest.cpp', | 3882 'editing/StyledMarkupSerializerTest.cpp', |
| 3883 'editing/SurroundingTextTest.cpp', | 3883 'editing/SurroundingTextTest.cpp', |
| 3884 'editing/VisiblePositionTest.cpp', |
| 3884 'editing/VisibleSelectionTest.cpp', | 3885 'editing/VisibleSelectionTest.cpp', |
| 3885 'events/EventPathTest.cpp', | 3886 'events/EventPathTest.cpp', |
| 3886 'fetch/CachingCorrectnessTest.cpp', | 3887 'fetch/CachingCorrectnessTest.cpp', |
| 3887 'fetch/ClientHintsPreferencesTest.cpp', | 3888 'fetch/ClientHintsPreferencesTest.cpp', |
| 3888 'fetch/ImageResourceTest.cpp', | 3889 'fetch/ImageResourceTest.cpp', |
| 3889 'fetch/MemoryCacheTest.cpp', | 3890 'fetch/MemoryCacheTest.cpp', |
| 3890 'fetch/RawResourceTest.cpp', | 3891 'fetch/RawResourceTest.cpp', |
| 3891 'fetch/ResourceFetcherTest.cpp', | 3892 'fetch/ResourceFetcherTest.cpp', |
| 3892 'fetch/ResourceLoaderOptionsTest.cpp', | 3893 'fetch/ResourceLoaderOptionsTest.cpp', |
| 3893 'fetch/ResourceTest.cpp', | 3894 'fetch/ResourceTest.cpp', |
| (...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3953 'style/OutlineValueTest.cpp', | 3954 'style/OutlineValueTest.cpp', |
| 3954 'style/SVGComputedStyleTest.cpp', | 3955 'style/SVGComputedStyleTest.cpp', |
| 3955 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 3956 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
| 3956 'testing/PrivateScriptTestTest.cpp', | 3957 'testing/PrivateScriptTestTest.cpp', |
| 3957 'timing/MemoryInfoTest.cpp', | 3958 'timing/MemoryInfoTest.cpp', |
| 3958 'workers/WorkerThreadTest.cpp', | 3959 'workers/WorkerThreadTest.cpp', |
| 3959 'xml/parser/SharedBufferReaderTest.cpp', | 3960 'xml/parser/SharedBufferReaderTest.cpp', |
| 3960 ], | 3961 ], |
| 3961 } | 3962 } |
| 3962 } | 3963 } |
| OLD | NEW |