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 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
79 'ScriptPromiseResolver.h', | 79 'ScriptPromiseResolver.h', |
80 'ScriptPromiseProperties.h', | 80 'ScriptPromiseProperties.h', |
81 'ScriptPromiseProperty.h', | 81 'ScriptPromiseProperty.h', |
82 'ScriptPromisePropertyBase.cpp', | 82 'ScriptPromisePropertyBase.cpp', |
83 'ScriptPromisePropertyBase.h', | 83 'ScriptPromisePropertyBase.h', |
84 'ScriptRegexp.cpp', | 84 'ScriptRegexp.cpp', |
85 'ScriptRegexp.h', | 85 'ScriptRegexp.h', |
86 'ScriptSourceCode.h', | 86 'ScriptSourceCode.h', |
87 'ScriptState.cpp', | 87 'ScriptState.cpp', |
88 'ScriptState.h', | 88 'ScriptState.h', |
| 89 'ScriptStreamer.cpp', |
| 90 'ScriptStreamer.h', |
| 91 'ScriptStreamerThread.cpp', |
| 92 'ScriptStreamerThread.h', |
89 'ScriptString.cpp', | 93 'ScriptString.cpp', |
90 'ScriptString.h', | 94 'ScriptString.h', |
91 'ScriptValue.cpp', | 95 'ScriptValue.cpp', |
92 'ScriptValue.h', | 96 'ScriptValue.h', |
93 'ScriptWrappable.cpp', | 97 'ScriptWrappable.cpp', |
94 'ScriptWrappable.h', | 98 'ScriptWrappable.h', |
95 'SerializedScriptValue.cpp', | 99 'SerializedScriptValue.cpp', |
96 'SerializedScriptValue.h', | 100 'SerializedScriptValue.h', |
97 'SharedPersistent.h', | 101 'SharedPersistent.h', |
98 'V8AbstractEventListener.cpp', | 102 'V8AbstractEventListener.cpp', |
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
158 'WorkerScriptDebugServer.h', | 162 'WorkerScriptDebugServer.h', |
159 'WrapperTypeInfo.h', | 163 'WrapperTypeInfo.h', |
160 'npruntime.cpp', | 164 'npruntime.cpp', |
161 'npruntime_impl.h', | 165 'npruntime_impl.h', |
162 'npruntime_priv.h', | 166 'npruntime_priv.h', |
163 ], | 167 ], |
164 'bindings_core_v8_unittest_files': [ | 168 'bindings_core_v8_unittest_files': [ |
165 'ScriptPromiseResolverTest.cpp', | 169 'ScriptPromiseResolverTest.cpp', |
166 'ScriptPromiseTest.cpp', | 170 'ScriptPromiseTest.cpp', |
167 'ScriptPromisePropertyTest.cpp', | 171 'ScriptPromisePropertyTest.cpp', |
| 172 'ScriptStreamerTest.cpp', |
168 'SerializedScriptValueTest.cpp', | 173 'SerializedScriptValueTest.cpp', |
169 'V8BindingTest.cpp', | 174 'V8BindingTest.cpp', |
170 'V8ScriptRunnerTest.cpp', | 175 'V8ScriptRunnerTest.cpp', |
171 ], | 176 ], |
172 }, | 177 }, |
173 } | 178 } |
OLD | NEW |