| 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 2043 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2054 'paint/EmbeddedObjectPainter.cpp', | 2054 'paint/EmbeddedObjectPainter.cpp', |
| 2055 'paint/EmbeddedObjectPainter.h', | 2055 'paint/EmbeddedObjectPainter.h', |
| 2056 'paint/FieldsetPainter.cpp', | 2056 'paint/FieldsetPainter.cpp', |
| 2057 'paint/FieldsetPainter.h', | 2057 'paint/FieldsetPainter.h', |
| 2058 'paint/FileUploadControlPainter.cpp', | 2058 'paint/FileUploadControlPainter.cpp', |
| 2059 'paint/FileUploadControlPainter.h', | 2059 'paint/FileUploadControlPainter.h', |
| 2060 'paint/FilterEffectBuilder.cpp', | 2060 'paint/FilterEffectBuilder.cpp', |
| 2061 'paint/FilterEffectBuilder.h', | 2061 'paint/FilterEffectBuilder.h', |
| 2062 'paint/FilterPainter.cpp', | 2062 'paint/FilterPainter.cpp', |
| 2063 'paint/FilterPainter.h', | 2063 'paint/FilterPainter.h', |
| 2064 'paint/FirstMeaningfulPaintDetector.cpp', |
| 2065 'paint/FirstMeaningfulPaintDetector.h', |
| 2064 'paint/FloatClipRecorder.cpp', | 2066 'paint/FloatClipRecorder.cpp', |
| 2065 'paint/FloatClipRecorder.h', | 2067 'paint/FloatClipRecorder.h', |
| 2066 'paint/FramePainter.cpp', | 2068 'paint/FramePainter.cpp', |
| 2067 'paint/FramePainter.h', | 2069 'paint/FramePainter.h', |
| 2068 'paint/FrameSetPainter.cpp', | 2070 'paint/FrameSetPainter.cpp', |
| 2069 'paint/FrameSetPainter.h', | 2071 'paint/FrameSetPainter.h', |
| 2070 'paint/GridPainter.cpp', | 2072 'paint/GridPainter.cpp', |
| 2071 'paint/GridPainter.h', | 2073 'paint/GridPainter.h', |
| 2072 'paint/HTMLCanvasPainter.cpp', | 2074 'paint/HTMLCanvasPainter.cpp', |
| 2073 'paint/HTMLCanvasPainter.h', | 2075 'paint/HTMLCanvasPainter.h', |
| (...skipping 2162 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4236 'testing/PrivateScriptTestTest.cpp', | 4238 'testing/PrivateScriptTestTest.cpp', |
| 4237 'timing/MemoryInfoTest.cpp', | 4239 'timing/MemoryInfoTest.cpp', |
| 4238 'timing/PerformanceBaseTest.cpp', | 4240 'timing/PerformanceBaseTest.cpp', |
| 4239 'timing/PerformanceObserverTest.cpp', | 4241 'timing/PerformanceObserverTest.cpp', |
| 4240 'workers/WorkerThreadTest.cpp', | 4242 'workers/WorkerThreadTest.cpp', |
| 4241 'workers/WorkerThreadTestHelper.h', | 4243 'workers/WorkerThreadTestHelper.h', |
| 4242 'xml/parser/SharedBufferReaderTest.cpp', | 4244 'xml/parser/SharedBufferReaderTest.cpp', |
| 4243 ], | 4245 ], |
| 4244 } | 4246 } |
| 4245 } | 4247 } |
| OLD | NEW |