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

Side by Side Diff: Source/bindings/v8/v8.gypi

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

Powered by Google App Engine
This is Rietveld 408576698