| 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 3721 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3732 'css/parser/BisonCSSParserTest.cpp', | 3732 'css/parser/BisonCSSParserTest.cpp', |
| 3733 'css/parser/CSSParserValuesTest.cpp', | 3733 'css/parser/CSSParserValuesTest.cpp', |
| 3734 'css/parser/CSSPropertyParserTest.cpp', | 3734 'css/parser/CSSPropertyParserTest.cpp', |
| 3735 'css/parser/CSSSelectorParserTest.cpp', | 3735 'css/parser/CSSSelectorParserTest.cpp', |
| 3736 'css/parser/CSSTokenizerTest.cpp', | 3736 'css/parser/CSSTokenizerTest.cpp', |
| 3737 'css/parser/MediaConditionTest.cpp', | 3737 'css/parser/MediaConditionTest.cpp', |
| 3738 'css/parser/SizesAttributeParserTest.cpp', | 3738 'css/parser/SizesAttributeParserTest.cpp', |
| 3739 'css/parser/SizesCalcParserTest.cpp', | 3739 'css/parser/SizesCalcParserTest.cpp', |
| 3740 'css/resolver/FontBuilderTest.cpp', | 3740 'css/resolver/FontBuilderTest.cpp', |
| 3741 'dom/ActiveDOMObjectTest.cpp', | 3741 'dom/ActiveDOMObjectTest.cpp', |
| 3742 'dom/CrossThreadTaskTest.cpp', |
| 3742 'dom/DOMImplementationTest.cpp', | 3743 'dom/DOMImplementationTest.cpp', |
| 3743 'dom/DocumentMarkerControllerTest.cpp', | 3744 'dom/DocumentMarkerControllerTest.cpp', |
| 3744 'dom/DocumentTest.cpp', | 3745 'dom/DocumentTest.cpp', |
| 3745 'dom/MainThreadTaskRunnerTest.cpp', | 3746 'dom/MainThreadTaskRunnerTest.cpp', |
| 3746 'dom/RangeTest.cpp', | 3747 'dom/RangeTest.cpp', |
| 3747 'dom/TreeScopeTest.cpp', | 3748 'dom/TreeScopeTest.cpp', |
| 3748 'editing/CompositionUnderlineRangeFilterTest.cpp', | 3749 'editing/CompositionUnderlineRangeFilterTest.cpp', |
| 3749 'editing/FrameSelectionTest.cpp', | 3750 'editing/FrameSelectionTest.cpp', |
| 3750 'editing/InputMethodControllerTest.cpp', | 3751 'editing/InputMethodControllerTest.cpp', |
| 3751 'editing/iterators/TextIteratorTest.cpp', | 3752 'editing/iterators/TextIteratorTest.cpp', |
| (...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3803 'rendering/RenderingTestHelper.h', | 3804 'rendering/RenderingTestHelper.h', |
| 3804 'streams/ExclusiveStreamReaderTest.cpp', | 3805 'streams/ExclusiveStreamReaderTest.cpp', |
| 3805 'streams/ReadableStreamTest.cpp', | 3806 'streams/ReadableStreamTest.cpp', |
| 3806 'testing/PrivateScriptTestTest.cpp', | 3807 'testing/PrivateScriptTestTest.cpp', |
| 3807 'testing/UnitTestHelpers.cpp', | 3808 'testing/UnitTestHelpers.cpp', |
| 3808 'testing/UnitTestHelpers.h', | 3809 'testing/UnitTestHelpers.h', |
| 3809 'xml/parser/SharedBufferReaderTest.cpp', | 3810 'xml/parser/SharedBufferReaderTest.cpp', |
| 3810 ], | 3811 ], |
| 3811 } | 3812 } |
| 3812 } | 3813 } |
| OLD | NEW |