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

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

Issue 606653006: bindings: Adds DOMArrayBuffer, etc. as thin wrappers for ArrayBuffer, etc. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Synced. Created 6 years, 2 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 110deed9e71480e33f6bf0b7620137fecf32c682..eedc2b799cecf6b960486733e1512abb47c18687 100644
--- a/Source/bindings/core/v8/custom/custom.gypi
+++ b/Source/bindings/core/v8/custom/custom.gypi
@@ -5,10 +5,6 @@
{
'variables': {
'bindings_core_v8_custom_files': [
- 'V8ArrayBufferCustom.cpp',
- 'V8ArrayBufferCustom.h',
- 'V8ArrayBufferViewCustom.cpp',
- 'V8ArrayBufferViewCustom.h',
'V8BlobCustom.cpp',
'V8BlobCustomHelpers.cpp',
'V8BlobCustomHelpers.h',
@@ -19,8 +15,6 @@
'V8CustomEventCustom.cpp',
'V8CustomXPathNSResolver.cpp',
'V8CustomXPathNSResolver.h',
- 'V8DataViewCustom.cpp',
- 'V8DataViewCustom.h',
'V8DedicatedWorkerGlobalScopeCustom.cpp',
'V8DocumentCustom.cpp',
'V8ElementCustom.cpp',
@@ -29,8 +23,6 @@
'V8EventTargetCustom.cpp',
'V8FileCustom.cpp',
'V8FileReaderCustom.cpp',
- 'V8Float32ArrayCustom.h',
- 'V8Float64ArrayCustom.h',
'V8HTMLAllCollectionCustom.cpp',
'V8HTMLCanvasElementCustom.cpp',
'V8HTMLDocumentCustom.cpp',
@@ -40,9 +32,6 @@
'V8InjectedScriptHostCustom.cpp',
'V8InjectedScriptManager.cpp',
'V8InspectorFrontendHostCustom.cpp',
- 'V8Int16ArrayCustom.h',
- 'V8Int32ArrayCustom.h',
- 'V8Int8ArrayCustom.h',
'V8JavaScriptCallFrameCustom.cpp',
'V8LocationCustom.cpp',
'V8MessageChannelCustom.cpp',
@@ -51,11 +40,6 @@
'V8MutationObserverCustom.cpp',
'V8PopStateEventCustom.cpp',
'V8TrackEventCustom.cpp',
- 'V8TypedArrayCustom.h',
- 'V8Uint16ArrayCustom.h',
- 'V8Uint32ArrayCustom.h',
- 'V8Uint8ArrayCustom.h',
- 'V8Uint8ClampedArrayCustom.h',
'V8WebGLRenderingContextCustom.cpp',
'V8WindowCustom.cpp',
'V8WorkerCustom.cpp',
« no previous file with comments | « Source/bindings/core/v8/custom/V8XMLHttpRequestCustom.cpp ('k') | Source/bindings/modules/v8/IDBBindingUtilities.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698