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 30 matching lines...) Expand all Loading... |
41 'ModuleProxy.cpp', | 41 'ModuleProxy.cpp', |
42 'ModuleProxy.h', | 42 'ModuleProxy.h', |
43 'NativeValueTraits.h', | 43 'NativeValueTraits.h', |
44 'NPV8Object.cpp', | 44 'NPV8Object.cpp', |
45 'NPV8Object.h', | 45 'NPV8Object.h', |
46 'Nullable.h', | 46 'Nullable.h', |
47 'OnStackObjectChecker.cpp', | 47 'OnStackObjectChecker.cpp', |
48 'OnStackObjectChecker.h', | 48 'OnStackObjectChecker.h', |
49 'PrivateScriptRunner.cpp', | 49 'PrivateScriptRunner.cpp', |
50 'PrivateScriptRunner.h', | 50 'PrivateScriptRunner.h', |
| 51 'ReadableStreamOperations.cpp', |
| 52 'ReadableStreamOperations.h', |
51 'RejectedPromises.cpp', | 53 'RejectedPromises.cpp', |
52 'RejectedPromises.h', | 54 'RejectedPromises.h', |
53 'RetainedDOMInfo.cpp', | 55 'RetainedDOMInfo.cpp', |
54 'RetainedDOMInfo.h', | 56 'RetainedDOMInfo.h', |
55 'RetainedObjectInfo.h', | 57 'RetainedObjectInfo.h', |
56 'ScheduledAction.cpp', | 58 'ScheduledAction.cpp', |
57 'ScheduledAction.h', | 59 'ScheduledAction.h', |
58 'ScopedPersistent.h', | 60 'ScopedPersistent.h', |
59 'ScriptCallStackFactory.cpp', | 61 'ScriptCallStackFactory.cpp', |
60 'ScriptCallStackFactory.h', | 62 'ScriptCallStackFactory.h', |
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
173 'WindowProxyManager.h', | 175 'WindowProxyManager.h', |
174 'WorkerScriptController.cpp', | 176 'WorkerScriptController.cpp', |
175 'WorkerScriptController.h', | 177 'WorkerScriptController.h', |
176 'WrapperTypeInfo.cpp', | 178 'WrapperTypeInfo.cpp', |
177 'WrapperTypeInfo.h', | 179 'WrapperTypeInfo.h', |
178 'npruntime.cpp', | 180 'npruntime.cpp', |
179 'npruntime_impl.h', | 181 'npruntime_impl.h', |
180 'npruntime_priv.h', | 182 'npruntime_priv.h', |
181 ], | 183 ], |
182 'bindings_core_v8_unittest_files': [ | 184 'bindings_core_v8_unittest_files': [ |
| 185 'ReadableStreamOperationsTest.cpp', |
183 'ScriptPromisePropertyTest.cpp', | 186 'ScriptPromisePropertyTest.cpp', |
184 'ScriptPromiseResolverTest.cpp', | 187 'ScriptPromiseResolverTest.cpp', |
185 'ScriptPromiseTest.cpp', | 188 'ScriptPromiseTest.cpp', |
186 'ScriptStreamerTest.cpp', | 189 'ScriptStreamerTest.cpp', |
187 'SerializedScriptValueTest.cpp', | 190 'SerializedScriptValueTest.cpp', |
188 'ToV8Test.cpp', | 191 'ToV8Test.cpp', |
189 'V8BindingForTesting.cpp', | 192 'V8BindingForTesting.cpp', |
190 'V8BindingForTesting.h', | 193 'V8BindingForTesting.h', |
191 'V8BindingTest.cpp', | 194 'V8BindingTest.cpp', |
192 'V8ScriptRunnerTest.cpp', | 195 'V8ScriptRunnerTest.cpp', |
193 ], | 196 ], |
194 }, | 197 }, |
195 } | 198 } |
OLD | NEW |