| 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/KeyframeEffect.idl', | 8 'animation/KeyframeEffect.idl', |
| 9 'animation/EffectModel.idl', | 9 'animation/EffectModel.idl', |
| 10 'animation/AnimationEffectReadOnly.idl', | 10 'animation/AnimationEffectReadOnly.idl', |
| (...skipping 2033 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2044 'paint/ListMarkerPainter.cpp', | 2044 'paint/ListMarkerPainter.cpp', |
| 2045 'paint/ListMarkerPainter.h', | 2045 'paint/ListMarkerPainter.h', |
| 2046 'paint/MediaControlsPainter.cpp', | 2046 'paint/MediaControlsPainter.cpp', |
| 2047 'paint/MediaControlsPainter.h', | 2047 'paint/MediaControlsPainter.h', |
| 2048 'paint/MultiColumnSetPainter.cpp', | 2048 'paint/MultiColumnSetPainter.cpp', |
| 2049 'paint/MultiColumnSetPainter.h', | 2049 'paint/MultiColumnSetPainter.h', |
| 2050 'paint/NinePieceImageGrid.cpp', | 2050 'paint/NinePieceImageGrid.cpp', |
| 2051 'paint/NinePieceImageGrid.h', | 2051 'paint/NinePieceImageGrid.h', |
| 2052 'paint/NinePieceImagePainter.cpp', | 2052 'paint/NinePieceImagePainter.cpp', |
| 2053 'paint/NinePieceImagePainter.h', | 2053 'paint/NinePieceImagePainter.h', |
| 2054 'paint/ObjectPaintProperties.cpp', | |
| 2055 'paint/ObjectPaintProperties.h', | 2054 'paint/ObjectPaintProperties.h', |
| 2056 'paint/ObjectPainter.cpp', | 2055 'paint/ObjectPainter.cpp', |
| 2057 'paint/ObjectPainter.h', | 2056 'paint/ObjectPainter.h', |
| 2058 'paint/PaintInfo.cpp', | 2057 'paint/PaintInfo.cpp', |
| 2059 'paint/PaintInfo.h', | 2058 'paint/PaintInfo.h', |
| 2060 'paint/PaintInvalidationCapableScrollableArea.cpp', | 2059 'paint/PaintInvalidationCapableScrollableArea.cpp', |
| 2061 'paint/PaintInvalidationCapableScrollableArea.h', | 2060 'paint/PaintInvalidationCapableScrollableArea.h', |
| 2062 'paint/PaintLayer.cpp', | 2061 'paint/PaintLayer.cpp', |
| 2063 'paint/PaintLayerClipper.cpp', | 2062 'paint/PaintLayerClipper.cpp', |
| 2064 'paint/PaintLayerFilterInfo.cpp', | 2063 'paint/PaintLayerFilterInfo.cpp', |
| (...skipping 1983 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4048 'style/SVGComputedStyleTest.cpp', | 4047 'style/SVGComputedStyleTest.cpp', |
| 4049 'svg/SVGPathParserTest.cpp', | 4048 'svg/SVGPathParserTest.cpp', |
| 4050 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 4049 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
| 4051 'testing/PrivateScriptTestTest.cpp', | 4050 'testing/PrivateScriptTestTest.cpp', |
| 4052 'timing/MemoryInfoTest.cpp', | 4051 'timing/MemoryInfoTest.cpp', |
| 4053 'workers/WorkerThreadTest.cpp', | 4052 'workers/WorkerThreadTest.cpp', |
| 4054 'xml/parser/SharedBufferReaderTest.cpp', | 4053 'xml/parser/SharedBufferReaderTest.cpp', |
| 4055 ], | 4054 ], |
| 4056 } | 4055 } |
| 4057 } | 4056 } |
| OLD | NEW |