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

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

Issue 19002005: Share Custom Element registration contexts between related documents. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Tweak the test to do lazy wrapping in both cases. Created 7 years, 5 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
OLDNEW
1 { 1 {
2 'variables': { 2 'variables': {
3 'deprecated_perl_core_idl_files': [ 3 'deprecated_perl_core_idl_files': [
4 'css/CSS.idl', 4 'css/CSS.idl',
5 'css/CSSCharsetRule.idl', 5 'css/CSSCharsetRule.idl',
6 'css/CSSFontFaceLoadEvent.idl', 6 'css/CSSFontFaceLoadEvent.idl',
7 'css/CSSFontFaceRule.idl', 7 'css/CSSFontFaceRule.idl',
8 'css/CSSHostRule.idl', 8 'css/CSSHostRule.idl',
9 'css/CSSImportRule.idl', 9 'css/CSSImportRule.idl',
10 'css/CSSMediaRule.idl', 10 'css/CSSMediaRule.idl',
(...skipping 1733 matching lines...) Expand 10 before | Expand all | Expand 10 after
1744 'dom/CustomElementCallbackInvocation.h', 1744 'dom/CustomElementCallbackInvocation.h',
1745 'dom/CustomElementCallbackQueue.cpp', 1745 'dom/CustomElementCallbackQueue.cpp',
1746 'dom/CustomElementCallbackQueue.h', 1746 'dom/CustomElementCallbackQueue.h',
1747 'dom/CustomElementDefinition.cpp', 1747 'dom/CustomElementDefinition.cpp',
1748 'dom/CustomElementDefinition.h', 1748 'dom/CustomElementDefinition.h',
1749 'dom/CustomElementDescriptor.h', 1749 'dom/CustomElementDescriptor.h',
1750 'dom/CustomElementDescriptorHash.h', 1750 'dom/CustomElementDescriptorHash.h',
1751 'dom/CustomElementLifecycleCallbacks.h', 1751 'dom/CustomElementLifecycleCallbacks.h',
1752 'dom/CustomElementRegistrationContext.cpp', 1752 'dom/CustomElementRegistrationContext.cpp',
1753 'dom/CustomElementRegistrationContext.h', 1753 'dom/CustomElementRegistrationContext.h',
1754 'dom/CustomElementRegistrationContextualizer.cpp',
1755 'dom/CustomElementRegistrationContextualizer.h',
1754 'dom/CustomElementRegistry.cpp', 1756 'dom/CustomElementRegistry.cpp',
1755 'dom/CustomElementRegistry.h', 1757 'dom/CustomElementRegistry.h',
1756 'dom/CustomElementUpgradeCandidateMap.cpp', 1758 'dom/CustomElementUpgradeCandidateMap.cpp',
1757 'dom/CustomElementUpgradeCandidateMap.h', 1759 'dom/CustomElementUpgradeCandidateMap.h',
1758 'dom/CustomEvent.cpp', 1760 'dom/CustomEvent.cpp',
1759 'dom/CustomEvent.h', 1761 'dom/CustomEvent.h',
1760 'dom/DOMError.cpp', 1762 'dom/DOMError.cpp',
1761 'dom/DOMError.h', 1763 'dom/DOMError.h',
1762 'dom/DOMException.cpp', 1764 'dom/DOMException.cpp',
1763 'dom/DOMException.h', 1765 'dom/DOMException.h',
(...skipping 2027 matching lines...) Expand 10 before | Expand all | Expand 10 after
3791 'bison_exe': 'bison', 3793 'bison_exe': 'bison',
3792 # We specify a preprocess so it happens locally and won't get 3794 # We specify a preprocess so it happens locally and won't get
3793 # distributed to goma. 3795 # distributed to goma.
3794 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to 3796 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to
3795 # use /usr/bin/clang once we require Xcode 4.x. 3797 # use /usr/bin/clang once we require Xcode 4.x.
3796 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' 3798 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"'
3797 }], 3799 }],
3798 ], 3800 ],
3799 } 3801 }
3800 } 3802 }
OLDNEW
« no previous file with comments | « Source/bindings/v8/CustomElementConstructorBuilder.cpp ('k') | Source/core/dom/CustomElementRegistrationContextualizer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698