| 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/Animation.idl', | 8 'animation/Animation.idl', |
| 9 'animation/AnimationEffect.idl', | 9 'animation/AnimationEffect.idl', |
| 10 'animation/AnimationNode.idl', | 10 'animation/AnimationNode.idl', |
| (...skipping 447 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 458 # 'partial interface', target (right side of) 'implements', and | 458 # 'partial interface', target (right side of) 'implements', and |
| 459 # interfaces with static bindings (in bindings/core/v8/) | 459 # interfaces with static bindings (in bindings/core/v8/) |
| 460 'core_dependency_idl_files': [ | 460 'core_dependency_idl_files': [ |
| 461 'animation/DocumentAnimation.idl', | 461 'animation/DocumentAnimation.idl', |
| 462 'animation/ElementAnimation.idl', | 462 'animation/ElementAnimation.idl', |
| 463 'css/DocumentFontFaceSet.idl', | 463 'css/DocumentFontFaceSet.idl', |
| 464 'dom/ChildNode.idl', | 464 'dom/ChildNode.idl', |
| 465 'dom/DocumentFullscreen.idl', | 465 'dom/DocumentFullscreen.idl', |
| 466 'dom/ElementFullscreen.idl', | 466 'dom/ElementFullscreen.idl', |
| 467 'dom/GlobalEventHandlers.idl', | 467 'dom/GlobalEventHandlers.idl', |
| 468 'dom/NonDocumentTypeChildNode.idl', |
| 468 'dom/ParentNode.idl', | 469 'dom/ParentNode.idl', |
| 469 'dom/URLUtils.idl', | 470 'dom/URLUtils.idl', |
| 470 'dom/URLUtilsReadOnly.idl', | 471 'dom/URLUtilsReadOnly.idl', |
| 471 'events/EventListener.idl', | 472 'events/EventListener.idl', |
| 472 'events/NavigatorEvents.idl', | 473 'events/NavigatorEvents.idl', |
| 473 'frame/NavigatorCPU.idl', | 474 'frame/NavigatorCPU.idl', |
| 474 'frame/NavigatorID.idl', | 475 'frame/NavigatorID.idl', |
| 475 'frame/NavigatorLanguage.idl', | 476 'frame/NavigatorLanguage.idl', |
| 476 'frame/NavigatorOnLine.idl', | 477 'frame/NavigatorOnLine.idl', |
| 477 'frame/WindowBase64.idl', | 478 'frame/WindowBase64.idl', |
| (...skipping 3132 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3610 'rendering/style/OutlineValueTest.cpp', | 3611 'rendering/style/OutlineValueTest.cpp', |
| 3611 'rendering/style/RenderStyleTest.cpp', | 3612 'rendering/style/RenderStyleTest.cpp', |
| 3612 'streams/ReadableStreamTest.cpp', | 3613 'streams/ReadableStreamTest.cpp', |
| 3613 'testing/PrivateScriptTestTest.cpp', | 3614 'testing/PrivateScriptTestTest.cpp', |
| 3614 'testing/UnitTestHelpers.cpp', | 3615 'testing/UnitTestHelpers.cpp', |
| 3615 'testing/UnitTestHelpers.h', | 3616 'testing/UnitTestHelpers.h', |
| 3616 'xml/parser/SharedBufferReaderTest.cpp', | 3617 'xml/parser/SharedBufferReaderTest.cpp', |
| 3617 ], | 3618 ], |
| 3618 } | 3619 } |
| 3619 } | 3620 } |
| OLD | NEW |