| 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 669 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 680 'layout/shapes/RasterShape.cpp', | 680 'layout/shapes/RasterShape.cpp', |
| 681 'layout/shapes/RasterShape.h', | 681 'layout/shapes/RasterShape.h', |
| 682 'layout/shapes/RectangleShape.cpp', | 682 'layout/shapes/RectangleShape.cpp', |
| 683 'layout/shapes/RectangleShape.h', | 683 'layout/shapes/RectangleShape.h', |
| 684 'layout/shapes/Shape.cpp', | 684 'layout/shapes/Shape.cpp', |
| 685 'layout/shapes/Shape.h', | 685 'layout/shapes/Shape.h', |
| 686 'layout/shapes/ShapeInterval.h', | 686 'layout/shapes/ShapeInterval.h', |
| 687 'layout/shapes/ShapeOutsideInfo.cpp', | 687 'layout/shapes/ShapeOutsideInfo.cpp', |
| 688 'layout/shapes/ShapeOutsideInfo.h', | 688 'layout/shapes/ShapeOutsideInfo.h', |
| 689 'layout/style/AppliedTextDecoration.cpp', | 689 'layout/style/AppliedTextDecoration.cpp', |
| 690 'layout/style/AuthorStyleInfo.h', |
| 690 'layout/style/BasicShapes.cpp', | 691 'layout/style/BasicShapes.cpp', |
| 691 'layout/style/BorderEdge.cpp', | 692 'layout/style/BorderEdge.cpp', |
| 692 'layout/style/BorderEdge.h', | 693 'layout/style/BorderEdge.h', |
| 693 'layout/style/BorderImageLength.h', | 694 'layout/style/BorderImageLength.h', |
| 694 'layout/style/BorderImageLengthBox.h', | 695 'layout/style/BorderImageLengthBox.h', |
| 695 'layout/style/CachedUAStyle.h', | 696 'layout/style/CachedUAStyle.h', |
| 696 'layout/style/ContentData.cpp', | 697 'layout/style/ContentData.cpp', |
| 697 'layout/style/CounterDirectives.cpp', | 698 'layout/style/CounterDirectives.cpp', |
| 698 'layout/style/FillLayer.cpp', | 699 'layout/style/FillLayer.cpp', |
| 699 'layout/style/GridCoordinate.h', | 700 'layout/style/GridCoordinate.h', |
| (...skipping 3073 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3773 'rendering/RenderingTestHelper.h', | 3774 'rendering/RenderingTestHelper.h', |
| 3774 'streams/ExclusiveStreamReaderTest.cpp', | 3775 'streams/ExclusiveStreamReaderTest.cpp', |
| 3775 'streams/ReadableStreamTest.cpp', | 3776 'streams/ReadableStreamTest.cpp', |
| 3776 'testing/PrivateScriptTestTest.cpp', | 3777 'testing/PrivateScriptTestTest.cpp', |
| 3777 'testing/UnitTestHelpers.cpp', | 3778 'testing/UnitTestHelpers.cpp', |
| 3778 'testing/UnitTestHelpers.h', | 3779 'testing/UnitTestHelpers.h', |
| 3779 'xml/parser/SharedBufferReaderTest.cpp', | 3780 'xml/parser/SharedBufferReaderTest.cpp', |
| 3780 ], | 3781 ], |
| 3781 } | 3782 } |
| 3782 } | 3783 } |
| OLD | NEW |