OLD | NEW |
1 { | 1 { |
2 'variables': { | 2 'variables': { |
3 'core_idl_files': [ | 3 'core_idl_files': [ |
4 'animation/ElementAnimation.idl', | 4 'animation/ElementAnimation.idl', |
5 'css/CSS.idl', | 5 'css/CSS.idl', |
6 'css/CSSCharsetRule.idl', | 6 'css/CSSCharsetRule.idl', |
7 'css/CSSFontFaceLoadEvent.idl', | 7 'css/CSSFontFaceLoadEvent.idl', |
8 'css/CSSFontFaceRule.idl', | 8 'css/CSSFontFaceRule.idl', |
9 'css/CSSImportRule.idl', | 9 'css/CSSImportRule.idl', |
10 'css/CSSKeyframeRule.idl', | 10 'css/CSSKeyframeRule.idl', |
(...skipping 2005 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2016 'dom/custom/CustomElementCallbackScheduler.h', | 2016 'dom/custom/CustomElementCallbackScheduler.h', |
2017 'dom/custom/CustomElementDefinition.cpp', | 2017 'dom/custom/CustomElementDefinition.cpp', |
2018 'dom/custom/CustomElementDefinition.h', | 2018 'dom/custom/CustomElementDefinition.h', |
2019 'dom/custom/CustomElementDescriptor.h', | 2019 'dom/custom/CustomElementDescriptor.h', |
2020 'dom/custom/CustomElementDescriptorHash.h', | 2020 'dom/custom/CustomElementDescriptorHash.h', |
2021 'dom/custom/CustomElementException.cpp', | 2021 'dom/custom/CustomElementException.cpp', |
2022 'dom/custom/CustomElementException.h', | 2022 'dom/custom/CustomElementException.h', |
2023 'dom/custom/CustomElementLifecycleCallbacks.h', | 2023 'dom/custom/CustomElementLifecycleCallbacks.h', |
2024 'dom/custom/CustomElementObserver.cpp', | 2024 'dom/custom/CustomElementObserver.cpp', |
2025 'dom/custom/CustomElementObserver.h', | 2025 'dom/custom/CustomElementObserver.h', |
| 2026 'dom/custom/CustomElementProcessingStep.h', |
2026 'dom/custom/CustomElementRegistrationContext.cpp', | 2027 'dom/custom/CustomElementRegistrationContext.cpp', |
2027 'dom/custom/CustomElementRegistrationContext.h', | 2028 'dom/custom/CustomElementRegistrationContext.h', |
2028 'dom/custom/CustomElementRegistry.cpp', | 2029 'dom/custom/CustomElementRegistry.cpp', |
2029 'dom/custom/CustomElementRegistry.h', | 2030 'dom/custom/CustomElementRegistry.h', |
| 2031 'dom/custom/CustomElementResolutionStep.cpp', |
| 2032 'dom/custom/CustomElementResolutionStep.h', |
2030 'dom/custom/CustomElementUpgradeCandidateMap.cpp', | 2033 'dom/custom/CustomElementUpgradeCandidateMap.cpp', |
2031 'dom/custom/CustomElementUpgradeCandidateMap.h', | 2034 'dom/custom/CustomElementUpgradeCandidateMap.h', |
2032 'dom/shadow/ComposedTreeWalker.cpp', | 2035 'dom/shadow/ComposedTreeWalker.cpp', |
2033 'dom/shadow/ComposedTreeWalker.h', | 2036 'dom/shadow/ComposedTreeWalker.h', |
2034 'dom/shadow/ContentDistribution.cpp', | 2037 'dom/shadow/ContentDistribution.cpp', |
2035 'dom/shadow/ContentDistribution.h', | 2038 'dom/shadow/ContentDistribution.h', |
2036 'dom/shadow/ElementShadow.cpp', | 2039 'dom/shadow/ElementShadow.cpp', |
2037 'dom/shadow/ElementShadow.h', | 2040 'dom/shadow/ElementShadow.h', |
2038 'dom/shadow/InsertionPoint.cpp', | 2041 'dom/shadow/InsertionPoint.cpp', |
2039 'dom/shadow/InsertionPoint.h', | 2042 'dom/shadow/InsertionPoint.h', |
(...skipping 1210 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3250 'platform/animation/TimingFunctionTestHelper.h', | 3253 'platform/animation/TimingFunctionTestHelper.h', |
3251 'platform/animation/TimingFunctionTestHelper.cpp', | 3254 'platform/animation/TimingFunctionTestHelper.cpp', |
3252 'platform/animation/TimingFunctionTestHelperTest.cpp', | 3255 'platform/animation/TimingFunctionTestHelperTest.cpp', |
3253 'rendering/RenderOverflowTest.cpp', | 3256 'rendering/RenderOverflowTest.cpp', |
3254 'rendering/shapes/BoxShapeTest.cpp', | 3257 'rendering/shapes/BoxShapeTest.cpp', |
3255 'testing/UnitTestHelpers.h', | 3258 'testing/UnitTestHelpers.h', |
3256 'testing/UnitTestHelpers.cpp', | 3259 'testing/UnitTestHelpers.cpp', |
3257 ], | 3260 ], |
3258 } | 3261 } |
3259 } | 3262 } |
OLD | NEW |