| 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 231 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 242 'html/track/vtt/VTTRegionList.idl', | 242 'html/track/vtt/VTTRegionList.idl', |
| 243 'input/InputDeviceCapabilities.idl', | 243 'input/InputDeviceCapabilities.idl', |
| 244 'inspector/InspectorOverlayHost.idl', | 244 'inspector/InspectorOverlayHost.idl', |
| 245 'loader/appcache/ApplicationCache.idl', | 245 'loader/appcache/ApplicationCache.idl', |
| 246 'page/EventSource.idl', | 246 'page/EventSource.idl', |
| 247 'page/PagePopupController.idl', | 247 'page/PagePopupController.idl', |
| 248 'page/scrolling/ScrollState.idl', | 248 'page/scrolling/ScrollState.idl', |
| 249 'page/scrolling/ScrollStateCallback.idl', | 249 'page/scrolling/ScrollStateCallback.idl', |
| 250 'streams/ReadableByteStream.idl', | 250 'streams/ReadableByteStream.idl', |
| 251 'streams/ReadableByteStreamReader.idl', | 251 'streams/ReadableByteStreamReader.idl', |
| 252 'streams/ReadableStream.idl', | |
| 253 'streams/ReadableStreamReader.idl', | 252 'streams/ReadableStreamReader.idl', |
| 254 'streams/Stream.idl', | 253 'streams/Stream.idl', |
| 255 'svg/SVGAElement.idl', | 254 'svg/SVGAElement.idl', |
| 256 'svg/SVGAngle.idl', | 255 'svg/SVGAngle.idl', |
| 257 'svg/SVGAnimateElement.idl', | 256 'svg/SVGAnimateElement.idl', |
| 258 'svg/SVGAnimateMotionElement.idl', | 257 'svg/SVGAnimateMotionElement.idl', |
| 259 'svg/SVGAnimateTransformElement.idl', | 258 'svg/SVGAnimateTransformElement.idl', |
| 260 'svg/SVGAnimatedAngle.idl', | 259 'svg/SVGAnimatedAngle.idl', |
| 261 'svg/SVGAnimatedBoolean.idl', | 260 'svg/SVGAnimatedBoolean.idl', |
| 262 'svg/SVGAnimatedEnumeration.idl', | 261 'svg/SVGAnimatedEnumeration.idl', |
| (...skipping 3670 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3933 'style/SVGComputedStyleTest.cpp', | 3932 'style/SVGComputedStyleTest.cpp', |
| 3934 'svg/SVGPathParserTest.cpp', | 3933 'svg/SVGPathParserTest.cpp', |
| 3935 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 3934 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
| 3936 'testing/PrivateScriptTestTest.cpp', | 3935 'testing/PrivateScriptTestTest.cpp', |
| 3937 'timing/MemoryInfoTest.cpp', | 3936 'timing/MemoryInfoTest.cpp', |
| 3938 'workers/WorkerThreadTest.cpp', | 3937 'workers/WorkerThreadTest.cpp', |
| 3939 'xml/parser/SharedBufferReaderTest.cpp', | 3938 'xml/parser/SharedBufferReaderTest.cpp', |
| 3940 ], | 3939 ], |
| 3941 } | 3940 } |
| 3942 } | 3941 } |
| OLD | NEW |