| 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 1545 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1556 'paint/RootInlineBoxPainter.cpp', | 1556 'paint/RootInlineBoxPainter.cpp', |
| 1557 'paint/RootInlineBoxPainter.h', | 1557 'paint/RootInlineBoxPainter.h', |
| 1558 'paint/ScrollbarPainter.cpp', | 1558 'paint/ScrollbarPainter.cpp', |
| 1559 'paint/ScrollbarPainter.h', | 1559 'paint/ScrollbarPainter.h', |
| 1560 'paint/SVGContainerPainter.cpp', | 1560 'paint/SVGContainerPainter.cpp', |
| 1561 'paint/SVGContainerPainter.h', | 1561 'paint/SVGContainerPainter.h', |
| 1562 'paint/SVGForeignObjectPainter.cpp', | 1562 'paint/SVGForeignObjectPainter.cpp', |
| 1563 'paint/SVGForeignObjectPainter.h', | 1563 'paint/SVGForeignObjectPainter.h', |
| 1564 'paint/SVGImagePainter.cpp', | 1564 'paint/SVGImagePainter.cpp', |
| 1565 'paint/SVGImagePainter.h', | 1565 'paint/SVGImagePainter.h', |
| 1566 'paint/SVGInlineFlowBoxPainter.cpp', |
| 1567 'paint/SVGInlineFlowBoxPainter.h', |
| 1566 'paint/SVGInlineTextBoxPainter.cpp', | 1568 'paint/SVGInlineTextBoxPainter.cpp', |
| 1567 'paint/SVGInlineTextBoxPainter.h', | 1569 'paint/SVGInlineTextBoxPainter.h', |
| 1568 'paint/SVGMarkerPainter.cpp', | 1570 'paint/SVGMarkerPainter.cpp', |
| 1569 'paint/SVGMarkerPainter.h', | 1571 'paint/SVGMarkerPainter.h', |
| 1570 'paint/SVGRootInlineBoxPainter.cpp', | 1572 'paint/SVGRootInlineBoxPainter.cpp', |
| 1571 'paint/SVGRootInlineBoxPainter.h', | 1573 'paint/SVGRootInlineBoxPainter.h', |
| 1572 'paint/SVGRootPainter.cpp', | 1574 'paint/SVGRootPainter.cpp', |
| 1573 'paint/SVGRootPainter.h', | 1575 'paint/SVGRootPainter.h', |
| 1574 'paint/SVGTextPainter.cpp', | 1576 'paint/SVGTextPainter.cpp', |
| 1575 'paint/SVGTextPainter.h', | 1577 'paint/SVGTextPainter.h', |
| (...skipping 2072 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3648 'rendering/shapes/BoxShapeTest.cpp', | 3650 'rendering/shapes/BoxShapeTest.cpp', |
| 3649 'rendering/style/OutlineValueTest.cpp', | 3651 'rendering/style/OutlineValueTest.cpp', |
| 3650 'testing/PrivateScriptTestTest.cpp', | 3652 'testing/PrivateScriptTestTest.cpp', |
| 3651 'streams/ReadableStreamTest.cpp', | 3653 'streams/ReadableStreamTest.cpp', |
| 3652 'testing/UnitTestHelpers.cpp', | 3654 'testing/UnitTestHelpers.cpp', |
| 3653 'testing/UnitTestHelpers.h', | 3655 'testing/UnitTestHelpers.h', |
| 3654 'xml/parser/SharedBufferReaderTest.cpp', | 3656 'xml/parser/SharedBufferReaderTest.cpp', |
| 3655 ], | 3657 ], |
| 3656 } | 3658 } |
| 3657 } | 3659 } |
| OLD | NEW |