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 2091 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2102 'dom/ElementFullscreen.cpp', | 2102 'dom/ElementFullscreen.cpp', |
2103 'dom/ElementFullscreen.h', | 2103 'dom/ElementFullscreen.h', |
2104 'dom/ElementRareData.cpp', | 2104 'dom/ElementRareData.cpp', |
2105 'dom/ElementRareData.h', | 2105 'dom/ElementRareData.h', |
2106 'dom/ElementTraversal.h', | 2106 'dom/ElementTraversal.h', |
2107 'dom/EmptyNodeList.cpp', | 2107 'dom/EmptyNodeList.cpp', |
2108 'dom/EmptyNodeList.h', | 2108 'dom/EmptyNodeList.h', |
2109 'dom/ExecutionContext.cpp', | 2109 'dom/ExecutionContext.cpp', |
2110 'dom/ExecutionContext.h', | 2110 'dom/ExecutionContext.h', |
2111 'dom/ExecutionContextTask.h', | 2111 'dom/ExecutionContextTask.h', |
| 2112 'dom/FirstLetterPseudoElement.h', |
| 2113 'dom/FirstLetterPseudoElement.cpp', |
2112 'dom/Fullscreen.cpp', | 2114 'dom/Fullscreen.cpp', |
2113 'dom/Fullscreen.h', | 2115 'dom/Fullscreen.h', |
2114 'dom/GlobalEventHandlers.h', | 2116 'dom/GlobalEventHandlers.h', |
2115 'dom/IconURL.cpp', | 2117 'dom/IconURL.cpp', |
2116 'dom/IconURL.h', | 2118 'dom/IconURL.h', |
2117 'dom/IdTargetObserver.cpp', | 2119 'dom/IdTargetObserver.cpp', |
2118 'dom/IdTargetObserver.h', | 2120 'dom/IdTargetObserver.h', |
2119 'dom/IdTargetObserverRegistry.cpp', | 2121 'dom/IdTargetObserverRegistry.cpp', |
2120 'dom/IdTargetObserverRegistry.h', | 2122 'dom/IdTargetObserverRegistry.h', |
2121 'dom/IgnoreDestructiveWriteCountIncrementer.h', | 2123 'dom/IgnoreDestructiveWriteCountIncrementer.h', |
(...skipping 1478 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3600 'rendering/shapes/BoxShapeTest.cpp', | 3602 'rendering/shapes/BoxShapeTest.cpp', |
3601 'rendering/style/OutlineValueTest.cpp', | 3603 'rendering/style/OutlineValueTest.cpp', |
3602 'testing/PrivateScriptTestTest.cpp', | 3604 'testing/PrivateScriptTestTest.cpp', |
3603 'streams/ReadableStreamTest.cpp', | 3605 'streams/ReadableStreamTest.cpp', |
3604 'testing/UnitTestHelpers.cpp', | 3606 'testing/UnitTestHelpers.cpp', |
3605 'testing/UnitTestHelpers.h', | 3607 'testing/UnitTestHelpers.h', |
3606 'xml/parser/SharedBufferReaderTest.cpp', | 3608 'xml/parser/SharedBufferReaderTest.cpp', |
3607 ], | 3609 ], |
3608 } | 3610 } |
3609 } | 3611 } |
OLD | NEW |