| 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 2076 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2087 'paint/NinePieceImageGrid.h', | 2087 'paint/NinePieceImageGrid.h', |
| 2088 'paint/NinePieceImagePainter.cpp', | 2088 'paint/NinePieceImagePainter.cpp', |
| 2089 'paint/NinePieceImagePainter.h', | 2089 'paint/NinePieceImagePainter.h', |
| 2090 'paint/ObjectPaintProperties.h', | 2090 'paint/ObjectPaintProperties.h', |
| 2091 'paint/ObjectPainter.cpp', | 2091 'paint/ObjectPainter.cpp', |
| 2092 'paint/ObjectPainter.h', | 2092 'paint/ObjectPainter.h', |
| 2093 'paint/PaintInfo.cpp', | 2093 'paint/PaintInfo.cpp', |
| 2094 'paint/PaintInfo.h', | 2094 'paint/PaintInfo.h', |
| 2095 'paint/PaintInvalidationCapableScrollableArea.cpp', | 2095 'paint/PaintInvalidationCapableScrollableArea.cpp', |
| 2096 'paint/PaintInvalidationCapableScrollableArea.h', | 2096 'paint/PaintInvalidationCapableScrollableArea.h', |
| 2097 'paint/PaintInvalidator.cpp', |
| 2098 'paint/PaintInvalidator.h', |
| 2097 'paint/PaintLayer.cpp', | 2099 'paint/PaintLayer.cpp', |
| 2098 'paint/PaintLayerClipper.cpp', | 2100 'paint/PaintLayerClipper.cpp', |
| 2099 'paint/PaintLayerFilterInfo.cpp', | 2101 'paint/PaintLayerFilterInfo.cpp', |
| 2100 'paint/PaintLayerFilterInfo.h', | 2102 'paint/PaintLayerFilterInfo.h', |
| 2101 'paint/PaintLayerFragment.h', | 2103 'paint/PaintLayerFragment.h', |
| 2102 'paint/PaintLayerReflectionInfo.cpp', | 2104 'paint/PaintLayerReflectionInfo.cpp', |
| 2103 'paint/PaintLayerPainter.cpp', | 2105 'paint/PaintLayerPainter.cpp', |
| 2104 'paint/PaintLayerPainter.h', | 2106 'paint/PaintLayerPainter.h', |
| 2105 'paint/PaintLayerPaintingInfo.h', | 2107 'paint/PaintLayerPaintingInfo.h', |
| 2106 'paint/PaintLayerScrollableArea.cpp', | 2108 'paint/PaintLayerScrollableArea.cpp', |
| (...skipping 2043 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4150 'testing/PrivateScriptTestTest.cpp', | 4152 'testing/PrivateScriptTestTest.cpp', |
| 4151 'timing/MemoryInfoTest.cpp', | 4153 'timing/MemoryInfoTest.cpp', |
| 4152 'timing/PerformanceBaseTest.cpp', | 4154 'timing/PerformanceBaseTest.cpp', |
| 4153 'timing/PerformanceObserverTest.cpp', | 4155 'timing/PerformanceObserverTest.cpp', |
| 4154 'workers/WorkerThreadTest.cpp', | 4156 'workers/WorkerThreadTest.cpp', |
| 4155 'workers/WorkerThreadTestHelper.h', | 4157 'workers/WorkerThreadTestHelper.h', |
| 4156 'xml/parser/SharedBufferReaderTest.cpp', | 4158 'xml/parser/SharedBufferReaderTest.cpp', |
| 4157 ], | 4159 ], |
| 4158 } | 4160 } |
| 4159 } | 4161 } |
| OLD | NEW |