| 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/AnimationEffectReadOnly.idl', | 9 'animation/AnimationEffectReadOnly.idl', |
| 10 'animation/AnimationEffectTiming.idl', | 10 'animation/AnimationEffectTiming.idl', |
| (...skipping 2131 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2142 'paint/ListMarkerPainter.cpp', | 2142 'paint/ListMarkerPainter.cpp', |
| 2143 'paint/ListMarkerPainter.h', | 2143 'paint/ListMarkerPainter.h', |
| 2144 'paint/MediaControlsPainter.cpp', | 2144 'paint/MediaControlsPainter.cpp', |
| 2145 'paint/MediaControlsPainter.h', | 2145 'paint/MediaControlsPainter.h', |
| 2146 'paint/MultiColumnSetPainter.cpp', | 2146 'paint/MultiColumnSetPainter.cpp', |
| 2147 'paint/MultiColumnSetPainter.h', | 2147 'paint/MultiColumnSetPainter.h', |
| 2148 'paint/NinePieceImageGrid.cpp', | 2148 'paint/NinePieceImageGrid.cpp', |
| 2149 'paint/NinePieceImageGrid.h', | 2149 'paint/NinePieceImageGrid.h', |
| 2150 'paint/NinePieceImagePainter.cpp', | 2150 'paint/NinePieceImagePainter.cpp', |
| 2151 'paint/NinePieceImagePainter.h', | 2151 'paint/NinePieceImagePainter.h', |
| 2152 'paint/ObjectPaintProperties.cpp', |
| 2152 'paint/ObjectPaintProperties.h', | 2153 'paint/ObjectPaintProperties.h', |
| 2153 'paint/ObjectPaintInvalidator.cpp', | 2154 'paint/ObjectPaintInvalidator.cpp', |
| 2154 'paint/ObjectPaintInvalidator.h', | 2155 'paint/ObjectPaintInvalidator.h', |
| 2155 'paint/ObjectPainter.cpp', | 2156 'paint/ObjectPainter.cpp', |
| 2156 'paint/ObjectPainter.h', | 2157 'paint/ObjectPainter.h', |
| 2157 'paint/PaintInfo.cpp', | 2158 'paint/PaintInfo.cpp', |
| 2158 'paint/PaintInfo.h', | 2159 'paint/PaintInfo.h', |
| 2159 'paint/PaintInvalidationCapableScrollableArea.cpp', | 2160 'paint/PaintInvalidationCapableScrollableArea.cpp', |
| 2160 'paint/PaintInvalidationCapableScrollableArea.h', | 2161 'paint/PaintInvalidationCapableScrollableArea.h', |
| 2161 'paint/PaintInvalidator.cpp', | 2162 'paint/PaintInvalidator.cpp', |
| (...skipping 1874 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4036 'testing/TypeConversions.h', | 4037 'testing/TypeConversions.h', |
| 4037 'testing/UnionTypesTest.cpp', | 4038 'testing/UnionTypesTest.cpp', |
| 4038 'testing/UnionTypesTest.h', | 4039 'testing/UnionTypesTest.h', |
| 4039 'testing/v8/WebCoreTestSupport.cpp', | 4040 'testing/v8/WebCoreTestSupport.cpp', |
| 4040 'testing/v8/WebCoreTestSupport.h', | 4041 'testing/v8/WebCoreTestSupport.h', |
| 4041 'testing/WorkerInternals.cpp', | 4042 'testing/WorkerInternals.cpp', |
| 4042 'testing/WorkerInternals.h', | 4043 'testing/WorkerInternals.h', |
| 4043 ], | 4044 ], |
| 4044 } | 4045 } |
| 4045 } | 4046 } |
| OLD | NEW |