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 2020 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2031 'dom/custom/CustomElementCallbackScheduler.h', | 2031 'dom/custom/CustomElementCallbackScheduler.h', |
2032 'dom/custom/CustomElementDefinition.cpp', | 2032 'dom/custom/CustomElementDefinition.cpp', |
2033 'dom/custom/CustomElementDefinition.h', | 2033 'dom/custom/CustomElementDefinition.h', |
2034 'dom/custom/CustomElementDescriptor.h', | 2034 'dom/custom/CustomElementDescriptor.h', |
2035 'dom/custom/CustomElementDescriptorHash.h', | 2035 'dom/custom/CustomElementDescriptorHash.h', |
2036 'dom/custom/CustomElementException.cpp', | 2036 'dom/custom/CustomElementException.cpp', |
2037 'dom/custom/CustomElementException.h', | 2037 'dom/custom/CustomElementException.h', |
2038 'dom/custom/CustomElementLifecycleCallbacks.h', | 2038 'dom/custom/CustomElementLifecycleCallbacks.h', |
2039 'dom/custom/CustomElementObserver.cpp', | 2039 'dom/custom/CustomElementObserver.cpp', |
2040 'dom/custom/CustomElementObserver.h', | 2040 'dom/custom/CustomElementObserver.h', |
| 2041 'dom/custom/CustomElementProcessingStep.h', |
2041 'dom/custom/CustomElementRegistrationContext.cpp', | 2042 'dom/custom/CustomElementRegistrationContext.cpp', |
2042 'dom/custom/CustomElementRegistrationContext.h', | 2043 'dom/custom/CustomElementRegistrationContext.h', |
2043 'dom/custom/CustomElementRegistry.cpp', | 2044 'dom/custom/CustomElementRegistry.cpp', |
2044 'dom/custom/CustomElementRegistry.h', | 2045 'dom/custom/CustomElementRegistry.h', |
| 2046 'dom/custom/CustomElementResolutionStep.cpp', |
| 2047 'dom/custom/CustomElementResolutionStep.h', |
2045 'dom/custom/CustomElementUpgradeCandidateMap.cpp', | 2048 'dom/custom/CustomElementUpgradeCandidateMap.cpp', |
2046 'dom/custom/CustomElementUpgradeCandidateMap.h', | 2049 'dom/custom/CustomElementUpgradeCandidateMap.h', |
2047 'dom/shadow/ComposedTreeWalker.cpp', | 2050 'dom/shadow/ComposedTreeWalker.cpp', |
2048 'dom/shadow/ComposedTreeWalker.h', | 2051 'dom/shadow/ComposedTreeWalker.h', |
2049 'dom/shadow/ContentDistribution.cpp', | 2052 'dom/shadow/ContentDistribution.cpp', |
2050 'dom/shadow/ContentDistribution.h', | 2053 'dom/shadow/ContentDistribution.h', |
2051 'dom/shadow/ElementShadow.cpp', | 2054 'dom/shadow/ElementShadow.cpp', |
2052 'dom/shadow/ElementShadow.h', | 2055 'dom/shadow/ElementShadow.h', |
2053 'dom/shadow/InsertionPoint.cpp', | 2056 'dom/shadow/InsertionPoint.cpp', |
2054 'dom/shadow/InsertionPoint.h', | 2057 'dom/shadow/InsertionPoint.h', |
(...skipping 1213 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3268 'platform/animation/TimingFunctionTestHelper.h', | 3271 'platform/animation/TimingFunctionTestHelper.h', |
3269 'platform/animation/TimingFunctionTestHelper.cpp', | 3272 'platform/animation/TimingFunctionTestHelper.cpp', |
3270 'platform/animation/TimingFunctionTestHelperTest.cpp', | 3273 'platform/animation/TimingFunctionTestHelperTest.cpp', |
3271 'rendering/RenderOverflowTest.cpp', | 3274 'rendering/RenderOverflowTest.cpp', |
3272 'rendering/shapes/BoxShapeTest.cpp', | 3275 'rendering/shapes/BoxShapeTest.cpp', |
3273 'testing/UnitTestHelpers.h', | 3276 'testing/UnitTestHelpers.h', |
3274 'testing/UnitTestHelpers.cpp', | 3277 'testing/UnitTestHelpers.cpp', |
3275 ], | 3278 ], |
3276 } | 3279 } |
3277 } | 3280 } |
OLD | NEW |