| 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 3852 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3863 'css/parser/SizesCalcParserTest.cpp', | 3863 'css/parser/SizesCalcParserTest.cpp', |
| 3864 'css/resolver/FontBuilderTest.cpp', | 3864 'css/resolver/FontBuilderTest.cpp', |
| 3865 'dom/ActiveDOMObjectTest.cpp', | 3865 'dom/ActiveDOMObjectTest.cpp', |
| 3866 'dom/AttrTest.cpp', | 3866 'dom/AttrTest.cpp', |
| 3867 'dom/CrossThreadTaskTest.cpp', | 3867 'dom/CrossThreadTaskTest.cpp', |
| 3868 'dom/DOMImplementationTest.cpp', | 3868 'dom/DOMImplementationTest.cpp', |
| 3869 'dom/DocumentMarkerControllerTest.cpp', | 3869 'dom/DocumentMarkerControllerTest.cpp', |
| 3870 'dom/DocumentTest.cpp', | 3870 'dom/DocumentTest.cpp', |
| 3871 'dom/MainThreadTaskRunnerTest.cpp', | 3871 'dom/MainThreadTaskRunnerTest.cpp', |
| 3872 'dom/NthIndexCacheTest.cpp', | 3872 'dom/NthIndexCacheTest.cpp', |
| 3873 'dom/PositionTest.cpp', |
| 3873 'dom/RangeTest.cpp', | 3874 'dom/RangeTest.cpp', |
| 3874 'dom/ScriptRunnerTest.cpp', | 3875 'dom/ScriptRunnerTest.cpp', |
| 3875 'dom/TreeScopeStyleSheetCollectionTest.cpp', | 3876 'dom/TreeScopeStyleSheetCollectionTest.cpp', |
| 3876 'dom/TreeScopeTest.cpp', | 3877 'dom/TreeScopeTest.cpp', |
| 3877 'dom/shadow/ComposedTreeTraversalTest.cpp', | 3878 'dom/shadow/ComposedTreeTraversalTest.cpp', |
| 3878 'editing/CompositionUnderlineRangeFilterTest.cpp', | 3879 'editing/CompositionUnderlineRangeFilterTest.cpp', |
| 3879 'editing/FrameSelectionTest.cpp', | 3880 'editing/FrameSelectionTest.cpp', |
| 3880 'editing/GranularityStrategyTest.cpp', | 3881 'editing/GranularityStrategyTest.cpp', |
| 3881 'editing/InputMethodControllerTest.cpp', | 3882 'editing/InputMethodControllerTest.cpp', |
| 3882 'editing/iterators/TextIteratorTest.cpp', | 3883 'editing/iterators/TextIteratorTest.cpp', |
| (...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3954 'style/OutlineValueTest.cpp', | 3955 'style/OutlineValueTest.cpp', |
| 3955 'style/SVGComputedStyleTest.cpp', | 3956 'style/SVGComputedStyleTest.cpp', |
| 3956 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 3957 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
| 3957 'testing/PrivateScriptTestTest.cpp', | 3958 'testing/PrivateScriptTestTest.cpp', |
| 3958 'timing/MemoryInfoTest.cpp', | 3959 'timing/MemoryInfoTest.cpp', |
| 3959 'workers/WorkerThreadTest.cpp', | 3960 'workers/WorkerThreadTest.cpp', |
| 3960 'xml/parser/SharedBufferReaderTest.cpp', | 3961 'xml/parser/SharedBufferReaderTest.cpp', |
| 3961 ], | 3962 ], |
| 3962 } | 3963 } |
| 3963 } | 3964 } |
| OLD | NEW |