| 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 2255 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2266 'dom/ElementRareData.cpp', | 2266 'dom/ElementRareData.cpp', |
| 2267 'dom/ElementRareData.h', | 2267 'dom/ElementRareData.h', |
| 2268 'dom/ElementTraversal.h', | 2268 'dom/ElementTraversal.h', |
| 2269 'dom/EmptyNodeList.cpp', | 2269 'dom/EmptyNodeList.cpp', |
| 2270 'dom/EmptyNodeList.h', | 2270 'dom/EmptyNodeList.h', |
| 2271 'dom/ExecutionContext.cpp', | 2271 'dom/ExecutionContext.cpp', |
| 2272 'dom/ExecutionContext.h', | 2272 'dom/ExecutionContext.h', |
| 2273 'dom/ExecutionContextTask.h', | 2273 'dom/ExecutionContextTask.h', |
| 2274 'dom/FirstLetterPseudoElement.cpp', | 2274 'dom/FirstLetterPseudoElement.cpp', |
| 2275 'dom/FirstLetterPseudoElement.h', | 2275 'dom/FirstLetterPseudoElement.h', |
| 2276 'dom/FlexibleArrayBufferView.h', |
| 2276 'dom/FrameRequestCallback.h', | 2277 'dom/FrameRequestCallback.h', |
| 2277 'dom/FrameRequestCallbackCollection.cpp', | 2278 'dom/FrameRequestCallbackCollection.cpp', |
| 2278 'dom/FrameRequestCallbackCollection.h', | 2279 'dom/FrameRequestCallbackCollection.h', |
| 2279 'dom/Fullscreen.cpp', | 2280 'dom/Fullscreen.cpp', |
| 2280 'dom/Fullscreen.h', | 2281 'dom/Fullscreen.h', |
| 2281 'dom/GlobalEventHandlers.h', | 2282 'dom/GlobalEventHandlers.h', |
| 2282 'dom/IconURL.cpp', | 2283 'dom/IconURL.cpp', |
| 2283 'dom/IconURL.h', | 2284 'dom/IconURL.h', |
| 2284 'dom/IdTargetObserver.cpp', | 2285 'dom/IdTargetObserver.cpp', |
| 2285 'dom/IdTargetObserver.h', | 2286 'dom/IdTargetObserver.h', |
| (...skipping 1529 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3815 'style/OutlineValueTest.cpp', | 3816 'style/OutlineValueTest.cpp', |
| 3816 'style/SVGComputedStyleTest.cpp', | 3817 'style/SVGComputedStyleTest.cpp', |
| 3817 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 3818 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
| 3818 'testing/PrivateScriptTestTest.cpp', | 3819 'testing/PrivateScriptTestTest.cpp', |
| 3819 'timing/MemoryInfoTest.cpp', | 3820 'timing/MemoryInfoTest.cpp', |
| 3820 'workers/WorkerThreadTest.cpp', | 3821 'workers/WorkerThreadTest.cpp', |
| 3821 'xml/parser/SharedBufferReaderTest.cpp', | 3822 'xml/parser/SharedBufferReaderTest.cpp', |
| 3822 ], | 3823 ], |
| 3823 } | 3824 } |
| 3824 } | 3825 } |
| OLD | NEW |