| 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 2129 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2140 'dom/ElementFullscreen.cpp', | 2140 'dom/ElementFullscreen.cpp', |
| 2141 'dom/ElementFullscreen.h', | 2141 'dom/ElementFullscreen.h', |
| 2142 'dom/ElementRareData.cpp', | 2142 'dom/ElementRareData.cpp', |
| 2143 'dom/ElementRareData.h', | 2143 'dom/ElementRareData.h', |
| 2144 'dom/ElementTraversal.h', | 2144 'dom/ElementTraversal.h', |
| 2145 'dom/EmptyNodeList.cpp', | 2145 'dom/EmptyNodeList.cpp', |
| 2146 'dom/EmptyNodeList.h', | 2146 'dom/EmptyNodeList.h', |
| 2147 'dom/ExecutionContext.cpp', | 2147 'dom/ExecutionContext.cpp', |
| 2148 'dom/ExecutionContext.h', | 2148 'dom/ExecutionContext.h', |
| 2149 'dom/ExecutionContextTask.h', | 2149 'dom/ExecutionContextTask.h', |
| 2150 'dom/FirstLetterPseudoElement.h', | |
| 2151 'dom/FirstLetterPseudoElement.cpp', | |
| 2152 'dom/Fullscreen.cpp', | 2150 'dom/Fullscreen.cpp', |
| 2153 'dom/Fullscreen.h', | 2151 'dom/Fullscreen.h', |
| 2154 'dom/GlobalEventHandlers.h', | 2152 'dom/GlobalEventHandlers.h', |
| 2155 'dom/IconURL.cpp', | 2153 'dom/IconURL.cpp', |
| 2156 'dom/IconURL.h', | 2154 'dom/IconURL.h', |
| 2157 'dom/IdTargetObserver.cpp', | 2155 'dom/IdTargetObserver.cpp', |
| 2158 'dom/IdTargetObserver.h', | 2156 'dom/IdTargetObserver.h', |
| 2159 'dom/IdTargetObserverRegistry.cpp', | 2157 'dom/IdTargetObserverRegistry.cpp', |
| 2160 'dom/IdTargetObserverRegistry.h', | 2158 'dom/IdTargetObserverRegistry.h', |
| 2161 'dom/IgnoreDestructiveWriteCountIncrementer.h', | 2159 'dom/IgnoreDestructiveWriteCountIncrementer.h', |
| (...skipping 1482 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3644 'rendering/shapes/BoxShapeTest.cpp', | 3642 'rendering/shapes/BoxShapeTest.cpp', |
| 3645 'rendering/style/OutlineValueTest.cpp', | 3643 'rendering/style/OutlineValueTest.cpp', |
| 3646 'testing/PrivateScriptTestTest.cpp', | 3644 'testing/PrivateScriptTestTest.cpp', |
| 3647 'streams/ReadableStreamTest.cpp', | 3645 'streams/ReadableStreamTest.cpp', |
| 3648 'testing/UnitTestHelpers.cpp', | 3646 'testing/UnitTestHelpers.cpp', |
| 3649 'testing/UnitTestHelpers.h', | 3647 'testing/UnitTestHelpers.h', |
| 3650 'xml/parser/SharedBufferReaderTest.cpp', | 3648 'xml/parser/SharedBufferReaderTest.cpp', |
| 3651 ], | 3649 ], |
| 3652 } | 3650 } |
| 3653 } | 3651 } |
| OLD | NEW |