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

Unified Diff: Source/bindings/bindings.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
« no previous file with comments | « no previous file | Source/bindings/scripts/CodeGeneratorV8.pm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/bindings.gypi
diff --git a/Source/bindings/bindings.gypi b/Source/bindings/bindings.gypi
index 20f84df0e62dc3cf906830eadae549620f2173b3..74b422be38fb9adfe54aeeef2dddb8455fc01542 100644
--- a/Source/bindings/bindings.gypi
+++ b/Source/bindings/bindings.gypi
@@ -70,8 +70,6 @@
'v8/UnsafePersistent.h',
'v8/V8AbstractEventListener.cpp',
'v8/V8AbstractEventListener.h',
- 'v8/V8AdaptorFunction.cpp',
- 'v8/V8AdaptorFunction.h',
'v8/V8Binding.cpp',
'v8/V8Binding.h',
'v8/V8BindingMacros.h',
@@ -151,7 +149,6 @@
'v8/custom/V8CanvasRenderingContextCustom.cpp',
'v8/custom/V8ClipboardCustom.cpp',
'v8/custom/V8CryptoCustom.cpp',
- 'v8/custom/V8CustomElementConstructorCustom.cpp',
'v8/custom/V8CustomEventCustom.cpp',
'v8/custom/V8CustomSQLStatementErrorCallback.cpp',
'v8/custom/V8CustomXPathNSResolver.cpp',
« no previous file with comments | « no previous file | Source/bindings/scripts/CodeGeneratorV8.pm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698