| 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 2126 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2137 'dom/ElementFullscreen.cpp', | 2137 'dom/ElementFullscreen.cpp', |
| 2138 'dom/ElementFullscreen.h', | 2138 'dom/ElementFullscreen.h', |
| 2139 'dom/ElementRareData.cpp', | 2139 'dom/ElementRareData.cpp', |
| 2140 'dom/ElementRareData.h', | 2140 'dom/ElementRareData.h', |
| 2141 'dom/ElementTraversal.h', | 2141 'dom/ElementTraversal.h', |
| 2142 'dom/EmptyNodeList.cpp', | 2142 'dom/EmptyNodeList.cpp', |
| 2143 'dom/EmptyNodeList.h', | 2143 'dom/EmptyNodeList.h', |
| 2144 'dom/ExecutionContext.cpp', | 2144 'dom/ExecutionContext.cpp', |
| 2145 'dom/ExecutionContext.h', | 2145 'dom/ExecutionContext.h', |
| 2146 'dom/ExecutionContextTask.h', | 2146 'dom/ExecutionContextTask.h', |
| 2147 'dom/FirstLetterPseudoElement.h', |
| 2148 'dom/FirstLetterPseudoElement.cpp', |
| 2147 'dom/Fullscreen.cpp', | 2149 'dom/Fullscreen.cpp', |
| 2148 'dom/Fullscreen.h', | 2150 'dom/Fullscreen.h', |
| 2149 'dom/GlobalEventHandlers.h', | 2151 'dom/GlobalEventHandlers.h', |
| 2150 'dom/IconURL.cpp', | 2152 'dom/IconURL.cpp', |
| 2151 'dom/IconURL.h', | 2153 'dom/IconURL.h', |
| 2152 'dom/IdTargetObserver.cpp', | 2154 'dom/IdTargetObserver.cpp', |
| 2153 'dom/IdTargetObserver.h', | 2155 'dom/IdTargetObserver.h', |
| 2154 'dom/IdTargetObserverRegistry.cpp', | 2156 'dom/IdTargetObserverRegistry.cpp', |
| 2155 'dom/IdTargetObserverRegistry.h', | 2157 'dom/IdTargetObserverRegistry.h', |
| 2156 'dom/IgnoreDestructiveWriteCountIncrementer.h', | 2158 'dom/IgnoreDestructiveWriteCountIncrementer.h', |
| (...skipping 1456 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3613 'rendering/style/OutlineValueTest.cpp', | 3615 'rendering/style/OutlineValueTest.cpp', |
| 3614 'rendering/style/RenderStyleTest.cpp', | 3616 'rendering/style/RenderStyleTest.cpp', |
| 3615 'testing/PrivateScriptTestTest.cpp', | 3617 'testing/PrivateScriptTestTest.cpp', |
| 3616 'streams/ReadableStreamTest.cpp', | 3618 'streams/ReadableStreamTest.cpp', |
| 3617 'testing/UnitTestHelpers.cpp', | 3619 'testing/UnitTestHelpers.cpp', |
| 3618 'testing/UnitTestHelpers.h', | 3620 'testing/UnitTestHelpers.h', |
| 3619 'xml/parser/SharedBufferReaderTest.cpp', | 3621 'xml/parser/SharedBufferReaderTest.cpp', |
| 3620 ], | 3622 ], |
| 3621 } | 3623 } |
| 3622 } | 3624 } |
| OLD | NEW |