| 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/AnimationPlayer.idl', | 10 'animation/AnimationPlayer.idl', |
| (...skipping 2099 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2110 'dom/ElementFullscreen.cpp', | 2110 'dom/ElementFullscreen.cpp', |
| 2111 'dom/ElementFullscreen.h', | 2111 'dom/ElementFullscreen.h', |
| 2112 'dom/ElementRareData.cpp', | 2112 'dom/ElementRareData.cpp', |
| 2113 'dom/ElementRareData.h', | 2113 'dom/ElementRareData.h', |
| 2114 'dom/ElementTraversal.h', | 2114 'dom/ElementTraversal.h', |
| 2115 'dom/EmptyNodeList.cpp', | 2115 'dom/EmptyNodeList.cpp', |
| 2116 'dom/EmptyNodeList.h', | 2116 'dom/EmptyNodeList.h', |
| 2117 'dom/ExecutionContext.cpp', | 2117 'dom/ExecutionContext.cpp', |
| 2118 'dom/ExecutionContext.h', | 2118 'dom/ExecutionContext.h', |
| 2119 'dom/ExecutionContextTask.h', | 2119 'dom/ExecutionContextTask.h', |
| 2120 'dom/FirstLetterPseudoElement.h', |
| 2121 'dom/FirstLetterPseudoElement.cpp', |
| 2120 'dom/Fullscreen.cpp', | 2122 'dom/Fullscreen.cpp', |
| 2121 'dom/Fullscreen.h', | 2123 'dom/Fullscreen.h', |
| 2122 'dom/GlobalEventHandlers.h', | 2124 'dom/GlobalEventHandlers.h', |
| 2123 'dom/IconURL.cpp', | 2125 'dom/IconURL.cpp', |
| 2124 'dom/IconURL.h', | 2126 'dom/IconURL.h', |
| 2125 'dom/IdTargetObserver.cpp', | 2127 'dom/IdTargetObserver.cpp', |
| 2126 'dom/IdTargetObserver.h', | 2128 'dom/IdTargetObserver.h', |
| 2127 'dom/IdTargetObserverRegistry.cpp', | 2129 'dom/IdTargetObserverRegistry.cpp', |
| 2128 'dom/IdTargetObserverRegistry.h', | 2130 'dom/IdTargetObserverRegistry.h', |
| 2129 'dom/IgnoreDestructiveWriteCountIncrementer.h', | 2131 'dom/IgnoreDestructiveWriteCountIncrementer.h', |
| (...skipping 1479 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3609 'rendering/shapes/BoxShapeTest.cpp', | 3611 'rendering/shapes/BoxShapeTest.cpp', |
| 3610 'rendering/style/OutlineValueTest.cpp', | 3612 'rendering/style/OutlineValueTest.cpp', |
| 3611 'testing/PrivateScriptTestTest.cpp', | 3613 'testing/PrivateScriptTestTest.cpp', |
| 3612 'streams/ReadableStreamTest.cpp', | 3614 'streams/ReadableStreamTest.cpp', |
| 3613 'testing/UnitTestHelpers.cpp', | 3615 'testing/UnitTestHelpers.cpp', |
| 3614 'testing/UnitTestHelpers.h', | 3616 'testing/UnitTestHelpers.h', |
| 3615 'xml/parser/SharedBufferReaderTest.cpp', | 3617 'xml/parser/SharedBufferReaderTest.cpp', |
| 3616 ], | 3618 ], |
| 3617 } | 3619 } |
| 3618 } | 3620 } |
| OLD | NEW |