| 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 2061 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2072 'paint/BoxClipper.cpp', | 2072 'paint/BoxClipper.cpp', |
| 2073 'paint/BoxClipper.h', | 2073 'paint/BoxClipper.h', |
| 2074 'paint/BoxDecorationData.cpp', | 2074 'paint/BoxDecorationData.cpp', |
| 2075 'paint/BoxDecorationData.h', | 2075 'paint/BoxDecorationData.h', |
| 2076 'paint/BoxPaintInvalidator.cpp', | 2076 'paint/BoxPaintInvalidator.cpp', |
| 2077 'paint/BoxPaintInvalidator.h', | 2077 'paint/BoxPaintInvalidator.h', |
| 2078 'paint/BoxPainter.cpp', | 2078 'paint/BoxPainter.cpp', |
| 2079 'paint/BoxPainter.h', | 2079 'paint/BoxPainter.h', |
| 2080 'paint/BoxReflectionUtils.cpp', | 2080 'paint/BoxReflectionUtils.cpp', |
| 2081 'paint/BoxReflectionUtils.h', | 2081 'paint/BoxReflectionUtils.h', |
| 2082 'paint/ClipPathClipper.cpp', |
| 2083 'paint/ClipPathClipper.h', |
| 2082 'paint/DetailsMarkerPainter.cpp', | 2084 'paint/DetailsMarkerPainter.cpp', |
| 2083 'paint/DetailsMarkerPainter.h', | 2085 'paint/DetailsMarkerPainter.h', |
| 2084 'paint/EllipsisBoxPainter.cpp', | 2086 'paint/EllipsisBoxPainter.cpp', |
| 2085 'paint/EllipsisBoxPainter.h', | 2087 'paint/EllipsisBoxPainter.h', |
| 2086 'paint/EmbeddedObjectPainter.cpp', | 2088 'paint/EmbeddedObjectPainter.cpp', |
| 2087 'paint/EmbeddedObjectPainter.h', | 2089 'paint/EmbeddedObjectPainter.h', |
| 2088 'paint/FieldsetPainter.cpp', | 2090 'paint/FieldsetPainter.cpp', |
| 2089 'paint/FieldsetPainter.h', | 2091 'paint/FieldsetPainter.h', |
| 2090 'paint/FileUploadControlPainter.cpp', | 2092 'paint/FileUploadControlPainter.cpp', |
| 2091 'paint/FileUploadControlPainter.h', | 2093 'paint/FileUploadControlPainter.h', |
| (...skipping 2199 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4291 'timing/MemoryInfoTest.cpp', | 4293 'timing/MemoryInfoTest.cpp', |
| 4292 'timing/PerformanceBaseTest.cpp', | 4294 'timing/PerformanceBaseTest.cpp', |
| 4293 'timing/PerformanceObserverTest.cpp', | 4295 'timing/PerformanceObserverTest.cpp', |
| 4294 'workers/DedicatedWorkerTest.cpp', | 4296 'workers/DedicatedWorkerTest.cpp', |
| 4295 'workers/WorkerThreadTest.cpp', | 4297 'workers/WorkerThreadTest.cpp', |
| 4296 'workers/WorkerThreadTestHelper.h', | 4298 'workers/WorkerThreadTestHelper.h', |
| 4297 'xml/parser/SharedBufferReaderTest.cpp', | 4299 'xml/parser/SharedBufferReaderTest.cpp', |
| 4298 ], | 4300 ], |
| 4299 } | 4301 } |
| 4300 } | 4302 } |
| OLD | NEW |