| 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 1657 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1668 'rendering/HitTestingTransformState.cpp', | 1668 'rendering/HitTestingTransformState.cpp', |
| 1669 'rendering/HitTestingTransformState.h', | 1669 'rendering/HitTestingTransformState.h', |
| 1670 'rendering/ImageQualityController.cpp', | 1670 'rendering/ImageQualityController.cpp', |
| 1671 'rendering/ImageQualityController.h', | 1671 'rendering/ImageQualityController.h', |
| 1672 'rendering/InlineBox.cpp', | 1672 'rendering/InlineBox.cpp', |
| 1673 'rendering/InlineFlowBox.cpp', | 1673 'rendering/InlineFlowBox.cpp', |
| 1674 'rendering/InlineIterator.h', | 1674 'rendering/InlineIterator.h', |
| 1675 'rendering/InlineTextBox.cpp', | 1675 'rendering/InlineTextBox.cpp', |
| 1676 'rendering/LayerFragment.h', | 1676 'rendering/LayerFragment.h', |
| 1677 'rendering/LayoutState.cpp', | 1677 'rendering/LayoutState.cpp', |
| 1678 'rendering/MultiColumnRow.cpp', |
| 1679 'rendering/MultiColumnRow.h', |
| 1678 'rendering/OrderIterator.cpp', | 1680 'rendering/OrderIterator.cpp', |
| 1679 'rendering/OrderIterator.h', | 1681 'rendering/OrderIterator.h', |
| 1680 'rendering/PaintInfo.cpp', | 1682 'rendering/PaintInfo.cpp', |
| 1681 'rendering/PaintInfo.h', | 1683 'rendering/PaintInfo.h', |
| 1682 'rendering/PaintInvalidationState.cpp', | 1684 'rendering/PaintInvalidationState.cpp', |
| 1683 'rendering/PaintInvalidationState.h', | 1685 'rendering/PaintInvalidationState.h', |
| 1684 'rendering/PaintPhase.cpp', | 1686 'rendering/PaintPhase.cpp', |
| 1685 'rendering/PaintPhase.h', | 1687 'rendering/PaintPhase.h', |
| 1686 'rendering/PointerEventsHitRules.cpp', | 1688 'rendering/PointerEventsHitRules.cpp', |
| 1687 'rendering/PointerEventsHitRules.h', | 1689 'rendering/PointerEventsHitRules.h', |
| (...skipping 2069 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3757 'rendering/style/RenderStyleTest.cpp', | 3759 'rendering/style/RenderStyleTest.cpp', |
| 3758 'rendering/style/SVGRenderStyleTest.cpp', | 3760 'rendering/style/SVGRenderStyleTest.cpp', |
| 3759 'streams/ReadableStreamTest.cpp', | 3761 'streams/ReadableStreamTest.cpp', |
| 3760 'testing/PrivateScriptTestTest.cpp', | 3762 'testing/PrivateScriptTestTest.cpp', |
| 3761 'testing/UnitTestHelpers.cpp', | 3763 'testing/UnitTestHelpers.cpp', |
| 3762 'testing/UnitTestHelpers.h', | 3764 'testing/UnitTestHelpers.h', |
| 3763 'xml/parser/SharedBufferReaderTest.cpp', | 3765 'xml/parser/SharedBufferReaderTest.cpp', |
| 3764 ], | 3766 ], |
| 3765 } | 3767 } |
| 3766 } | 3768 } |
| OLD | NEW |