Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(371)

Side by Side Diff: Source/core/core.gypi

Issue 106903007: Let unresolved custom element go through CustomElementCallbackQueue. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Updated Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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 2006 matching lines...) Expand 10 before | Expand all | Expand 10 after
2017 'dom/custom/CustomElementCallbackScheduler.h', 2017 'dom/custom/CustomElementCallbackScheduler.h',
2018 'dom/custom/CustomElementDefinition.cpp', 2018 'dom/custom/CustomElementDefinition.cpp',
2019 'dom/custom/CustomElementDefinition.h', 2019 'dom/custom/CustomElementDefinition.h',
2020 'dom/custom/CustomElementDescriptor.h', 2020 'dom/custom/CustomElementDescriptor.h',
2021 'dom/custom/CustomElementDescriptorHash.h', 2021 'dom/custom/CustomElementDescriptorHash.h',
2022 'dom/custom/CustomElementException.cpp', 2022 'dom/custom/CustomElementException.cpp',
2023 'dom/custom/CustomElementException.h', 2023 'dom/custom/CustomElementException.h',
2024 'dom/custom/CustomElementLifecycleCallbacks.h', 2024 'dom/custom/CustomElementLifecycleCallbacks.h',
2025 'dom/custom/CustomElementObserver.cpp', 2025 'dom/custom/CustomElementObserver.cpp',
2026 'dom/custom/CustomElementObserver.h', 2026 'dom/custom/CustomElementObserver.h',
2027 'dom/custom/CustomElementProcessingStep.h',
2027 'dom/custom/CustomElementRegistrationContext.cpp', 2028 'dom/custom/CustomElementRegistrationContext.cpp',
2028 'dom/custom/CustomElementRegistrationContext.h', 2029 'dom/custom/CustomElementRegistrationContext.h',
2029 'dom/custom/CustomElementRegistry.cpp', 2030 'dom/custom/CustomElementRegistry.cpp',
2030 'dom/custom/CustomElementRegistry.h', 2031 'dom/custom/CustomElementRegistry.h',
2032 'dom/custom/CustomElementResolutionStep.cpp',
2033 'dom/custom/CustomElementResolutionStep.h',
2031 'dom/custom/CustomElementUpgradeCandidateMap.cpp', 2034 'dom/custom/CustomElementUpgradeCandidateMap.cpp',
2032 'dom/custom/CustomElementUpgradeCandidateMap.h', 2035 'dom/custom/CustomElementUpgradeCandidateMap.h',
2033 'dom/shadow/ComposedTreeWalker.cpp', 2036 'dom/shadow/ComposedTreeWalker.cpp',
2034 'dom/shadow/ComposedTreeWalker.h', 2037 'dom/shadow/ComposedTreeWalker.h',
2035 'dom/shadow/ContentDistribution.cpp', 2038 'dom/shadow/ContentDistribution.cpp',
2036 'dom/shadow/ContentDistribution.h', 2039 'dom/shadow/ContentDistribution.h',
2037 'dom/shadow/ElementShadow.cpp', 2040 'dom/shadow/ElementShadow.cpp',
2038 'dom/shadow/ElementShadow.h', 2041 'dom/shadow/ElementShadow.h',
2039 'dom/shadow/InsertionPoint.cpp', 2042 'dom/shadow/InsertionPoint.cpp',
2040 'dom/shadow/InsertionPoint.h', 2043 'dom/shadow/InsertionPoint.h',
(...skipping 1214 matching lines...) Expand 10 before | Expand all | Expand 10 after
3255 'platform/animation/TimingFunctionTestHelper.h', 3258 'platform/animation/TimingFunctionTestHelper.h',
3256 'platform/animation/TimingFunctionTestHelper.cpp', 3259 'platform/animation/TimingFunctionTestHelper.cpp',
3257 'platform/animation/TimingFunctionTestHelperTest.cpp', 3260 'platform/animation/TimingFunctionTestHelperTest.cpp',
3258 'rendering/RenderOverflowTest.cpp', 3261 'rendering/RenderOverflowTest.cpp',
3259 'rendering/shapes/BoxShapeTest.cpp', 3262 'rendering/shapes/BoxShapeTest.cpp',
3260 'testing/UnitTestHelpers.h', 3263 'testing/UnitTestHelpers.h',
3261 'testing/UnitTestHelpers.cpp', 3264 'testing/UnitTestHelpers.cpp',
3262 ], 3265 ],
3263 } 3266 }
3264 } 3267 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698