| 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/TimedItem.idl', | 8 'animation/TimedItem.idl', |
| 9 'animation/Timeline.idl', | 9 'animation/Timeline.idl', |
| 10 'animation/Timing.idl', | 10 'animation/Timing.idl', |
| (...skipping 442 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 453 'animation/ElementAnimation.idl', | 453 'animation/ElementAnimation.idl', |
| 454 'css/DocumentFontFaceSet.idl', | 454 'css/DocumentFontFaceSet.idl', |
| 455 'dom/ChildNode.idl', | 455 'dom/ChildNode.idl', |
| 456 'dom/DocumentFullscreen.idl', | 456 'dom/DocumentFullscreen.idl', |
| 457 'dom/GlobalEventHandlers.idl', | 457 'dom/GlobalEventHandlers.idl', |
| 458 'dom/ParentNode.idl', | 458 'dom/ParentNode.idl', |
| 459 'dom/URLUtils.idl', | 459 'dom/URLUtils.idl', |
| 460 'dom/URLUtilsReadOnly.idl', | 460 'dom/URLUtilsReadOnly.idl', |
| 461 'events/EventListener.idl', | 461 'events/EventListener.idl', |
| 462 'events/NavigatorEvents.idl', | 462 'events/NavigatorEvents.idl', |
| 463 'frame/NavigatorCPU.idl', |
| 463 'frame/NavigatorID.idl', | 464 'frame/NavigatorID.idl', |
| 464 'frame/NavigatorLanguage.idl', | 465 'frame/NavigatorLanguage.idl', |
| 465 'frame/NavigatorOnLine.idl', | 466 'frame/NavigatorOnLine.idl', |
| 466 'frame/WindowBase64.idl', | 467 'frame/WindowBase64.idl', |
| 467 'frame/WindowEventHandlers.idl', | 468 'frame/WindowEventHandlers.idl', |
| 468 'frame/WindowTimers.idl', | 469 'frame/WindowTimers.idl', |
| 469 'html/canvas/CanvasPathMethods.idl', | 470 'html/canvas/CanvasPathMethods.idl', |
| 470 'html/canvas/WebGLRenderingContextBase.idl', | 471 'html/canvas/WebGLRenderingContextBase.idl', |
| 471 'page/WindowPagePopup.idl', | 472 'page/WindowPagePopup.idl', |
| 472 'svg/SVGDocument.idl', | 473 'svg/SVGDocument.idl', |
| (...skipping 678 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1151 'frame/History.cpp', | 1152 'frame/History.cpp', |
| 1152 'frame/History.h', | 1153 'frame/History.h', |
| 1153 'frame/ImageBitmap.cpp', | 1154 'frame/ImageBitmap.cpp', |
| 1154 'frame/ImageBitmap.h', | 1155 'frame/ImageBitmap.h', |
| 1155 'frame/LocalFrame.cpp', | 1156 'frame/LocalFrame.cpp', |
| 1156 'frame/LocalFrame.h', | 1157 'frame/LocalFrame.h', |
| 1157 'frame/Location.cpp', | 1158 'frame/Location.cpp', |
| 1158 'frame/Location.h', | 1159 'frame/Location.h', |
| 1159 'frame/Navigator.cpp', | 1160 'frame/Navigator.cpp', |
| 1160 'frame/Navigator.h', | 1161 'frame/Navigator.h', |
| 1162 'frame/NavigatorCPU.cpp', |
| 1163 'frame/NavigatorCPU.h', |
| 1161 'frame/NavigatorID.cpp', | 1164 'frame/NavigatorID.cpp', |
| 1162 'frame/NavigatorID.h', | 1165 'frame/NavigatorID.h', |
| 1163 'frame/NavigatorLanguage.cpp', | 1166 'frame/NavigatorLanguage.cpp', |
| 1164 'frame/NavigatorLanguage.h', | 1167 'frame/NavigatorLanguage.h', |
| 1165 'frame/NavigatorOnLine.h', | 1168 'frame/NavigatorOnLine.h', |
| 1166 'frame/PinchViewport.cpp', | 1169 'frame/PinchViewport.cpp', |
| 1167 'frame/PinchViewport.h', | 1170 'frame/PinchViewport.h', |
| 1168 'frame/RemoteFrame.cpp', | 1171 'frame/RemoteFrame.cpp', |
| 1169 'frame/RemoteFrame.h', | 1172 'frame/RemoteFrame.h', |
| 1170 'frame/RemoteFrameView.cpp', | 1173 'frame/RemoteFrameView.cpp', |
| (...skipping 2224 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3395 'html/track/vtt/VTTScannerTest.cpp', | 3398 'html/track/vtt/VTTScannerTest.cpp', |
| 3396 'loader/MixedContentCheckerTest.cpp', | 3399 'loader/MixedContentCheckerTest.cpp', |
| 3397 'rendering/RenderOverflowTest.cpp', | 3400 'rendering/RenderOverflowTest.cpp', |
| 3398 'rendering/shapes/BoxShapeTest.cpp', | 3401 'rendering/shapes/BoxShapeTest.cpp', |
| 3399 'testing/UnitTestHelpers.cpp', | 3402 'testing/UnitTestHelpers.cpp', |
| 3400 'testing/UnitTestHelpers.h', | 3403 'testing/UnitTestHelpers.h', |
| 3401 'xml/parser/SharedBufferReaderTest.cpp', | 3404 'xml/parser/SharedBufferReaderTest.cpp', |
| 3402 ], | 3405 ], |
| 3403 } | 3406 } |
| 3404 } | 3407 } |
| OLD | NEW |