| Index: Source/bindings/core/v8/custom/custom.gypi
|
| diff --git a/Source/bindings/v8/custom/custom.gypi b/Source/bindings/core/v8/custom/custom.gypi
|
| similarity index 86%
|
| rename from Source/bindings/v8/custom/custom.gypi
|
| rename to Source/bindings/core/v8/custom/custom.gypi
|
| index b194d17b44543b06df0e17b2fbdcf5a2bc1fab4d..616baf36d72317101ce16e1840761cd4fe265ba8 100644
|
| --- a/Source/bindings/v8/custom/custom.gypi
|
| +++ b/Source/bindings/core/v8/custom/custom.gypi
|
| @@ -4,12 +4,11 @@
|
|
|
| {
|
| 'variables': {
|
| - 'bindings_v8_custom_files': [
|
| + 'bindings_core_v8_custom_files': [
|
| 'V8ArrayBufferCustom.cpp',
|
| 'V8ArrayBufferCustom.h',
|
| 'V8ArrayBufferViewCustom.cpp',
|
| 'V8ArrayBufferViewCustom.h',
|
| - 'V8AudioNodeCustom.cpp',
|
| 'V8BlobCustom.cpp',
|
| 'V8BlobCustomHelpers.cpp',
|
| 'V8BlobCustomHelpers.h',
|
| @@ -17,8 +16,6 @@
|
| 'V8CSSStyleDeclarationCustom.cpp',
|
| 'V8CSSValueCustom.cpp',
|
| 'V8CanvasRenderingContext2DCustom.cpp',
|
| - 'V8ClientCustom.cpp',
|
| - 'V8CryptoCustom.cpp',
|
| 'V8CustomEventCustom.cpp',
|
| 'V8CustomSQLStatementErrorCallback.cpp',
|
| 'V8CustomXPathNSResolver.cpp',
|
| @@ -26,8 +23,6 @@
|
| 'V8DataViewCustom.cpp',
|
| 'V8DataViewCustom.h',
|
| 'V8DedicatedWorkerGlobalScopeCustom.cpp',
|
| - 'V8DeviceMotionEventCustom.cpp',
|
| - 'V8DeviceOrientationEventCustom.cpp',
|
| 'V8DocumentCustom.cpp',
|
| 'V8ElementCustom.cpp',
|
| 'V8EntryCustom.cpp',
|
| @@ -63,14 +58,9 @@
|
| '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',
|
|
|