Index: Source/bindings/v8/custom/custom.gypi |
diff --git a/Source/bindings/v8/custom/custom.gypi b/Source/bindings/v8/custom/custom.gypi |
deleted file mode 100644 |
index b194d17b44543b06df0e17b2fbdcf5a2bc1fab4d..0000000000000000000000000000000000000000 |
--- a/Source/bindings/v8/custom/custom.gypi |
+++ /dev/null |
@@ -1,91 +0,0 @@ |
-# Copyright 2014 The Chromium Authors. All rights reserved. |
-# Use of this source code is governed by a BSD-style license that can be |
-# found in the LICENSE file. |
- |
-{ |
- 'variables': { |
- 'bindings_v8_custom_files': [ |
- 'V8ArrayBufferCustom.cpp', |
- 'V8ArrayBufferCustom.h', |
- 'V8ArrayBufferViewCustom.cpp', |
- 'V8ArrayBufferViewCustom.h', |
- 'V8AudioNodeCustom.cpp', |
- 'V8BlobCustom.cpp', |
- 'V8BlobCustomHelpers.cpp', |
- 'V8BlobCustomHelpers.h', |
- 'V8CSSRuleCustom.cpp', |
- 'V8CSSStyleDeclarationCustom.cpp', |
- 'V8CSSValueCustom.cpp', |
- 'V8CanvasRenderingContext2DCustom.cpp', |
- 'V8ClientCustom.cpp', |
- 'V8CryptoCustom.cpp', |
- 'V8CustomEventCustom.cpp', |
- 'V8CustomSQLStatementErrorCallback.cpp', |
- 'V8CustomXPathNSResolver.cpp', |
- 'V8CustomXPathNSResolver.h', |
- 'V8DataViewCustom.cpp', |
- 'V8DataViewCustom.h', |
- 'V8DedicatedWorkerGlobalScopeCustom.cpp', |
- 'V8DeviceMotionEventCustom.cpp', |
- 'V8DeviceOrientationEventCustom.cpp', |
- 'V8DocumentCustom.cpp', |
- 'V8ElementCustom.cpp', |
- 'V8EntryCustom.cpp', |
- 'V8EntrySyncCustom.cpp', |
- 'V8ErrorEventCustom.cpp', |
- 'V8EventCustom.cpp', |
- 'V8EventTargetCustom.cpp', |
- 'V8FileCustom.cpp', |
- 'V8FileReaderCustom.cpp', |
- 'V8Float32ArrayCustom.h', |
- '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', |
- 'V8Int16ArrayCustom.h', |
- 'V8Int32ArrayCustom.h', |
- 'V8Int8ArrayCustom.h', |
- 'V8JavaScriptCallFrameCustom.cpp', |
- 'V8LocationCustom.cpp', |
- 'V8MessageChannelCustom.cpp', |
- 'V8MessageEventCustom.cpp', |
- 'V8MessagePortCustom.cpp', |
- 'V8MutationObserverCustom.cpp', |
- 'V8NodeCustom.cpp', |
- 'V8PerformanceEntryCustom.cpp', |
- 'V8PopStateEventCustom.cpp', |
- 'V8SQLResultSetRowListCustom.cpp', |
- 'V8SQLTransactionCustom.cpp', |
- 'V8SQLTransactionSyncCustom.cpp', |
- 'V8SVGElementCustom.cpp', |
- 'V8SVGPathSegCustom.cpp', |
- 'V8ServiceWorkerCustom.cpp', |
- 'V8StyleSheetCustom.cpp', |
- 'V8SubtleCryptoCustom.cpp', |
- 'V8TextCustom.cpp', |
- 'V8TextTrackCueCustom.cpp', |
- 'V8TrackEventCustom.cpp', |
- 'V8TypedArrayCustom.h', |
- 'V8Uint16ArrayCustom.h', |
- 'V8Uint32ArrayCustom.h', |
- 'V8Uint8ArrayCustom.h', |
- 'V8Uint8ClampedArrayCustom.h', |
- 'V8WebGLRenderingContextCustom.cpp', |
- 'V8WebKitPointCustom.cpp', |
- 'V8WindowCustom.cpp', |
- 'V8WorkerCustom.cpp', |
- 'V8WorkerGlobalScopeCustom.cpp', |
- 'V8XMLHttpRequestCustom.cpp', |
- 'V8XSLTProcessorCustom.cpp', |
- ], |
- }, |
-} |