| 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 460 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 471 'dom/NonElementParentNode.idl', | 471 'dom/NonElementParentNode.idl', |
| 472 'dom/ParentNode.idl', | 472 'dom/ParentNode.idl', |
| 473 'dom/URLUtils.idl', | 473 'dom/URLUtils.idl', |
| 474 'dom/URLUtilsReadOnly.idl', | 474 'dom/URLUtilsReadOnly.idl', |
| 475 'events/EventListener.idl', | 475 'events/EventListener.idl', |
| 476 'events/NavigatorEvents.idl', | 476 'events/NavigatorEvents.idl', |
| 477 'frame/NavigatorCPU.idl', | 477 'frame/NavigatorCPU.idl', |
| 478 'frame/NavigatorID.idl', | 478 'frame/NavigatorID.idl', |
| 479 'frame/NavigatorLanguage.idl', | 479 'frame/NavigatorLanguage.idl', |
| 480 'frame/NavigatorOnLine.idl', | 480 'frame/NavigatorOnLine.idl', |
| 481 'frame/NavigatorStorageUtils.idl', |
| 481 'frame/WindowBase64.idl', | 482 'frame/WindowBase64.idl', |
| 482 'frame/WindowEventHandlers.idl', | 483 'frame/WindowEventHandlers.idl', |
| 483 'frame/WindowTimers.idl', | 484 'frame/WindowTimers.idl', |
| 484 'html/canvas/CanvasPathMethods.idl', | 485 'html/canvas/CanvasPathMethods.idl', |
| 485 'html/canvas/MouseEventHitRegion.idl', | 486 'html/canvas/MouseEventHitRegion.idl', |
| 486 'html/canvas/WebGL2RenderingContextBase.idl', | 487 'html/canvas/WebGL2RenderingContextBase.idl', |
| 487 'html/canvas/WebGLRenderingContextBase.idl', | 488 'html/canvas/WebGLRenderingContextBase.idl', |
| 488 'imagebitmap/ImageBitmapFactories.idl', | 489 'imagebitmap/ImageBitmapFactories.idl', |
| 489 'imagebitmap/WindowImageBitmapFactories.idl', | 490 'imagebitmap/WindowImageBitmapFactories.idl', |
| 490 'svg/SVGDocument.idl', | 491 'svg/SVGDocument.idl', |
| (...skipping 3439 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3930 'style/ComputedStyleTest.cpp', | 3931 'style/ComputedStyleTest.cpp', |
| 3931 'style/OutlineValueTest.cpp', | 3932 'style/OutlineValueTest.cpp', |
| 3932 'style/SVGComputedStyleTest.cpp', | 3933 'style/SVGComputedStyleTest.cpp', |
| 3933 'testing/PrivateScriptTestTest.cpp', | 3934 'testing/PrivateScriptTestTest.cpp', |
| 3934 'timing/MemoryInfoTest.cpp', | 3935 'timing/MemoryInfoTest.cpp', |
| 3935 'workers/WorkerThreadTest.cpp', | 3936 'workers/WorkerThreadTest.cpp', |
| 3936 'xml/parser/SharedBufferReaderTest.cpp', | 3937 'xml/parser/SharedBufferReaderTest.cpp', |
| 3937 ], | 3938 ], |
| 3938 } | 3939 } |
| 3939 } | 3940 } |
| OLD | NEW |