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

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

Issue 14626005: Upgrade elements that are created before a custom element definition is registered (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Feedback+test Created 7 years, 7 months 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
« no previous file with comments | « Source/bindings/v8/CustomElementHelpers.cpp ('k') | Source/core/dom/CustomElementDefinition.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 'variables': { 2 'variables': {
3 'core_idl_files': [ 3 'core_idl_files': [
4 'css/CSSCharsetRule.idl', 4 'css/CSSCharsetRule.idl',
5 'css/CSSFontFaceLoadEvent.idl', 5 'css/CSSFontFaceLoadEvent.idl',
6 'css/CSSFontFaceRule.idl', 6 'css/CSSFontFaceRule.idl',
7 'css/CSSHostRule.idl', 7 'css/CSSHostRule.idl',
8 'css/CSSImportRule.idl', 8 'css/CSSImportRule.idl',
9 'css/CSSMediaRule.idl', 9 'css/CSSMediaRule.idl',
10 'css/CSSPageRule.idl', 10 'css/CSSPageRule.idl',
(...skipping 1677 matching lines...) Expand 10 before | Expand all | Expand 10 after
1688 'dom/ContextDestructionObserver.cpp', 1688 'dom/ContextDestructionObserver.cpp',
1689 'dom/ContextFeatures.cpp', 1689 'dom/ContextFeatures.cpp',
1690 'dom/ContextFeatures.h', 1690 'dom/ContextFeatures.h',
1691 'dom/CrossThreadTask.h', 1691 'dom/CrossThreadTask.h',
1692 'dom/CustomElementConstructor.cpp', 1692 'dom/CustomElementConstructor.cpp',
1693 'dom/CustomElementConstructor.h', 1693 'dom/CustomElementConstructor.h',
1694 'dom/CustomElementDefinition.cpp', 1694 'dom/CustomElementDefinition.cpp',
1695 'dom/CustomElementDefinition.h', 1695 'dom/CustomElementDefinition.h',
1696 'dom/CustomElementRegistry.cpp', 1696 'dom/CustomElementRegistry.cpp',
1697 'dom/CustomElementRegistry.h', 1697 'dom/CustomElementRegistry.h',
1698 'dom/CustomElementUpgradeCandidateMap.cpp',
1699 'dom/CustomElementUpgradeCandidateMap.h',
1698 'dom/CustomEvent.cpp', 1700 'dom/CustomEvent.cpp',
1699 'dom/CustomEvent.h', 1701 'dom/CustomEvent.h',
1700 'dom/DOMCoreException.cpp', 1702 'dom/DOMCoreException.cpp',
1701 'dom/DOMCoreException.h', 1703 'dom/DOMCoreException.h',
1702 'dom/DOMError.cpp', 1704 'dom/DOMError.cpp',
1703 'dom/DOMError.h', 1705 'dom/DOMError.h',
1704 'dom/DOMImplementation.cpp', 1706 'dom/DOMImplementation.cpp',
1705 'dom/DOMNamedFlowCollection.cpp', 1707 'dom/DOMNamedFlowCollection.cpp',
1706 'dom/DOMNamedFlowCollection.h', 1708 'dom/DOMNamedFlowCollection.h',
1707 'dom/DOMStringList.cpp', 1709 'dom/DOMStringList.cpp',
(...skipping 1976 matching lines...) Expand 10 before | Expand all | Expand 10 after
3684 'bison_exe': 'bison', 3686 'bison_exe': 'bison',
3685 # We specify a preprocess so it happens locally and won't get 3687 # We specify a preprocess so it happens locally and won't get
3686 # distributed to goma. 3688 # distributed to goma.
3687 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to 3689 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to
3688 # use /usr/bin/clang once we require Xcode 4.x. 3690 # use /usr/bin/clang once we require Xcode 4.x.
3689 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' 3691 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"'
3690 }], 3692 }],
3691 ], 3693 ],
3692 } 3694 }
3693 } 3695 }
OLDNEW
« no previous file with comments | « Source/bindings/v8/CustomElementHelpers.cpp ('k') | Source/core/dom/CustomElementDefinition.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698