| 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 1528 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1539 'paint/LineBoxListPainter.cpp', | 1539 'paint/LineBoxListPainter.cpp', |
| 1540 'paint/LineBoxListPainter.h', | 1540 'paint/LineBoxListPainter.h', |
| 1541 'paint/ListMarkerPainter.cpp', | 1541 'paint/ListMarkerPainter.cpp', |
| 1542 'paint/ListMarkerPainter.h', | 1542 'paint/ListMarkerPainter.h', |
| 1543 'paint/ListItemPainter.cpp', | 1543 'paint/ListItemPainter.cpp', |
| 1544 'paint/ListItemPainter.h', | 1544 'paint/ListItemPainter.h', |
| 1545 'paint/ObjectPainter.cpp', | 1545 'paint/ObjectPainter.cpp', |
| 1546 'paint/ObjectPainter.h', | 1546 'paint/ObjectPainter.h', |
| 1547 'paint/MultiColumnSetPainter.cpp', | 1547 'paint/MultiColumnSetPainter.cpp', |
| 1548 'paint/MultiColumnSetPainter.h', | 1548 'paint/MultiColumnSetPainter.h', |
| 1549 'paint/PartPainter.cpp', |
| 1550 'paint/PartPainter.h', |
| 1549 'paint/ReplacedPainter.cpp', | 1551 'paint/ReplacedPainter.cpp', |
| 1550 'paint/ReplacedPainter.h', | 1552 'paint/ReplacedPainter.h', |
| 1551 'paint/ReplicaPainter.cpp', | 1553 'paint/ReplicaPainter.cpp', |
| 1552 'paint/ReplicaPainter.h', | 1554 'paint/ReplicaPainter.h', |
| 1553 'paint/RootInlineBoxPainter.cpp', | 1555 'paint/RootInlineBoxPainter.cpp', |
| 1554 'paint/RootInlineBoxPainter.h', | 1556 'paint/RootInlineBoxPainter.h', |
| 1555 'paint/ScrollbarPainter.cpp', | 1557 'paint/ScrollbarPainter.cpp', |
| 1556 'paint/ScrollbarPainter.h', | 1558 'paint/ScrollbarPainter.h', |
| 1557 'paint/SVGContainerPainter.cpp', | 1559 'paint/SVGContainerPainter.cpp', |
| 1558 'paint/SVGContainerPainter.h', | 1560 'paint/SVGContainerPainter.h', |
| (...skipping 2061 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3620 'rendering/style/OutlineValueTest.cpp', | 3622 'rendering/style/OutlineValueTest.cpp', |
| 3621 'rendering/style/RenderStyleTest.cpp', | 3623 'rendering/style/RenderStyleTest.cpp', |
| 3622 'testing/PrivateScriptTestTest.cpp', | 3624 'testing/PrivateScriptTestTest.cpp', |
| 3623 'streams/ReadableStreamTest.cpp', | 3625 'streams/ReadableStreamTest.cpp', |
| 3624 'testing/UnitTestHelpers.cpp', | 3626 'testing/UnitTestHelpers.cpp', |
| 3625 'testing/UnitTestHelpers.h', | 3627 'testing/UnitTestHelpers.h', |
| 3626 'xml/parser/SharedBufferReaderTest.cpp', | 3628 'xml/parser/SharedBufferReaderTest.cpp', |
| 3627 ], | 3629 ], |
| 3628 } | 3630 } |
| 3629 } | 3631 } |
| OLD | NEW |