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 'includes': [ | |
7 # FIXME: should move bindings_v8_files to bindings/core/v8 or | |
8 # bindings/modules/v8. | |
9 '../core/v8/custom/custom.gypi', | |
10 '../modules/v8/generated.gypi', | |
11 ], | |
12 'variables': { | |
13 'bindings_v8_dir': '.', | |
14 'bindings_v8_files': [ | |
15 '<@(bindings_core_v8_custom_files)', | |
16 'ActiveDOMCallback.cpp', | |
17 'ActiveDOMCallback.h', | |
18 'ArrayValue.cpp', | |
19 'ArrayValue.h', | |
20 'BindingSecurity.cpp', | |
21 'BindingSecurity.h', | |
22 'CallbackPromiseAdapter.h', | |
23 'CustomElementBinding.cpp', | |
24 'CustomElementBinding.h', | |
25 'CustomElementConstructorBuilder.cpp', | |
26 'CustomElementConstructorBuilder.h', | |
27 'CustomElementWrapper.cpp', | |
28 'CustomElementWrapper.h', | |
29 'DOMDataStore.cpp', | |
30 'DOMDataStore.h', | |
31 'DOMWrapperMap.h', | |
32 'DOMWrapperWorld.cpp', | |
33 'DOMWrapperWorld.h', | |
34 'Dictionary.cpp', | |
35 'Dictionary.h', | |
36 'ExceptionMessages.cpp', | |
37 'ExceptionMessages.h', | |
38 'ExceptionState.cpp', | |
39 'ExceptionState.h', | |
40 'ExceptionStatePlaceholder.cpp', | |
41 'ExceptionStatePlaceholder.h', | |
42 'IDBBindingUtilities.cpp', | |
43 'IDBBindingUtilities.h', | |
44 'NPV8Object.cpp', | |
45 'NPV8Object.h', | |
46 'Nullable.h', | |
47 'PageScriptDebugServer.cpp', | |
48 'PageScriptDebugServer.h', | |
49 'PrivateScriptRunner.cpp', | |
50 'PrivateScriptRunner.h', | |
51 'RetainedDOMInfo.cpp', | |
52 'RetainedDOMInfo.h', | |
53 'RetainedObjectInfo.h', | |
54 'ScheduledAction.cpp', | |
55 'ScheduledAction.h', | |
56 'ScopedPersistent.h', | |
57 'ScriptCallStackFactory.cpp', | |
58 'ScriptCallStackFactory.h', | |
59 'ScriptController.cpp', | |
60 'ScriptController.h', | |
61 'ScriptDebugServer.cpp', | |
62 'ScriptDebugServer.h', | |
63 'ScriptEventListener.cpp', | |
64 'ScriptEventListener.h', | |
65 'ScriptFunction.cpp', | |
66 'ScriptFunction.h', | |
67 'ScriptFunctionCall.cpp', | |
68 'ScriptFunctionCall.h', | |
69 'ScriptGCEvent.cpp', | |
70 'ScriptGCEvent.h', | |
71 'ScriptHeapSnapshot.cpp', | |
72 'ScriptHeapSnapshot.h', | |
73 'ScriptPreprocessor.cpp', | |
74 'ScriptPreprocessor.h', | |
75 'ScriptProfiler.cpp', | |
76 'ScriptProfiler.h', | |
77 'ScriptPromise.cpp', | |
78 'ScriptPromise.h', | |
79 'ScriptPromiseResolver.cpp', | |
80 'ScriptPromiseResolver.h', | |
81 'ScriptRegexp.cpp', | |
82 'ScriptRegexp.h', | |
83 'ScriptSourceCode.h', | |
84 'ScriptState.cpp', | |
85 'ScriptState.h', | |
86 'ScriptString.cpp', | |
87 'ScriptString.h', | |
88 'ScriptValue.cpp', | |
89 'ScriptValue.h', | |
90 'ScriptWrappable.h', | |
91 'SerializedScriptValue.cpp', | |
92 'SerializedScriptValue.h', | |
93 'SharedPersistent.h', | |
94 'V8AbstractEventListener.cpp', | |
95 'V8AbstractEventListener.h', | |
96 'V8Binding.cpp', | |
97 'V8Binding.h', | |
98 'V8BindingMacros.h', | |
99 'V8CustomElementLifecycleCallbacks.cpp', | |
100 'V8CustomElementLifecycleCallbacks.h', | |
101 'V8DOMActivityLogger.cpp', | |
102 'V8DOMActivityLogger.h', | |
103 'V8DOMConfiguration.cpp', | |
104 'V8DOMConfiguration.h', | |
105 'V8DOMWrapper.cpp', | |
106 'V8DOMWrapper.h', | |
107 'V8ErrorHandler.cpp', | |
108 'V8ErrorHandler.h', | |
109 'V8EventListener.cpp', | |
110 'V8EventListener.h', | |
111 'V8EventListenerList.cpp', | |
112 'V8EventListenerList.h', | |
113 'V8GCController.cpp', | |
114 'V8GCController.h', | |
115 'V8GCForContextDispose.cpp', | |
116 'V8GCForContextDispose.h', | |
117 'V8HiddenValue.cpp', | |
118 'V8HiddenValue.h', | |
119 'V8Initializer.cpp', | |
120 'V8Initializer.h', | |
121 'V8LazyEventListener.cpp', | |
122 'V8LazyEventListener.h', | |
123 'V8MutationCallback.cpp', | |
124 'V8MutationCallback.h', | |
125 'V8NPObject.cpp', | |
126 'V8NPObject.h', | |
127 'V8NPUtils.cpp', | |
128 'V8NPUtils.h', | |
129 'V8NodeFilterCondition.cpp', | |
130 'V8NodeFilterCondition.h', | |
131 'V8ObjectConstructor.cpp', | |
132 'V8ObjectConstructor.h', | |
133 'V8PerContextData.cpp', | |
134 'V8PerContextData.h', | |
135 'V8PerIsolateData.cpp', | |
136 'V8PerIsolateData.h', | |
137 'V8RecursionScope.cpp', | |
138 'V8RecursionScope.h', | |
139 'V8ScriptRunner.cpp', | |
140 'V8ScriptRunner.h', | |
141 'V8StringResource.cpp', | |
142 'V8StringResource.h', | |
143 'V8ThrowException.cpp', | |
144 'V8ThrowException.h', | |
145 'V8ValueCache.cpp', | |
146 'V8ValueCache.h', | |
147 'V8WindowShell.cpp', | |
148 'V8WindowShell.h', | |
149 'V8WorkerGlobalScopeEventListener.cpp', | |
150 'V8WorkerGlobalScopeEventListener.h', | |
151 'WorkerScriptController.cpp', | |
152 'WorkerScriptController.h', | |
153 'WorkerScriptDebugServer.cpp', | |
154 'WorkerScriptDebugServer.h', | |
155 'WrapperTypeInfo.h', | |
156 'npruntime.cpp', | |
157 'npruntime_impl.h', | |
158 'npruntime_priv.h', | |
159 ], | |
160 'bindings_v8_unittest_files': [ | |
161 'IDBBindingUtilitiesTest.cpp', | |
162 'ScriptPromiseTest.cpp', | |
163 ], | |
164 }, | |
165 } | |
OLD | NEW |