| 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/Animation.idl', | 8 'animation/Animation.idl', |
| 9 'animation/AnimationEffect.idl', | 9 'animation/AnimationEffect.idl', |
| 10 'animation/AnimationNode.idl', | 10 'animation/AnimationNode.idl', |
| (...skipping 3684 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3695 'css/RuleSetTest.cpp', | 3695 'css/RuleSetTest.cpp', |
| 3696 'css/invalidation/DescendantInvalidationSetTest.cpp', | 3696 'css/invalidation/DescendantInvalidationSetTest.cpp', |
| 3697 'css/parser/BisonCSSParserTest.cpp', | 3697 'css/parser/BisonCSSParserTest.cpp', |
| 3698 'css/parser/CSSParserValuesTest.cpp', | 3698 'css/parser/CSSParserValuesTest.cpp', |
| 3699 'css/parser/CSSPropertyParserTest.cpp', | 3699 'css/parser/CSSPropertyParserTest.cpp', |
| 3700 'css/parser/CSSSelectorParserTest.cpp', | 3700 'css/parser/CSSSelectorParserTest.cpp', |
| 3701 'css/parser/CSSTokenizerTest.cpp', | 3701 'css/parser/CSSTokenizerTest.cpp', |
| 3702 'css/parser/MediaConditionTest.cpp', | 3702 'css/parser/MediaConditionTest.cpp', |
| 3703 'css/parser/SizesAttributeParserTest.cpp', | 3703 'css/parser/SizesAttributeParserTest.cpp', |
| 3704 'css/parser/SizesCalcParserTest.cpp', | 3704 'css/parser/SizesCalcParserTest.cpp', |
| 3705 'css/resolver/FontBuilderTest.cpp', |
| 3705 'dom/ActiveDOMObjectTest.cpp', | 3706 'dom/ActiveDOMObjectTest.cpp', |
| 3706 'dom/DOMImplementationTest.cpp', | 3707 'dom/DOMImplementationTest.cpp', |
| 3707 'dom/DocumentMarkerControllerTest.cpp', | 3708 'dom/DocumentMarkerControllerTest.cpp', |
| 3708 'dom/DocumentTest.cpp', | 3709 'dom/DocumentTest.cpp', |
| 3709 'dom/MainThreadTaskRunnerTest.cpp', | 3710 'dom/MainThreadTaskRunnerTest.cpp', |
| 3710 'dom/RangeTest.cpp', | 3711 'dom/RangeTest.cpp', |
| 3711 'dom/TreeScopeTest.cpp', | 3712 'dom/TreeScopeTest.cpp', |
| 3712 'editing/CompositionUnderlineRangeFilterTest.cpp', | 3713 'editing/CompositionUnderlineRangeFilterTest.cpp', |
| 3713 'editing/FrameSelectionTest.cpp', | 3714 'editing/FrameSelectionTest.cpp', |
| 3714 'editing/InputMethodControllerTest.cpp', | 3715 'editing/InputMethodControllerTest.cpp', |
| (...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3763 'rendering/style/RenderStyleTest.cpp', | 3764 'rendering/style/RenderStyleTest.cpp', |
| 3764 'rendering/style/SVGRenderStyleTest.cpp', | 3765 'rendering/style/SVGRenderStyleTest.cpp', |
| 3765 'streams/ReadableStreamTest.cpp', | 3766 'streams/ReadableStreamTest.cpp', |
| 3766 'testing/PrivateScriptTestTest.cpp', | 3767 'testing/PrivateScriptTestTest.cpp', |
| 3767 'testing/UnitTestHelpers.cpp', | 3768 'testing/UnitTestHelpers.cpp', |
| 3768 'testing/UnitTestHelpers.h', | 3769 'testing/UnitTestHelpers.h', |
| 3769 'xml/parser/SharedBufferReaderTest.cpp', | 3770 'xml/parser/SharedBufferReaderTest.cpp', |
| 3770 ], | 3771 ], |
| 3771 } | 3772 } |
| 3772 } | 3773 } |
| OLD | NEW |