OLD | NEW |
1 { | 1 { |
2 'variables': { | 2 'variables': { |
3 # Files for which bindings (.cpp and .h files) will be generated | 3 # Files for which bindings (.cpp and .h files) will be generated |
4 'core_idl_files': [ | 4 'core_idl_files': [ |
5 'animation/Animation.idl', | 5 'animation/Animation.idl', |
6 'animation/Player.idl', | 6 'animation/Player.idl', |
7 'animation/TimedItem.idl', | 7 'animation/TimedItem.idl', |
8 'css/CSS.idl', | 8 'css/CSS.idl', |
9 'css/CSSCharsetRule.idl', | 9 'css/CSSCharsetRule.idl', |
10 'css/CSSFontFaceLoadEvent.idl', | 10 'css/CSSFontFaceLoadEvent.idl', |
(...skipping 2019 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2030 'dom/custom/CustomElementCallbackInvocation.h', | 2030 'dom/custom/CustomElementCallbackInvocation.h', |
2031 'dom/custom/CustomElementCallbackQueue.cpp', | 2031 'dom/custom/CustomElementCallbackQueue.cpp', |
2032 'dom/custom/CustomElementCallbackQueue.h', | 2032 'dom/custom/CustomElementCallbackQueue.h', |
2033 'dom/custom/CustomElementDefinition.cpp', | 2033 'dom/custom/CustomElementDefinition.cpp', |
2034 'dom/custom/CustomElementDefinition.h', | 2034 'dom/custom/CustomElementDefinition.h', |
2035 'dom/custom/CustomElementDescriptor.h', | 2035 'dom/custom/CustomElementDescriptor.h', |
2036 'dom/custom/CustomElementDescriptorHash.h', | 2036 'dom/custom/CustomElementDescriptorHash.h', |
2037 'dom/custom/CustomElementException.cpp', | 2037 'dom/custom/CustomElementException.cpp', |
2038 'dom/custom/CustomElementException.h', | 2038 'dom/custom/CustomElementException.h', |
2039 'dom/custom/CustomElementLifecycleCallbacks.h', | 2039 'dom/custom/CustomElementLifecycleCallbacks.h', |
2040 'dom/custom/CustomElementMicrotaskElementStep.cpp', | 2040 'dom/custom/CustomElementMicrotaskDispatcher.cpp', |
2041 'dom/custom/CustomElementMicrotaskElementStep.h', | 2041 'dom/custom/CustomElementMicrotaskDispatcher.h', |
2042 'dom/custom/CustomElementMicrotaskImportStep.cpp', | 2042 'dom/custom/CustomElementMicrotaskImportStep.cpp', |
2043 'dom/custom/CustomElementMicrotaskImportStep.h', | 2043 'dom/custom/CustomElementMicrotaskImportStep.h', |
2044 'dom/custom/CustomElementMicrotaskQueue.cpp', | 2044 'dom/custom/CustomElementMicrotaskQueue.cpp', |
2045 'dom/custom/CustomElementMicrotaskQueue.h', | 2045 'dom/custom/CustomElementMicrotaskQueue.h', |
| 2046 'dom/custom/CustomElementMicrotaskResolutionStep.cpp', |
| 2047 'dom/custom/CustomElementMicrotaskResolutionStep.h', |
2046 'dom/custom/CustomElementMicrotaskStep.h', | 2048 'dom/custom/CustomElementMicrotaskStep.h', |
2047 'dom/custom/CustomElementObserver.cpp', | 2049 'dom/custom/CustomElementObserver.cpp', |
2048 'dom/custom/CustomElementObserver.h', | 2050 'dom/custom/CustomElementObserver.h', |
2049 'dom/custom/CustomElementProcessingStep.h', | 2051 'dom/custom/CustomElementProcessingStep.h', |
2050 'dom/custom/CustomElementRegistrationContext.cpp', | 2052 'dom/custom/CustomElementRegistrationContext.cpp', |
2051 'dom/custom/CustomElementRegistrationContext.h', | 2053 'dom/custom/CustomElementRegistrationContext.h', |
2052 'dom/custom/CustomElementRegistry.cpp', | 2054 'dom/custom/CustomElementRegistry.cpp', |
2053 'dom/custom/CustomElementRegistry.h', | 2055 'dom/custom/CustomElementRegistry.h', |
2054 'dom/custom/CustomElementResolutionStep.cpp', | |
2055 'dom/custom/CustomElementResolutionStep.h', | |
2056 'dom/custom/CustomElementScheduler.cpp', | 2056 'dom/custom/CustomElementScheduler.cpp', |
2057 'dom/custom/CustomElementScheduler.h', | 2057 'dom/custom/CustomElementScheduler.h', |
2058 'dom/custom/CustomElementUpgradeCandidateMap.cpp', | 2058 'dom/custom/CustomElementUpgradeCandidateMap.cpp', |
2059 'dom/custom/CustomElementUpgradeCandidateMap.h', | 2059 'dom/custom/CustomElementUpgradeCandidateMap.h', |
2060 'dom/shadow/ComposedTreeWalker.cpp', | 2060 'dom/shadow/ComposedTreeWalker.cpp', |
2061 'dom/shadow/ComposedTreeWalker.h', | 2061 'dom/shadow/ComposedTreeWalker.h', |
2062 'dom/shadow/ContentDistribution.cpp', | 2062 'dom/shadow/ContentDistribution.cpp', |
2063 'dom/shadow/ContentDistribution.h', | 2063 'dom/shadow/ContentDistribution.h', |
2064 'dom/shadow/ElementShadow.cpp', | 2064 'dom/shadow/ElementShadow.cpp', |
2065 'dom/shadow/ElementShadow.h', | 2065 'dom/shadow/ElementShadow.h', |
(...skipping 1199 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3265 'html/parser/HTMLParserThreadTest.cpp', | 3265 'html/parser/HTMLParserThreadTest.cpp', |
3266 'html/track/vtt/BufferedLineReaderTest.cpp', | 3266 'html/track/vtt/BufferedLineReaderTest.cpp', |
3267 'html/track/vtt/VTTScannerTest.cpp', | 3267 'html/track/vtt/VTTScannerTest.cpp', |
3268 'rendering/RenderOverflowTest.cpp', | 3268 'rendering/RenderOverflowTest.cpp', |
3269 'rendering/shapes/BoxShapeTest.cpp', | 3269 'rendering/shapes/BoxShapeTest.cpp', |
3270 'testing/UnitTestHelpers.cpp', | 3270 'testing/UnitTestHelpers.cpp', |
3271 'testing/UnitTestHelpers.h', | 3271 'testing/UnitTestHelpers.h', |
3272 ], | 3272 ], |
3273 } | 3273 } |
3274 } | 3274 } |
OLD | NEW |