| 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 3710 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3721 'css/RuleSetTest.cpp', | 3721 'css/RuleSetTest.cpp', |
| 3722 'css/invalidation/DescendantInvalidationSetTest.cpp', | 3722 'css/invalidation/DescendantInvalidationSetTest.cpp', |
| 3723 'css/parser/CSSParserValuesTest.cpp', | 3723 'css/parser/CSSParserValuesTest.cpp', |
| 3724 'css/parser/CSSPropertyParserTest.cpp', | 3724 'css/parser/CSSPropertyParserTest.cpp', |
| 3725 'css/parser/CSSSelectorParserTest.cpp', | 3725 'css/parser/CSSSelectorParserTest.cpp', |
| 3726 'css/parser/CSSTokenizerTest.cpp', | 3726 'css/parser/CSSTokenizerTest.cpp', |
| 3727 'css/parser/MediaConditionTest.cpp', | 3727 'css/parser/MediaConditionTest.cpp', |
| 3728 'css/parser/SizesAttributeParserTest.cpp', | 3728 'css/parser/SizesAttributeParserTest.cpp', |
| 3729 'css/parser/SizesCalcParserTest.cpp', | 3729 'css/parser/SizesCalcParserTest.cpp', |
| 3730 'css/resolver/FontBuilderTest.cpp', | 3730 'css/resolver/FontBuilderTest.cpp', |
| 3731 'css/resolver/MatchResultTest.cpp', | |
| 3732 'dom/ActiveDOMObjectTest.cpp', | 3731 'dom/ActiveDOMObjectTest.cpp', |
| 3733 'dom/AttrTest.cpp', | 3732 'dom/AttrTest.cpp', |
| 3734 'dom/CrossThreadTaskTest.cpp', | 3733 'dom/CrossThreadTaskTest.cpp', |
| 3735 'dom/DOMImplementationTest.cpp', | 3734 'dom/DOMImplementationTest.cpp', |
| 3736 'dom/DocumentTest.cpp', | 3735 'dom/DocumentTest.cpp', |
| 3737 'dom/MainThreadTaskRunnerTest.cpp', | 3736 'dom/MainThreadTaskRunnerTest.cpp', |
| 3738 'dom/NthIndexCacheTest.cpp', | 3737 'dom/NthIndexCacheTest.cpp', |
| 3739 'dom/RangeTest.cpp', | 3738 'dom/RangeTest.cpp', |
| 3740 'dom/ScriptRunnerTest.cpp', | 3739 'dom/ScriptRunnerTest.cpp', |
| 3741 'dom/StyleElementTest.cpp', | 3740 'dom/StyleElementTest.cpp', |
| (...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3831 'style/OutlineValueTest.cpp', | 3830 'style/OutlineValueTest.cpp', |
| 3832 'style/SVGComputedStyleTest.cpp', | 3831 'style/SVGComputedStyleTest.cpp', |
| 3833 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 3832 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
| 3834 'testing/PrivateScriptTestTest.cpp', | 3833 'testing/PrivateScriptTestTest.cpp', |
| 3835 'timing/MemoryInfoTest.cpp', | 3834 'timing/MemoryInfoTest.cpp', |
| 3836 'workers/WorkerThreadTest.cpp', | 3835 'workers/WorkerThreadTest.cpp', |
| 3837 'xml/parser/SharedBufferReaderTest.cpp', | 3836 'xml/parser/SharedBufferReaderTest.cpp', |
| 3838 ], | 3837 ], |
| 3839 } | 3838 } |
| 3840 } | 3839 } |
| OLD | NEW |