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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: Source/core/core.gypi
diff --git a/Source/core/core.gypi b/Source/core/core.gypi
index 42893c18c611a6b1b1d7bba9b308a6e1da586c7c..a66561a55ee5c89fa3cbfa61f52863f04ba70d0b 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -50,7 +50,6 @@
'dom/Clipboard.idl',
'dom/Comment.idl',
'dom/CompositionEvent.idl',
- 'dom/CustomElementConstructor.idl',
'dom/CustomEvent.idl',
'dom/DOMCoreException.idl',
'dom/DOMError.idl',
@@ -1698,8 +1697,6 @@
'dom/ContextFeatures.cpp',
'dom/ContextFeatures.h',
'dom/CrossThreadTask.h',
- 'dom/CustomElementConstructor.cpp',
- 'dom/CustomElementConstructor.h',
'dom/CustomElementDefinition.cpp',
'dom/CustomElementDefinition.h',
'dom/CustomElementRegistry.cpp',
« 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