| 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 2009 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2020 'dom/ElementFullscreen.cpp', | 2020 'dom/ElementFullscreen.cpp', |
| 2021 'dom/ElementFullscreen.h', | 2021 'dom/ElementFullscreen.h', |
| 2022 'dom/ElementRareData.cpp', | 2022 'dom/ElementRareData.cpp', |
| 2023 'dom/ElementRareData.h', | 2023 'dom/ElementRareData.h', |
| 2024 'dom/ElementTraversal.h', | 2024 'dom/ElementTraversal.h', |
| 2025 'dom/EmptyNodeList.cpp', | 2025 'dom/EmptyNodeList.cpp', |
| 2026 'dom/EmptyNodeList.h', | 2026 'dom/EmptyNodeList.h', |
| 2027 'dom/ExecutionContext.cpp', | 2027 'dom/ExecutionContext.cpp', |
| 2028 'dom/ExecutionContext.h', | 2028 'dom/ExecutionContext.h', |
| 2029 'dom/ExecutionContextTask.h', | 2029 'dom/ExecutionContextTask.h', |
| 2030 'dom/FullscreenElementStack.cpp', | 2030 'dom/Fullscreen.cpp', |
| 2031 'dom/FullscreenElementStack.h', | 2031 'dom/Fullscreen.h', |
| 2032 'dom/GlobalEventHandlers.h', | 2032 'dom/GlobalEventHandlers.h', |
| 2033 'dom/IconURL.cpp', | 2033 'dom/IconURL.cpp', |
| 2034 'dom/IconURL.h', | 2034 'dom/IconURL.h', |
| 2035 'dom/IdTargetObserver.cpp', | 2035 'dom/IdTargetObserver.cpp', |
| 2036 'dom/IdTargetObserver.h', | 2036 'dom/IdTargetObserver.h', |
| 2037 'dom/IdTargetObserverRegistry.cpp', | 2037 'dom/IdTargetObserverRegistry.cpp', |
| 2038 'dom/IdTargetObserverRegistry.h', | 2038 'dom/IdTargetObserverRegistry.h', |
| 2039 'dom/IgnoreDestructiveWriteCountIncrementer.h', | 2039 'dom/IgnoreDestructiveWriteCountIncrementer.h', |
| 2040 'dom/IncrementLoadEventDelayCount.cpp', | 2040 'dom/IncrementLoadEventDelayCount.cpp', |
| 2041 'dom/IncrementLoadEventDelayCount.h', | 2041 'dom/IncrementLoadEventDelayCount.h', |
| (...skipping 1421 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3463 'rendering/shapes/BoxShapeTest.cpp', | 3463 'rendering/shapes/BoxShapeTest.cpp', |
| 3464 'rendering/style/OutlineValueTest.cpp', | 3464 'rendering/style/OutlineValueTest.cpp', |
| 3465 'testing/PrivateScriptTestTest.cpp', | 3465 'testing/PrivateScriptTestTest.cpp', |
| 3466 'streams/ReadableStreamTest.cpp', | 3466 'streams/ReadableStreamTest.cpp', |
| 3467 'testing/UnitTestHelpers.cpp', | 3467 'testing/UnitTestHelpers.cpp', |
| 3468 'testing/UnitTestHelpers.h', | 3468 'testing/UnitTestHelpers.h', |
| 3469 'xml/parser/SharedBufferReaderTest.cpp', | 3469 'xml/parser/SharedBufferReaderTest.cpp', |
| 3470 ], | 3470 ], |
| 3471 } | 3471 } |
| 3472 } | 3472 } |
| OLD | NEW |