OLD | NEW |
1 # Copyright 2014 The Chromium Authors. All rights reserved. | 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 | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 | 4 |
5 { | 5 { |
6 'variables': { | 6 'variables': { |
7 'bindings_core_v8_custom_files': [ | 7 'bindings_core_v8_custom_files': [ |
8 'V8ArrayBufferCustom.cpp', | |
9 'V8ArrayBufferCustom.h', | |
10 'V8ArrayBufferViewCustom.cpp', | |
11 'V8ArrayBufferViewCustom.h', | |
12 'V8BlobCustom.cpp', | 8 'V8BlobCustom.cpp', |
13 'V8BlobCustomHelpers.cpp', | 9 'V8BlobCustomHelpers.cpp', |
14 'V8BlobCustomHelpers.h', | 10 'V8BlobCustomHelpers.h', |
15 'V8CSSRuleCustom.cpp', | 11 'V8CSSRuleCustom.cpp', |
16 'V8CSSStyleDeclarationCustom.cpp', | 12 'V8CSSStyleDeclarationCustom.cpp', |
17 'V8CSSValueCustom.cpp', | 13 'V8CSSValueCustom.cpp', |
18 'V8CanvasRenderingContext2DCustom.cpp', | 14 'V8CanvasRenderingContext2DCustom.cpp', |
19 'V8CustomEventCustom.cpp', | 15 'V8CustomEventCustom.cpp', |
20 'V8CustomXPathNSResolver.cpp', | 16 'V8CustomXPathNSResolver.cpp', |
21 'V8CustomXPathNSResolver.h', | 17 'V8CustomXPathNSResolver.h', |
22 'V8DataViewCustom.cpp', | |
23 'V8DataViewCustom.h', | |
24 'V8DedicatedWorkerGlobalScopeCustom.cpp', | 18 'V8DedicatedWorkerGlobalScopeCustom.cpp', |
25 'V8DocumentCustom.cpp', | 19 'V8DocumentCustom.cpp', |
26 'V8ElementCustom.cpp', | 20 'V8ElementCustom.cpp', |
27 'V8ErrorEventCustom.cpp', | 21 'V8ErrorEventCustom.cpp', |
28 'V8EventCustom.cpp', | 22 'V8EventCustom.cpp', |
29 'V8EventTargetCustom.cpp', | 23 'V8EventTargetCustom.cpp', |
30 'V8FileCustom.cpp', | 24 'V8FileCustom.cpp', |
31 'V8FileReaderCustom.cpp', | 25 'V8FileReaderCustom.cpp', |
32 'V8Float32ArrayCustom.h', | |
33 'V8Float64ArrayCustom.h', | |
34 'V8HTMLAllCollectionCustom.cpp', | 26 'V8HTMLAllCollectionCustom.cpp', |
35 'V8HTMLCanvasElementCustom.cpp', | 27 'V8HTMLCanvasElementCustom.cpp', |
36 'V8HTMLDocumentCustom.cpp', | 28 'V8HTMLDocumentCustom.cpp', |
37 'V8HTMLOptionsCollectionCustom.cpp', | 29 'V8HTMLOptionsCollectionCustom.cpp', |
38 'V8HTMLPlugInElementCustom.cpp', | 30 'V8HTMLPlugInElementCustom.cpp', |
39 'V8HistoryCustom.cpp', | 31 'V8HistoryCustom.cpp', |
40 'V8InjectedScriptHostCustom.cpp', | 32 'V8InjectedScriptHostCustom.cpp', |
41 'V8InjectedScriptManager.cpp', | 33 'V8InjectedScriptManager.cpp', |
42 'V8InspectorFrontendHostCustom.cpp', | 34 'V8InspectorFrontendHostCustom.cpp', |
43 'V8Int16ArrayCustom.h', | |
44 'V8Int32ArrayCustom.h', | |
45 'V8Int8ArrayCustom.h', | |
46 'V8JavaScriptCallFrameCustom.cpp', | 35 'V8JavaScriptCallFrameCustom.cpp', |
47 'V8LocationCustom.cpp', | 36 'V8LocationCustom.cpp', |
48 'V8MessageChannelCustom.cpp', | 37 'V8MessageChannelCustom.cpp', |
49 'V8MessageEventCustom.cpp', | 38 'V8MessageEventCustom.cpp', |
50 'V8MessagePortCustom.cpp', | 39 'V8MessagePortCustom.cpp', |
51 'V8MutationObserverCustom.cpp', | 40 'V8MutationObserverCustom.cpp', |
52 'V8PopStateEventCustom.cpp', | 41 'V8PopStateEventCustom.cpp', |
53 'V8TrackEventCustom.cpp', | 42 'V8TrackEventCustom.cpp', |
54 'V8TypedArrayCustom.h', | |
55 'V8Uint16ArrayCustom.h', | |
56 'V8Uint32ArrayCustom.h', | |
57 'V8Uint8ArrayCustom.h', | |
58 'V8Uint8ClampedArrayCustom.h', | |
59 'V8WebGLRenderingContextCustom.cpp', | 43 'V8WebGLRenderingContextCustom.cpp', |
60 'V8WindowCustom.cpp', | 44 'V8WindowCustom.cpp', |
61 'V8WorkerCustom.cpp', | 45 'V8WorkerCustom.cpp', |
62 'V8WorkerGlobalScopeCustom.cpp', | 46 'V8WorkerGlobalScopeCustom.cpp', |
63 'V8XMLHttpRequestCustom.cpp', | 47 'V8XMLHttpRequestCustom.cpp', |
64 'V8XSLTProcessorCustom.cpp', | 48 'V8XSLTProcessorCustom.cpp', |
65 ], | 49 ], |
66 }, | 50 }, |
67 } | 51 } |
OLD | NEW |