| 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 3634 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3645 'paint/LayerClipRecorderTest.cpp', | 3645 'paint/LayerClipRecorderTest.cpp', |
| 3646 'paint/TextPainterTest.cpp', | 3646 'paint/TextPainterTest.cpp', |
| 3647 'paint/ViewDisplayListTest.cpp', | 3647 'paint/ViewDisplayListTest.cpp', |
| 3648 'rendering/RenderBlockTest.cpp', | 3648 'rendering/RenderBlockTest.cpp', |
| 3649 'rendering/RenderInlineTest.cpp', | 3649 'rendering/RenderInlineTest.cpp', |
| 3650 'rendering/RenderMultiColumnFlowThreadTest.cpp', | 3650 'rendering/RenderMultiColumnFlowThreadTest.cpp', |
| 3651 'rendering/RenderOverflowTest.cpp', | 3651 'rendering/RenderOverflowTest.cpp', |
| 3652 'rendering/RenderPartTest.cpp', | 3652 'rendering/RenderPartTest.cpp', |
| 3653 'rendering/RenderTableCellTest.cpp', | 3653 'rendering/RenderTableCellTest.cpp', |
| 3654 'rendering/RenderTableRowTest.cpp', | 3654 'rendering/RenderTableRowTest.cpp', |
| 3655 'rendering/RenderThemeTest.cpp', |
| 3655 'rendering/RenderingTestHelper.cpp', | 3656 'rendering/RenderingTestHelper.cpp', |
| 3656 'rendering/RenderingTestHelper.h', | 3657 'rendering/RenderingTestHelper.h', |
| 3657 'rendering/shapes/BoxShapeTest.cpp', | 3658 'rendering/shapes/BoxShapeTest.cpp', |
| 3658 'rendering/style/OutlineValueTest.cpp', | 3659 'rendering/style/OutlineValueTest.cpp', |
| 3659 'rendering/style/RenderStyleTest.cpp', | 3660 'rendering/style/RenderStyleTest.cpp', |
| 3660 'rendering/style/SVGRenderStyleTest.cpp', | 3661 'rendering/style/SVGRenderStyleTest.cpp', |
| 3661 'streams/ReadableStreamTest.cpp', | 3662 'streams/ReadableStreamTest.cpp', |
| 3662 'testing/PrivateScriptTestTest.cpp', | 3663 'testing/PrivateScriptTestTest.cpp', |
| 3663 'testing/UnitTestHelpers.cpp', | 3664 'testing/UnitTestHelpers.cpp', |
| 3664 'testing/UnitTestHelpers.h', | 3665 'testing/UnitTestHelpers.h', |
| 3665 'xml/parser/SharedBufferReaderTest.cpp', | 3666 'xml/parser/SharedBufferReaderTest.cpp', |
| 3666 ], | 3667 ], |
| 3667 } | 3668 } |
| 3668 } | 3669 } |
| OLD | NEW |