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

Unified Diff: Source/bindings/core/v8/custom/custom.gypi

Issue 531183003: bindings: Retires manual dispatching in createV8{HTML,SVG}Wrapper, etc. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fixed bindings/modules/v8/custom/custom.gni Created 6 years, 3 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/bindings/core/v8/custom/custom.gypi
diff --git a/Source/bindings/core/v8/custom/custom.gypi b/Source/bindings/core/v8/custom/custom.gypi
index 3b2ccdb066560ac36ec884ec749ac3b30b4ab7cb..45c93900fc9262e5eba3f0131fd212c9755ec036 100644
--- a/Source/bindings/core/v8/custom/custom.gypi
+++ b/Source/bindings/core/v8/custom/custom.gypi
@@ -33,13 +33,10 @@
'V8Float64ArrayCustom.h',
'V8HTMLAllCollectionCustom.cpp',
'V8HTMLCanvasElementCustom.cpp',
- 'V8HTMLCollectionCustom.cpp',
'V8HTMLDocumentCustom.cpp',
- 'V8HTMLElementCustom.cpp',
'V8HTMLOptionsCollectionCustom.cpp',
'V8HTMLPlugInElementCustom.cpp',
'V8HistoryCustom.cpp',
- 'V8ImageDataCustom.cpp',
'V8InjectedScriptHostCustom.cpp',
'V8InjectedScriptManager.cpp',
'V8InspectorFrontendHostCustom.cpp',
@@ -52,13 +49,7 @@
'V8MessageEventCustom.cpp',
'V8MessagePortCustom.cpp',
'V8MutationObserverCustom.cpp',
- 'V8NodeCustom.cpp',
- 'V8PerformanceEntryCustom.cpp',
'V8PopStateEventCustom.cpp',
- 'V8SVGElementCustom.cpp',
- 'V8SVGPathSegCustom.cpp',
- 'V8StyleSheetCustom.cpp',
- 'V8TextCustom.cpp',
'V8TextTrackCueCustom.cpp',
'V8TrackEventCustom.cpp',
'V8TypedArrayCustom.h',

Powered by Google App Engine
This is Rietveld 408576698