| OLD | NEW |
| (Empty) | |
| 1 # Copyright 2014 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. |
| 4 |
| 5 { |
| 6 'variables': { |
| 7 'bindings_v8_custom_dir': '.', |
| 8 'bindings_v8_custom_files': [ |
| 9 'V8ArrayBufferCustom.cpp', |
| 10 'V8ArrayBufferCustom.h', |
| 11 'V8ArrayBufferViewCustom.cpp', |
| 12 'V8ArrayBufferViewCustom.h', |
| 13 'V8AudioNodeCustom.cpp', |
| 14 'V8BlobCustom.cpp', |
| 15 'V8BlobCustomHelpers.cpp', |
| 16 'V8BlobCustomHelpers.h', |
| 17 'V8CSSRuleCustom.cpp', |
| 18 'V8CSSStyleDeclarationCustom.cpp', |
| 19 'V8CSSValueCustom.cpp', |
| 20 'V8CanvasRenderingContext2DCustom.cpp', |
| 21 'V8ClientCustom.cpp', |
| 22 'V8CryptoCustom.cpp', |
| 23 'V8CustomEventCustom.cpp', |
| 24 'V8CustomSQLStatementErrorCallback.cpp', |
| 25 'V8CustomXPathNSResolver.cpp', |
| 26 'V8CustomXPathNSResolver.h', |
| 27 'V8DataViewCustom.cpp', |
| 28 'V8DataViewCustom.h', |
| 29 'V8DedicatedWorkerGlobalScopeCustom.cpp', |
| 30 'V8DeviceMotionEventCustom.cpp', |
| 31 'V8DeviceOrientationEventCustom.cpp', |
| 32 'V8DocumentCustom.cpp', |
| 33 'V8ElementCustom.cpp', |
| 34 'V8EntryCustom.cpp', |
| 35 'V8EntrySyncCustom.cpp', |
| 36 'V8ErrorEventCustom.cpp', |
| 37 'V8EventCustom.cpp', |
| 38 'V8EventTargetCustom.cpp', |
| 39 'V8FileCustom.cpp', |
| 40 'V8FileReaderCustom.cpp', |
| 41 'V8Float32ArrayCustom.h', |
| 42 'V8Float64ArrayCustom.h', |
| 43 'V8GeolocationCustom.cpp', |
| 44 'V8HTMLAllCollectionCustom.cpp', |
| 45 'V8HTMLCanvasElementCustom.cpp', |
| 46 'V8HTMLCollectionCustom.cpp', |
| 47 'V8HTMLDocumentCustom.cpp', |
| 48 'V8HTMLElementCustom.cpp', |
| 49 'V8HTMLOptionsCollectionCustom.cpp', |
| 50 'V8HTMLPlugInElementCustom.cpp', |
| 51 'V8HistoryCustom.cpp', |
| 52 'V8ImageDataCustom.cpp', |
| 53 'V8InjectedScriptHostCustom.cpp', |
| 54 'V8InjectedScriptManager.cpp', |
| 55 'V8InspectorFrontendHostCustom.cpp', |
| 56 'V8Int16ArrayCustom.h', |
| 57 'V8Int32ArrayCustom.h', |
| 58 'V8Int8ArrayCustom.h', |
| 59 'V8JavaScriptCallFrameCustom.cpp', |
| 60 'V8LocationCustom.cpp', |
| 61 'V8MessageChannelCustom.cpp', |
| 62 'V8MessageEventCustom.cpp', |
| 63 'V8MessagePortCustom.cpp', |
| 64 'V8MutationObserverCustom.cpp', |
| 65 'V8NodeCustom.cpp', |
| 66 'V8PerformanceEntryCustom.cpp', |
| 67 'V8PopStateEventCustom.cpp', |
| 68 'V8SQLResultSetRowListCustom.cpp', |
| 69 'V8SQLTransactionCustom.cpp', |
| 70 'V8SQLTransactionSyncCustom.cpp', |
| 71 'V8SVGElementCustom.cpp', |
| 72 'V8SVGPathSegCustom.cpp', |
| 73 'V8ServiceWorkerCustom.cpp', |
| 74 'V8StyleSheetCustom.cpp', |
| 75 'V8SubtleCryptoCustom.cpp', |
| 76 'V8TextCustom.cpp', |
| 77 'V8TextTrackCueCustom.cpp', |
| 78 'V8TrackEventCustom.cpp', |
| 79 'V8TypedArrayCustom.h', |
| 80 'V8Uint16ArrayCustom.h', |
| 81 'V8Uint32ArrayCustom.h', |
| 82 'V8Uint8ArrayCustom.h', |
| 83 'V8Uint8ClampedArrayCustom.h', |
| 84 'V8WebGLRenderingContextCustom.cpp', |
| 85 'V8WebKitPointCustom.cpp', |
| 86 'V8WindowCustom.cpp', |
| 87 'V8WorkerCustom.cpp', |
| 88 'V8WorkerGlobalScopeCustom.cpp', |
| 89 'V8XMLHttpRequestCustom.cpp', |
| 90 'V8XSLTProcessorCustom.cpp', |
| 91 ], |
| 92 }, |
| 93 } |
| OLD | NEW |