| 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 3838 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3849 'dom/DocumentTest.cpp', | 3849 'dom/DocumentTest.cpp', |
| 3850 'dom/MainThreadTaskRunnerTest.cpp', | 3850 'dom/MainThreadTaskRunnerTest.cpp', |
| 3851 'dom/NthIndexCacheTest.cpp', | 3851 'dom/NthIndexCacheTest.cpp', |
| 3852 'dom/RangeTest.cpp', | 3852 'dom/RangeTest.cpp', |
| 3853 'dom/ScriptRunnerTest.cpp', | 3853 'dom/ScriptRunnerTest.cpp', |
| 3854 'dom/TreeScopeStyleSheetCollectionTest.cpp', | 3854 'dom/TreeScopeStyleSheetCollectionTest.cpp', |
| 3855 'dom/TreeScopeTest.cpp', | 3855 'dom/TreeScopeTest.cpp', |
| 3856 'dom/shadow/ComposedTreeTraversalTest.cpp', | 3856 'dom/shadow/ComposedTreeTraversalTest.cpp', |
| 3857 'editing/CompositionUnderlineRangeFilterTest.cpp', | 3857 'editing/CompositionUnderlineRangeFilterTest.cpp', |
| 3858 'editing/FrameSelectionTest.cpp', | 3858 'editing/FrameSelectionTest.cpp', |
| 3859 'editing/GranularityStrategyTest.cpp', |
| 3859 'editing/InputMethodControllerTest.cpp', | 3860 'editing/InputMethodControllerTest.cpp', |
| 3860 'editing/iterators/TextIteratorTest.cpp', | 3861 'editing/iterators/TextIteratorTest.cpp', |
| 3861 'editing/StyledMarkupSerializerTest.cpp', | 3862 'editing/StyledMarkupSerializerTest.cpp', |
| 3862 'editing/SurroundingTextTest.cpp', | 3863 'editing/SurroundingTextTest.cpp', |
| 3863 'editing/VisibleSelectionTest.cpp', | 3864 'editing/VisibleSelectionTest.cpp', |
| 3864 'events/EventPathTest.cpp', | 3865 'events/EventPathTest.cpp', |
| 3865 'fetch/CachingCorrectnessTest.cpp', | 3866 'fetch/CachingCorrectnessTest.cpp', |
| 3866 'fetch/ClientHintsPreferencesTest.cpp', | 3867 'fetch/ClientHintsPreferencesTest.cpp', |
| 3867 'fetch/ImageResourceTest.cpp', | 3868 'fetch/ImageResourceTest.cpp', |
| 3868 'fetch/MemoryCacheTest.cpp', | 3869 'fetch/MemoryCacheTest.cpp', |
| (...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3929 'style/ComputedStyleTest.cpp', | 3930 'style/ComputedStyleTest.cpp', |
| 3930 'style/OutlineValueTest.cpp', | 3931 'style/OutlineValueTest.cpp', |
| 3931 'style/SVGComputedStyleTest.cpp', | 3932 'style/SVGComputedStyleTest.cpp', |
| 3932 'testing/PrivateScriptTestTest.cpp', | 3933 'testing/PrivateScriptTestTest.cpp', |
| 3933 'timing/MemoryInfoTest.cpp', | 3934 'timing/MemoryInfoTest.cpp', |
| 3934 'workers/WorkerThreadTest.cpp', | 3935 'workers/WorkerThreadTest.cpp', |
| 3935 'xml/parser/SharedBufferReaderTest.cpp', | 3936 'xml/parser/SharedBufferReaderTest.cpp', |
| 3936 ], | 3937 ], |
| 3937 } | 3938 } |
| 3938 } | 3939 } |
| OLD | NEW |