| 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 3625 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3636 'page/PrintContextTest.cpp', | 3636 'page/PrintContextTest.cpp', |
| 3637 'rendering/RenderBlockTest.cpp', | 3637 'rendering/RenderBlockTest.cpp', |
| 3638 'rendering/RenderInlineTest.cpp', | 3638 'rendering/RenderInlineTest.cpp', |
| 3639 'rendering/RenderOverflowTest.cpp', | 3639 'rendering/RenderOverflowTest.cpp', |
| 3640 'rendering/RenderPartTest.cpp', | 3640 'rendering/RenderPartTest.cpp', |
| 3641 'rendering/RenderTableCellTest.cpp', | 3641 'rendering/RenderTableCellTest.cpp', |
| 3642 'rendering/RenderTableRowTest.cpp', | 3642 'rendering/RenderTableRowTest.cpp', |
| 3643 'rendering/TextPainterTest.cpp', | 3643 'rendering/TextPainterTest.cpp', |
| 3644 'rendering/shapes/BoxShapeTest.cpp', | 3644 'rendering/shapes/BoxShapeTest.cpp', |
| 3645 'rendering/style/OutlineValueTest.cpp', | 3645 'rendering/style/OutlineValueTest.cpp', |
| 3646 'rendering/style/RenderStyleTest.cpp', |
| 3646 'testing/PrivateScriptTestTest.cpp', | 3647 'testing/PrivateScriptTestTest.cpp', |
| 3647 'streams/ReadableStreamTest.cpp', | 3648 'streams/ReadableStreamTest.cpp', |
| 3648 'testing/UnitTestHelpers.cpp', | 3649 'testing/UnitTestHelpers.cpp', |
| 3649 'testing/UnitTestHelpers.h', | 3650 'testing/UnitTestHelpers.h', |
| 3650 'xml/parser/SharedBufferReaderTest.cpp', | 3651 'xml/parser/SharedBufferReaderTest.cpp', |
| 3651 ], | 3652 ], |
| 3652 } | 3653 } |
| 3653 } | 3654 } |
| OLD | NEW |