| 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 249 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 260 'inspector/InspectorOverlayHost.idl', | 260 'inspector/InspectorOverlayHost.idl', |
| 261 'loader/appcache/ApplicationCache.idl', | 261 'loader/appcache/ApplicationCache.idl', |
| 262 'page/EventSource.idl', | 262 'page/EventSource.idl', |
| 263 'page/PagePopupController.idl', | 263 'page/PagePopupController.idl', |
| 264 'page/scrolling/ScrollState.idl', | 264 'page/scrolling/ScrollState.idl', |
| 265 'page/scrolling/ScrollStateCallback.idl', | 265 'page/scrolling/ScrollStateCallback.idl', |
| 266 'streams/ReadableByteStream.idl', | 266 'streams/ReadableByteStream.idl', |
| 267 'streams/ReadableByteStreamReader.idl', | 267 'streams/ReadableByteStreamReader.idl', |
| 268 'streams/ReadableStreamReader.idl', | 268 'streams/ReadableStreamReader.idl', |
| 269 'streams/Stream.idl', | 269 'streams/Stream.idl', |
| 270 'streams/UnderlyingSourceBase.idl', |
| 270 'svg/SVGAElement.idl', | 271 'svg/SVGAElement.idl', |
| 271 'svg/SVGAngle.idl', | 272 'svg/SVGAngle.idl', |
| 272 'svg/SVGAnimateElement.idl', | 273 'svg/SVGAnimateElement.idl', |
| 273 'svg/SVGAnimateMotionElement.idl', | 274 'svg/SVGAnimateMotionElement.idl', |
| 274 'svg/SVGAnimateTransformElement.idl', | 275 'svg/SVGAnimateTransformElement.idl', |
| 275 'svg/SVGAnimatedAngle.idl', | 276 'svg/SVGAnimatedAngle.idl', |
| 276 'svg/SVGAnimatedBoolean.idl', | 277 'svg/SVGAnimatedBoolean.idl', |
| 277 'svg/SVGAnimatedEnumeration.idl', | 278 'svg/SVGAnimatedEnumeration.idl', |
| 278 'svg/SVGAnimatedInteger.idl', | 279 'svg/SVGAnimatedInteger.idl', |
| 279 'svg/SVGAnimatedLength.idl', | 280 'svg/SVGAnimatedLength.idl', |
| (...skipping 1875 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2155 'paint/VideoPainter.cpp', | 2156 'paint/VideoPainter.cpp', |
| 2156 'paint/VideoPainter.h', | 2157 'paint/VideoPainter.h', |
| 2157 'paint/ViewPainter.cpp', | 2158 'paint/ViewPainter.cpp', |
| 2158 'paint/ViewPainter.h', | 2159 'paint/ViewPainter.h', |
| 2159 'plugins/PluginView.h', | 2160 'plugins/PluginView.h', |
| 2160 'streams/ReadableByteStream.cpp', | 2161 'streams/ReadableByteStream.cpp', |
| 2161 'streams/ReadableByteStream.h', | 2162 'streams/ReadableByteStream.h', |
| 2162 'streams/ReadableByteStreamReader.h', | 2163 'streams/ReadableByteStreamReader.h', |
| 2163 'streams/ReadableStream.cpp', | 2164 'streams/ReadableStream.cpp', |
| 2164 'streams/ReadableStream.h', | 2165 'streams/ReadableStream.h', |
| 2166 'streams/ReadableStreamController.h', |
| 2165 'streams/ReadableStreamImpl.h', | 2167 'streams/ReadableStreamImpl.h', |
| 2166 'streams/ReadableStreamReader.cpp', | 2168 'streams/ReadableStreamReader.cpp', |
| 2167 'streams/ReadableStreamReader.h', | 2169 'streams/ReadableStreamReader.h', |
| 2168 'streams/Stream.cpp', | 2170 'streams/Stream.cpp', |
| 2169 'streams/Stream.h', | 2171 'streams/Stream.h', |
| 2170 'streams/UnderlyingSource.h', | 2172 'streams/UnderlyingSource.h', |
| 2173 'streams/UnderlyingSourceBase.h', |
| 2174 'streams/UnderlyingSourceBase.cpp', |
| 2171 'timing/ConsoleMemory.cpp', | 2175 'timing/ConsoleMemory.cpp', |
| 2172 'timing/ConsoleMemory.h', | 2176 'timing/ConsoleMemory.h', |
| 2173 'timing/DOMWindowPerformance.cpp', | 2177 'timing/DOMWindowPerformance.cpp', |
| 2174 'timing/DOMWindowPerformance.h', | 2178 'timing/DOMWindowPerformance.h', |
| 2175 'timing/MemoryInfo.cpp', | 2179 'timing/MemoryInfo.cpp', |
| 2176 'timing/Performance.cpp', | 2180 'timing/Performance.cpp', |
| 2177 'timing/Performance.h', | 2181 'timing/Performance.h', |
| 2178 'timing/PerformanceBase.cpp', | 2182 'timing/PerformanceBase.cpp', |
| 2179 'timing/PerformanceBase.h', | 2183 'timing/PerformanceBase.h', |
| 2180 'timing/PerformanceCompositeTiming.cpp', | 2184 'timing/PerformanceCompositeTiming.cpp', |
| (...skipping 1880 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4061 'style/SVGComputedStyleTest.cpp', | 4065 'style/SVGComputedStyleTest.cpp', |
| 4062 'svg/SVGPathParserTest.cpp', | 4066 'svg/SVGPathParserTest.cpp', |
| 4063 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 4067 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
| 4064 'testing/PrivateScriptTestTest.cpp', | 4068 'testing/PrivateScriptTestTest.cpp', |
| 4065 'timing/MemoryInfoTest.cpp', | 4069 'timing/MemoryInfoTest.cpp', |
| 4066 'workers/WorkerThreadTest.cpp', | 4070 'workers/WorkerThreadTest.cpp', |
| 4067 'xml/parser/SharedBufferReaderTest.cpp', | 4071 'xml/parser/SharedBufferReaderTest.cpp', |
| 4068 ], | 4072 ], |
| 4069 } | 4073 } |
| 4070 } | 4074 } |
| OLD | NEW |