| 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 2094 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2105 'paint/PaintPhase.cpp', | 2105 'paint/PaintPhase.cpp', |
| 2106 'paint/PaintPhase.h', | 2106 'paint/PaintPhase.h', |
| 2107 'paint/PaintPropertyTreeBuilder.cpp', | 2107 'paint/PaintPropertyTreeBuilder.cpp', |
| 2108 'paint/PaintPropertyTreeBuilder.h', | 2108 'paint/PaintPropertyTreeBuilder.h', |
| 2109 'paint/PaintPropertyTreePrinter.cpp', | 2109 'paint/PaintPropertyTreePrinter.cpp', |
| 2110 'paint/PaintPropertyTreePrinter.h', | 2110 'paint/PaintPropertyTreePrinter.h', |
| 2111 'paint/PaintTiming.cpp', | 2111 'paint/PaintTiming.cpp', |
| 2112 'paint/PaintTiming.h', | 2112 'paint/PaintTiming.h', |
| 2113 'paint/PartPainter.cpp', | 2113 'paint/PartPainter.cpp', |
| 2114 'paint/PartPainter.h', | 2114 'paint/PartPainter.h', |
| 2115 'paint/PrePaintTreeWalk.cpp', |
| 2116 'paint/PrePaintTreeWalk.h', |
| 2115 'paint/ReplacedPainter.cpp', | 2117 'paint/ReplacedPainter.cpp', |
| 2116 'paint/ReplacedPainter.h', | 2118 'paint/ReplacedPainter.h', |
| 2117 'paint/ReplicaPainter.cpp', | 2119 'paint/ReplicaPainter.cpp', |
| 2118 'paint/ReplicaPainter.h', | 2120 'paint/ReplicaPainter.h', |
| 2119 'paint/RootInlineBoxPainter.cpp', | 2121 'paint/RootInlineBoxPainter.cpp', |
| 2120 'paint/RootInlineBoxPainter.h', | 2122 'paint/RootInlineBoxPainter.h', |
| 2121 'paint/RoundedInnerRectClipper.cpp', | 2123 'paint/RoundedInnerRectClipper.cpp', |
| 2122 'paint/RoundedInnerRectClipper.h', | 2124 'paint/RoundedInnerRectClipper.h', |
| 2123 'paint/SVGClipPainter.cpp', | 2125 'paint/SVGClipPainter.cpp', |
| 2124 'paint/SVGClipPainter.h', | 2126 'paint/SVGClipPainter.h', |
| (...skipping 2018 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4143 'testing/PrivateScriptTestTest.cpp', | 4145 'testing/PrivateScriptTestTest.cpp', |
| 4144 'timing/MemoryInfoTest.cpp', | 4146 'timing/MemoryInfoTest.cpp', |
| 4145 'timing/PerformanceBaseTest.cpp', | 4147 'timing/PerformanceBaseTest.cpp', |
| 4146 'timing/PerformanceObserverTest.cpp', | 4148 'timing/PerformanceObserverTest.cpp', |
| 4147 'workers/WorkerThreadTest.cpp', | 4149 'workers/WorkerThreadTest.cpp', |
| 4148 'workers/WorkerThreadTestHelper.h', | 4150 'workers/WorkerThreadTestHelper.h', |
| 4149 'xml/parser/SharedBufferReaderTest.cpp', | 4151 'xml/parser/SharedBufferReaderTest.cpp', |
| 4150 ], | 4152 ], |
| 4151 } | 4153 } |
| 4152 } | 4154 } |
| OLD | NEW |