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

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

Issue 16708002: Simplify Custom Element constructors to be functions, not wrappers (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased Created 7 years, 6 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 'core_idl_files': [ 3 '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 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
43 'dom/Attr.idl', 43 'dom/Attr.idl',
44 'dom/AutocompleteErrorEvent.idl', 44 'dom/AutocompleteErrorEvent.idl',
45 'dom/BeforeLoadEvent.idl', 45 'dom/BeforeLoadEvent.idl',
46 'dom/CDATASection.idl', 46 'dom/CDATASection.idl',
47 'dom/CharacterData.idl', 47 'dom/CharacterData.idl',
48 'dom/ClientRect.idl', 48 'dom/ClientRect.idl',
49 'dom/ClientRectList.idl', 49 'dom/ClientRectList.idl',
50 'dom/Clipboard.idl', 50 'dom/Clipboard.idl',
51 'dom/Comment.idl', 51 'dom/Comment.idl',
52 'dom/CompositionEvent.idl', 52 'dom/CompositionEvent.idl',
53 'dom/CustomElementConstructor.idl',
54 'dom/CustomEvent.idl', 53 'dom/CustomEvent.idl',
55 'dom/DOMCoreException.idl', 54 'dom/DOMCoreException.idl',
56 'dom/DOMError.idl', 55 'dom/DOMError.idl',
57 'dom/DOMImplementation.idl', 56 'dom/DOMImplementation.idl',
58 'dom/DOMStringList.idl', 57 'dom/DOMStringList.idl',
59 'dom/DOMStringMap.idl', 58 'dom/DOMStringMap.idl',
60 'dom/DataTransferItem.idl', 59 'dom/DataTransferItem.idl',
61 'dom/DataTransferItemList.idl', 60 'dom/DataTransferItemList.idl',
62 'dom/DeviceOrientationEvent.idl', 61 'dom/DeviceOrientationEvent.idl',
63 'dom/Document.idl', 62 'dom/Document.idl',
(...skipping 1627 matching lines...) Expand 10 before | Expand all | Expand 10 after
1691 'dom/Comment.h', 1690 'dom/Comment.h',
1692 'dom/CompositionEvent.cpp', 1691 'dom/CompositionEvent.cpp',
1693 'dom/CompositionEvent.h', 1692 'dom/CompositionEvent.h',
1694 'dom/ContainerNode.cpp', 1693 'dom/ContainerNode.cpp',
1695 'dom/ContainerNodeAlgorithms.h', 1694 'dom/ContainerNodeAlgorithms.h',
1696 'dom/ContainerNodeAlgorithms.cpp', 1695 'dom/ContainerNodeAlgorithms.cpp',
1697 'dom/ContextDestructionObserver.cpp', 1696 'dom/ContextDestructionObserver.cpp',
1698 'dom/ContextFeatures.cpp', 1697 'dom/ContextFeatures.cpp',
1699 'dom/ContextFeatures.h', 1698 'dom/ContextFeatures.h',
1700 'dom/CrossThreadTask.h', 1699 'dom/CrossThreadTask.h',
1701 'dom/CustomElementConstructor.cpp',
1702 'dom/CustomElementConstructor.h',
1703 'dom/CustomElementDefinition.cpp', 1700 'dom/CustomElementDefinition.cpp',
1704 'dom/CustomElementDefinition.h', 1701 'dom/CustomElementDefinition.h',
1705 'dom/CustomElementRegistry.cpp', 1702 'dom/CustomElementRegistry.cpp',
1706 'dom/CustomElementRegistry.h', 1703 'dom/CustomElementRegistry.h',
1707 'dom/CustomElementUpgradeCandidateMap.cpp', 1704 'dom/CustomElementUpgradeCandidateMap.cpp',
1708 'dom/CustomElementUpgradeCandidateMap.h', 1705 'dom/CustomElementUpgradeCandidateMap.h',
1709 'dom/CustomEvent.cpp', 1706 'dom/CustomEvent.cpp',
1710 'dom/CustomEvent.h', 1707 'dom/CustomEvent.h',
1711 'dom/DOMCoreException.cpp', 1708 'dom/DOMCoreException.cpp',
1712 'dom/DOMCoreException.h', 1709 'dom/DOMCoreException.h',
(...skipping 1987 matching lines...) Expand 10 before | Expand all | Expand 10 after
3700 'bison_exe': 'bison', 3697 'bison_exe': 'bison',
3701 # We specify a preprocess so it happens locally and won't get 3698 # We specify a preprocess so it happens locally and won't get
3702 # distributed to goma. 3699 # distributed to goma.
3703 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to 3700 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to
3704 # use /usr/bin/clang once we require Xcode 4.x. 3701 # use /usr/bin/clang once we require Xcode 4.x.
3705 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' 3702 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"'
3706 }], 3703 }],
3707 ], 3704 ],
3708 } 3705 }
3709 } 3706 }
OLDNEW
« no previous file with comments | « Source/bindings/v8/custom/V8CustomElementConstructorCustom.cpp ('k') | Source/core/dom/CustomElementConstructor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698