| 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 2128 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2139 'paint/SVGPaintContext.cpp', | 2139 'paint/SVGPaintContext.cpp', |
| 2140 'paint/SVGPaintContext.h', | 2140 'paint/SVGPaintContext.h', |
| 2141 'paint/SVGRootInlineBoxPainter.cpp', | 2141 'paint/SVGRootInlineBoxPainter.cpp', |
| 2142 'paint/SVGRootInlineBoxPainter.h', | 2142 'paint/SVGRootInlineBoxPainter.h', |
| 2143 'paint/SVGRootPainter.cpp', | 2143 'paint/SVGRootPainter.cpp', |
| 2144 'paint/SVGRootPainter.h', | 2144 'paint/SVGRootPainter.h', |
| 2145 'paint/SVGShapePainter.cpp', | 2145 'paint/SVGShapePainter.cpp', |
| 2146 'paint/SVGShapePainter.h', | 2146 'paint/SVGShapePainter.h', |
| 2147 'paint/SVGTextPainter.cpp', | 2147 'paint/SVGTextPainter.cpp', |
| 2148 'paint/SVGTextPainter.h', | 2148 'paint/SVGTextPainter.h', |
| 2149 'paint/ScopeRecorder.cpp', | |
| 2150 'paint/ScopeRecorder.h', | |
| 2151 'paint/ScrollableAreaPainter.cpp', | 2149 'paint/ScrollableAreaPainter.cpp', |
| 2152 'paint/ScrollableAreaPainter.h', | 2150 'paint/ScrollableAreaPainter.h', |
| 2153 'paint/ScrollbarPainter.cpp', | 2151 'paint/ScrollbarPainter.cpp', |
| 2154 'paint/ScrollbarPainter.h', | 2152 'paint/ScrollbarPainter.h', |
| 2155 'paint/ScrollRecorder.cpp', | 2153 'paint/ScrollRecorder.cpp', |
| 2156 'paint/ScrollRecorder.h', | 2154 'paint/ScrollRecorder.h', |
| 2157 'paint/TableCellPainter.cpp', | 2155 'paint/TableCellPainter.cpp', |
| 2158 'paint/TableCellPainter.h', | 2156 'paint/TableCellPainter.h', |
| 2159 'paint/TablePainter.cpp', | 2157 'paint/TablePainter.cpp', |
| 2160 'paint/TablePainter.h', | 2158 'paint/TablePainter.h', |
| (...skipping 1984 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4145 'testing/PrivateScriptTestTest.cpp', | 4143 'testing/PrivateScriptTestTest.cpp', |
| 4146 'timing/MemoryInfoTest.cpp', | 4144 'timing/MemoryInfoTest.cpp', |
| 4147 'timing/PerformanceBaseTest.cpp', | 4145 'timing/PerformanceBaseTest.cpp', |
| 4148 'timing/PerformanceObserverTest.cpp', | 4146 'timing/PerformanceObserverTest.cpp', |
| 4149 'workers/WorkerThreadTest.cpp', | 4147 'workers/WorkerThreadTest.cpp', |
| 4150 'workers/WorkerThreadTestHelper.h', | 4148 'workers/WorkerThreadTestHelper.h', |
| 4151 'xml/parser/SharedBufferReaderTest.cpp', | 4149 'xml/parser/SharedBufferReaderTest.cpp', |
| 4152 ], | 4150 ], |
| 4153 } | 4151 } |
| 4154 } | 4152 } |
| OLD | NEW |