OLD | NEW |
1 { | 1 { |
2 'variables': { | 2 'variables': { |
3 # Files for which bindings (.cpp and .h files) will be generated | 3 # Files for which bindings (.cpp and .h files) will be generated |
4 'core_idl_files': [ | 4 'core_idl_files': [ |
5 'animation/Animation.idl', | 5 'animation/Animation.idl', |
6 'animation/AnimationEffect.idl', | 6 'animation/AnimationEffect.idl', |
7 'animation/AnimationPlayer.idl', | 7 'animation/AnimationPlayer.idl', |
8 'animation/AnimationNode.idl', | 8 'animation/AnimationNode.idl', |
9 'animation/AnimationTimeline.idl', | 9 'animation/AnimationTimeline.idl', |
10 'animation/Timing.idl', | 10 'animation/Timing.idl', |
(...skipping 440 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
451 'animation/ElementAnimation.idl', | 451 'animation/ElementAnimation.idl', |
452 'css/DocumentFontFaceSet.idl', | 452 'css/DocumentFontFaceSet.idl', |
453 'dom/ChildNode.idl', | 453 'dom/ChildNode.idl', |
454 'dom/DocumentFullscreen.idl', | 454 'dom/DocumentFullscreen.idl', |
455 'dom/GlobalEventHandlers.idl', | 455 'dom/GlobalEventHandlers.idl', |
456 'dom/ParentNode.idl', | 456 'dom/ParentNode.idl', |
457 'dom/URLUtils.idl', | 457 'dom/URLUtils.idl', |
458 'dom/URLUtilsReadOnly.idl', | 458 'dom/URLUtilsReadOnly.idl', |
459 'events/EventListener.idl', | 459 'events/EventListener.idl', |
460 'events/NavigatorEvents.idl', | 460 'events/NavigatorEvents.idl', |
| 461 'frame/NavigatorCPU.idl', |
461 'frame/NavigatorID.idl', | 462 'frame/NavigatorID.idl', |
462 'frame/NavigatorLanguage.idl', | 463 'frame/NavigatorLanguage.idl', |
463 'frame/NavigatorOnLine.idl', | 464 'frame/NavigatorOnLine.idl', |
464 'frame/WindowBase64.idl', | 465 'frame/WindowBase64.idl', |
465 'frame/WindowEventHandlers.idl', | 466 'frame/WindowEventHandlers.idl', |
466 'frame/WindowTimers.idl', | 467 'frame/WindowTimers.idl', |
467 'html/canvas/CanvasPathMethods.idl', | 468 'html/canvas/CanvasPathMethods.idl', |
468 'html/canvas/WebGLRenderingContextBase.idl', | 469 'html/canvas/WebGLRenderingContextBase.idl', |
469 'page/WindowPagePopup.idl', | 470 'page/WindowPagePopup.idl', |
470 'svg/SVGDocument.idl', | 471 'svg/SVGDocument.idl', |
(...skipping 689 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1160 'frame/History.cpp', | 1161 'frame/History.cpp', |
1161 'frame/History.h', | 1162 'frame/History.h', |
1162 'frame/ImageBitmap.cpp', | 1163 'frame/ImageBitmap.cpp', |
1163 'frame/ImageBitmap.h', | 1164 'frame/ImageBitmap.h', |
1164 'frame/LocalFrame.cpp', | 1165 'frame/LocalFrame.cpp', |
1165 'frame/LocalFrame.h', | 1166 'frame/LocalFrame.h', |
1166 'frame/Location.cpp', | 1167 'frame/Location.cpp', |
1167 'frame/Location.h', | 1168 'frame/Location.h', |
1168 'frame/Navigator.cpp', | 1169 'frame/Navigator.cpp', |
1169 'frame/Navigator.h', | 1170 'frame/Navigator.h', |
| 1171 'frame/NavigatorCPU.cpp', |
| 1172 'frame/NavigatorCPU.h', |
1170 'frame/NavigatorID.cpp', | 1173 'frame/NavigatorID.cpp', |
1171 'frame/NavigatorID.h', | 1174 'frame/NavigatorID.h', |
1172 'frame/NavigatorLanguage.cpp', | 1175 'frame/NavigatorLanguage.cpp', |
1173 'frame/NavigatorLanguage.h', | 1176 'frame/NavigatorLanguage.h', |
1174 'frame/NavigatorOnLine.h', | 1177 'frame/NavigatorOnLine.h', |
1175 'frame/PinchViewport.cpp', | 1178 'frame/PinchViewport.cpp', |
1176 'frame/PinchViewport.h', | 1179 'frame/PinchViewport.h', |
1177 'frame/RemoteFrame.cpp', | 1180 'frame/RemoteFrame.cpp', |
1178 'frame/RemoteFrame.h', | 1181 'frame/RemoteFrame.h', |
1179 'frame/RemoteFrameView.cpp', | 1182 'frame/RemoteFrameView.cpp', |
(...skipping 2221 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3401 'loader/MixedContentCheckerTest.cpp', | 3404 'loader/MixedContentCheckerTest.cpp', |
3402 'page/NetworkStateNotifierTest.cpp', | 3405 'page/NetworkStateNotifierTest.cpp', |
3403 'rendering/RenderOverflowTest.cpp', | 3406 'rendering/RenderOverflowTest.cpp', |
3404 'rendering/shapes/BoxShapeTest.cpp', | 3407 'rendering/shapes/BoxShapeTest.cpp', |
3405 'testing/UnitTestHelpers.cpp', | 3408 'testing/UnitTestHelpers.cpp', |
3406 'testing/UnitTestHelpers.h', | 3409 'testing/UnitTestHelpers.h', |
3407 'xml/parser/SharedBufferReaderTest.cpp', | 3410 'xml/parser/SharedBufferReaderTest.cpp', |
3408 ], | 3411 ], |
3409 } | 3412 } |
3410 } | 3413 } |
OLD | NEW |