| 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 1538 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1549 'paint/ObjectPainter.cpp', | 1549 'paint/ObjectPainter.cpp', |
| 1550 'paint/ObjectPainter.h', | 1550 'paint/ObjectPainter.h', |
| 1551 'paint/PartPainter.cpp', | 1551 'paint/PartPainter.cpp', |
| 1552 'paint/PartPainter.h', | 1552 'paint/PartPainter.h', |
| 1553 'paint/ReplacedPainter.cpp', | 1553 'paint/ReplacedPainter.cpp', |
| 1554 'paint/ReplacedPainter.h', | 1554 'paint/ReplacedPainter.h', |
| 1555 'paint/ReplicaPainter.cpp', | 1555 'paint/ReplicaPainter.cpp', |
| 1556 'paint/ReplicaPainter.h', | 1556 'paint/ReplicaPainter.h', |
| 1557 'paint/RootInlineBoxPainter.cpp', | 1557 'paint/RootInlineBoxPainter.cpp', |
| 1558 'paint/RootInlineBoxPainter.h', | 1558 'paint/RootInlineBoxPainter.h', |
| 1559 'paint/RoundedInnerRectClipper.cpp', |
| 1560 'paint/RoundedInnerRectClipper.h', |
| 1559 'paint/SVGContainerPainter.cpp', | 1561 'paint/SVGContainerPainter.cpp', |
| 1560 'paint/SVGContainerPainter.h', | 1562 'paint/SVGContainerPainter.h', |
| 1561 'paint/SVGForeignObjectPainter.cpp', | 1563 'paint/SVGForeignObjectPainter.cpp', |
| 1562 'paint/SVGForeignObjectPainter.h', | 1564 'paint/SVGForeignObjectPainter.h', |
| 1563 'paint/SVGImagePainter.cpp', | 1565 'paint/SVGImagePainter.cpp', |
| 1564 'paint/SVGImagePainter.h', | 1566 'paint/SVGImagePainter.h', |
| 1565 'paint/SVGInlineFlowBoxPainter.cpp', | 1567 'paint/SVGInlineFlowBoxPainter.cpp', |
| 1566 'paint/SVGInlineFlowBoxPainter.h', | 1568 'paint/SVGInlineFlowBoxPainter.h', |
| 1567 'paint/SVGInlineTextBoxPainter.cpp', | 1569 'paint/SVGInlineTextBoxPainter.cpp', |
| 1568 'paint/SVGInlineTextBoxPainter.h', | 1570 'paint/SVGInlineTextBoxPainter.h', |
| (...skipping 2185 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3754 'rendering/style/RenderStyleTest.cpp', | 3756 'rendering/style/RenderStyleTest.cpp', |
| 3755 'rendering/style/SVGRenderStyleTest.cpp', | 3757 'rendering/style/SVGRenderStyleTest.cpp', |
| 3756 'streams/ReadableStreamTest.cpp', | 3758 'streams/ReadableStreamTest.cpp', |
| 3757 'testing/PrivateScriptTestTest.cpp', | 3759 'testing/PrivateScriptTestTest.cpp', |
| 3758 'testing/UnitTestHelpers.cpp', | 3760 'testing/UnitTestHelpers.cpp', |
| 3759 'testing/UnitTestHelpers.h', | 3761 'testing/UnitTestHelpers.h', |
| 3760 'xml/parser/SharedBufferReaderTest.cpp', | 3762 'xml/parser/SharedBufferReaderTest.cpp', |
| 3761 ], | 3763 ], |
| 3762 } | 3764 } |
| 3763 } | 3765 } |
| OLD | NEW |