| 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 3728 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3739 'css/RuleSetTest.cpp', | 3739 'css/RuleSetTest.cpp', |
| 3740 'css/invalidation/DescendantInvalidationSetTest.cpp', | 3740 'css/invalidation/DescendantInvalidationSetTest.cpp', |
| 3741 'css/parser/CSSParserValuesTest.cpp', | 3741 'css/parser/CSSParserValuesTest.cpp', |
| 3742 'css/parser/CSSPropertyParserTest.cpp', | 3742 'css/parser/CSSPropertyParserTest.cpp', |
| 3743 'css/parser/CSSSelectorParserTest.cpp', | 3743 'css/parser/CSSSelectorParserTest.cpp', |
| 3744 'css/parser/CSSTokenizerTest.cpp', | 3744 'css/parser/CSSTokenizerTest.cpp', |
| 3745 'css/parser/MediaConditionTest.cpp', | 3745 'css/parser/MediaConditionTest.cpp', |
| 3746 'css/parser/SizesAttributeParserTest.cpp', | 3746 'css/parser/SizesAttributeParserTest.cpp', |
| 3747 'css/parser/SizesCalcParserTest.cpp', | 3747 'css/parser/SizesCalcParserTest.cpp', |
| 3748 'css/resolver/FontBuilderTest.cpp', | 3748 'css/resolver/FontBuilderTest.cpp', |
| 3749 'css/resolver/MatchResultTest.cpp', |
| 3749 'dom/ActiveDOMObjectTest.cpp', | 3750 'dom/ActiveDOMObjectTest.cpp', |
| 3750 'dom/AttrTest.cpp', | 3751 'dom/AttrTest.cpp', |
| 3751 'dom/CrossThreadTaskTest.cpp', | 3752 'dom/CrossThreadTaskTest.cpp', |
| 3752 'dom/DOMImplementationTest.cpp', | 3753 'dom/DOMImplementationTest.cpp', |
| 3753 'dom/DocumentTest.cpp', | 3754 'dom/DocumentTest.cpp', |
| 3754 'dom/MainThreadTaskRunnerTest.cpp', | 3755 'dom/MainThreadTaskRunnerTest.cpp', |
| 3755 'dom/NthIndexCacheTest.cpp', | 3756 'dom/NthIndexCacheTest.cpp', |
| 3756 'dom/RangeTest.cpp', | 3757 'dom/RangeTest.cpp', |
| 3757 'dom/ScriptRunnerTest.cpp', | 3758 'dom/ScriptRunnerTest.cpp', |
| 3758 'dom/StyleElementTest.cpp', | 3759 'dom/StyleElementTest.cpp', |
| (...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3848 'style/OutlineValueTest.cpp', | 3849 'style/OutlineValueTest.cpp', |
| 3849 'style/SVGComputedStyleTest.cpp', | 3850 'style/SVGComputedStyleTest.cpp', |
| 3850 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 3851 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
| 3851 'testing/PrivateScriptTestTest.cpp', | 3852 'testing/PrivateScriptTestTest.cpp', |
| 3852 'timing/MemoryInfoTest.cpp', | 3853 'timing/MemoryInfoTest.cpp', |
| 3853 'workers/WorkerThreadTest.cpp', | 3854 'workers/WorkerThreadTest.cpp', |
| 3854 'xml/parser/SharedBufferReaderTest.cpp', | 3855 'xml/parser/SharedBufferReaderTest.cpp', |
| 3855 ], | 3856 ], |
| 3856 } | 3857 } |
| 3857 } | 3858 } |
| OLD | NEW |