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

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

Issue 331373002: Split bindings/v8/custom into core and modules. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Patch for landing Created 6 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 | « Source/bindings/v8/custom/V8XSLTProcessorCustom.cpp ('k') | Source/bindings/v8/v8.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
- ],
- },
-}
« no previous file with comments | « Source/bindings/v8/custom/V8XSLTProcessorCustom.cpp ('k') | Source/bindings/v8/v8.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698