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 'includes': [ | 6 'includes': [ |
7 'custom/custom.gypi', | 7 'custom/custom.gypi', |
8 '../../modules/v8/generated.gypi', | 8 '../../modules/v8/generated.gypi', |
9 ], | 9 ], |
10 'variables': { | 10 'variables': { |
(...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
137 'V8ObjectConstructor.cpp', | 137 'V8ObjectConstructor.cpp', |
138 'V8ObjectConstructor.h', | 138 'V8ObjectConstructor.h', |
139 'V8PerContextData.cpp', | 139 'V8PerContextData.cpp', |
140 'V8PerContextData.h', | 140 'V8PerContextData.h', |
141 'V8PerIsolateData.cpp', | 141 'V8PerIsolateData.cpp', |
142 'V8PerIsolateData.h', | 142 'V8PerIsolateData.h', |
143 'V8RecursionScope.cpp', | 143 'V8RecursionScope.cpp', |
144 'V8RecursionScope.h', | 144 'V8RecursionScope.h', |
145 'V8ScriptRunner.cpp', | 145 'V8ScriptRunner.cpp', |
146 'V8ScriptRunner.h', | 146 'V8ScriptRunner.h', |
| 147 'V8ScriptStreamer.cpp', |
| 148 'V8ScriptStreamer.h', |
| 149 'V8ScriptStreamerThread.cpp', |
| 150 'V8ScriptStreamerThread.h', |
147 'V8StringResource.cpp', | 151 'V8StringResource.cpp', |
148 'V8StringResource.h', | 152 'V8StringResource.h', |
149 'V8ThrowException.cpp', | 153 'V8ThrowException.cpp', |
150 'V8ThrowException.h', | 154 'V8ThrowException.h', |
151 'V8ValueCache.cpp', | 155 'V8ValueCache.cpp', |
152 'V8ValueCache.h', | 156 'V8ValueCache.h', |
153 'V8WindowShell.cpp', | 157 'V8WindowShell.cpp', |
154 'V8WindowShell.h', | 158 'V8WindowShell.h', |
155 'V8WorkerGlobalScopeEventListener.cpp', | 159 'V8WorkerGlobalScopeEventListener.cpp', |
156 'V8WorkerGlobalScopeEventListener.h', | 160 'V8WorkerGlobalScopeEventListener.h', |
157 'WorkerScriptController.cpp', | 161 'WorkerScriptController.cpp', |
158 'WorkerScriptController.h', | 162 'WorkerScriptController.h', |
159 'WorkerScriptDebugServer.cpp', | 163 'WorkerScriptDebugServer.cpp', |
160 'WorkerScriptDebugServer.h', | 164 'WorkerScriptDebugServer.h', |
161 'WrapperTypeInfo.h', | 165 'WrapperTypeInfo.h', |
162 'npruntime.cpp', | 166 'npruntime.cpp', |
163 'npruntime_impl.h', | 167 'npruntime_impl.h', |
164 'npruntime_priv.h', | 168 'npruntime_priv.h', |
165 ], | 169 ], |
166 'bindings_core_v8_unittest_files': [ | 170 'bindings_core_v8_unittest_files': [ |
167 'ScriptPromiseResolverTest.cpp', | 171 'ScriptPromiseResolverTest.cpp', |
168 'ScriptPromiseTest.cpp', | 172 'ScriptPromiseTest.cpp', |
169 'ScriptPromisePropertyTest.cpp', | 173 'ScriptPromisePropertyTest.cpp', |
170 'SerializedScriptValueTest.cpp', | 174 'SerializedScriptValueTest.cpp', |
171 'V8BindingTest.cpp', | 175 'V8BindingTest.cpp', |
172 ], | 176 ], |
173 }, | 177 }, |
174 } | 178 } |
OLD | NEW |