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 272 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
283 'html/track/VideoTrackList.idl', | 283 'html/track/VideoTrackList.idl', |
284 'html/track/vtt/VTTCue.idl', | 284 'html/track/vtt/VTTCue.idl', |
285 'html/track/vtt/VTTRegion.idl', | 285 'html/track/vtt/VTTRegion.idl', |
286 'html/track/vtt/VTTRegionList.idl', | 286 'html/track/vtt/VTTRegionList.idl', |
287 'input/InputDevice.idl', | 287 'input/InputDevice.idl', |
288 'inspector/InspectorOverlayHost.idl', | 288 'inspector/InspectorOverlayHost.idl', |
289 'loader/appcache/ApplicationCache.idl', | 289 'loader/appcache/ApplicationCache.idl', |
290 'page/EventSource.idl', | 290 'page/EventSource.idl', |
291 'page/PagePopupController.idl', | 291 'page/PagePopupController.idl', |
292 'page/scrolling/ScrollState.idl', | 292 'page/scrolling/ScrollState.idl', |
| 293 'page/scrolling/ScrollStateCallback.idl', |
293 'streams/ReadableByteStream.idl', | 294 'streams/ReadableByteStream.idl', |
294 'streams/ReadableByteStreamReader.idl', | 295 'streams/ReadableByteStreamReader.idl', |
295 'streams/ReadableStream.idl', | 296 'streams/ReadableStream.idl', |
296 'streams/ReadableStreamReader.idl', | 297 'streams/ReadableStreamReader.idl', |
297 'streams/Stream.idl', | 298 'streams/Stream.idl', |
298 'svg/SVGAElement.idl', | 299 'svg/SVGAElement.idl', |
299 'svg/SVGAngle.idl', | 300 'svg/SVGAngle.idl', |
300 'svg/SVGAnimateElement.idl', | 301 'svg/SVGAnimateElement.idl', |
301 'svg/SVGAnimateMotionElement.idl', | 302 'svg/SVGAnimateMotionElement.idl', |
302 'svg/SVGAnimateTransformElement.idl', | 303 'svg/SVGAnimateTransformElement.idl', |
(...skipping 1534 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1837 'page/TouchAdjustment.h', | 1838 'page/TouchAdjustment.h', |
1838 'page/TouchDisambiguation.cpp', | 1839 'page/TouchDisambiguation.cpp', |
1839 'page/TouchDisambiguation.h', | 1840 'page/TouchDisambiguation.h', |
1840 'page/WindowFeatures.cpp', | 1841 'page/WindowFeatures.cpp', |
1841 'page/scrolling/ScrollingConstraints.cpp', | 1842 'page/scrolling/ScrollingConstraints.cpp', |
1842 'page/scrolling/ScrollingConstraints.h', | 1843 'page/scrolling/ScrollingConstraints.h', |
1843 'page/scrolling/ScrollingCoordinator.cpp', | 1844 'page/scrolling/ScrollingCoordinator.cpp', |
1844 'page/scrolling/ScrollingCoordinator.h', | 1845 'page/scrolling/ScrollingCoordinator.h', |
1845 'page/scrolling/ScrollState.cpp', | 1846 'page/scrolling/ScrollState.cpp', |
1846 'page/scrolling/ScrollState.h', | 1847 'page/scrolling/ScrollState.h', |
| 1848 'page/scrolling/ScrollStateCallback.cpp', |
| 1849 'page/scrolling/ScrollStateCallback.h', |
1847 'paint/BackgroundImageGeometry.cpp', | 1850 'paint/BackgroundImageGeometry.cpp', |
1848 'paint/BackgroundImageGeometry.h', | 1851 'paint/BackgroundImageGeometry.h', |
1849 'paint/BlockFlowPainter.cpp', | 1852 'paint/BlockFlowPainter.cpp', |
1850 'paint/BlockFlowPainter.h', | 1853 'paint/BlockFlowPainter.h', |
1851 'paint/BlockPainter.cpp', | 1854 'paint/BlockPainter.cpp', |
1852 'paint/BlockPainter.h', | 1855 'paint/BlockPainter.h', |
1853 'paint/BoxBorderPainter.cpp', | 1856 'paint/BoxBorderPainter.cpp', |
1854 'paint/BoxBorderPainter.h', | 1857 'paint/BoxBorderPainter.h', |
1855 'paint/BoxClipper.cpp', | 1858 'paint/BoxClipper.cpp', |
1856 'paint/BoxClipper.h', | 1859 'paint/BoxClipper.h', |
(...skipping 2109 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3966 'style/OutlineValueTest.cpp', | 3969 'style/OutlineValueTest.cpp', |
3967 'style/SVGComputedStyleTest.cpp', | 3970 'style/SVGComputedStyleTest.cpp', |
3968 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 3971 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
3969 'testing/PrivateScriptTestTest.cpp', | 3972 'testing/PrivateScriptTestTest.cpp', |
3970 'timing/MemoryInfoTest.cpp', | 3973 'timing/MemoryInfoTest.cpp', |
3971 'workers/WorkerThreadTest.cpp', | 3974 'workers/WorkerThreadTest.cpp', |
3972 'xml/parser/SharedBufferReaderTest.cpp', | 3975 'xml/parser/SharedBufferReaderTest.cpp', |
3973 ], | 3976 ], |
3974 } | 3977 } |
3975 } | 3978 } |
OLD | NEW |