| 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 2039 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2050 'paint/ListMarkerPainter.cpp', | 2050 'paint/ListMarkerPainter.cpp', |
| 2051 'paint/ListMarkerPainter.h', | 2051 'paint/ListMarkerPainter.h', |
| 2052 'paint/MediaControlsPainter.cpp', | 2052 'paint/MediaControlsPainter.cpp', |
| 2053 'paint/MediaControlsPainter.h', | 2053 'paint/MediaControlsPainter.h', |
| 2054 'paint/MultiColumnSetPainter.cpp', | 2054 'paint/MultiColumnSetPainter.cpp', |
| 2055 'paint/MultiColumnSetPainter.h', | 2055 'paint/MultiColumnSetPainter.h', |
| 2056 'paint/NinePieceImageGrid.cpp', | 2056 'paint/NinePieceImageGrid.cpp', |
| 2057 'paint/NinePieceImageGrid.h', | 2057 'paint/NinePieceImageGrid.h', |
| 2058 'paint/NinePieceImagePainter.cpp', | 2058 'paint/NinePieceImagePainter.cpp', |
| 2059 'paint/NinePieceImagePainter.h', | 2059 'paint/NinePieceImagePainter.h', |
| 2060 'paint/ObjectPaintProperties.cpp', | |
| 2061 'paint/ObjectPaintProperties.h', | 2060 'paint/ObjectPaintProperties.h', |
| 2062 'paint/ObjectPainter.cpp', | 2061 'paint/ObjectPainter.cpp', |
| 2063 'paint/ObjectPainter.h', | 2062 'paint/ObjectPainter.h', |
| 2064 'paint/PaintInfo.cpp', | 2063 'paint/PaintInfo.cpp', |
| 2065 'paint/PaintInfo.h', | 2064 'paint/PaintInfo.h', |
| 2066 'paint/PaintInvalidationCapableScrollableArea.cpp', | 2065 'paint/PaintInvalidationCapableScrollableArea.cpp', |
| 2067 'paint/PaintInvalidationCapableScrollableArea.h', | 2066 'paint/PaintInvalidationCapableScrollableArea.h', |
| 2068 'paint/PaintLayer.cpp', | 2067 'paint/PaintLayer.cpp', |
| 2069 'paint/PaintLayerClipper.cpp', | 2068 'paint/PaintLayerClipper.cpp', |
| 2070 'paint/PaintLayerFilterInfo.cpp', | 2069 'paint/PaintLayerFilterInfo.cpp', |
| (...skipping 1986 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4057 'style/SVGComputedStyleTest.cpp', | 4056 'style/SVGComputedStyleTest.cpp', |
| 4058 'svg/SVGPathParserTest.cpp', | 4057 'svg/SVGPathParserTest.cpp', |
| 4059 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 4058 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
| 4060 'testing/PrivateScriptTestTest.cpp', | 4059 'testing/PrivateScriptTestTest.cpp', |
| 4061 'timing/MemoryInfoTest.cpp', | 4060 'timing/MemoryInfoTest.cpp', |
| 4062 'workers/WorkerThreadTest.cpp', | 4061 'workers/WorkerThreadTest.cpp', |
| 4063 'xml/parser/SharedBufferReaderTest.cpp', | 4062 'xml/parser/SharedBufferReaderTest.cpp', |
| 4064 ], | 4063 ], |
| 4065 } | 4064 } |
| 4066 } | 4065 } |
| OLD | NEW |