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 # All paths in this file should be absolute so it can be imported into | 5 # All paths in this file should be absolute so it can be imported into |
6 # different contexts. | 6 # different contexts. |
7 | 7 |
8 import("//third_party/WebKit/Source/bindings/modules/v8/v8.gni") | 8 import("//third_party/WebKit/Source/bindings/modules/v8/v8.gni") |
9 | 9 |
10 bindings_core_v8_files = | 10 bindings_core_v8_files = |
(...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
229 "core/v8/ScriptPromiseResolverTest.cpp", | 229 "core/v8/ScriptPromiseResolverTest.cpp", |
230 "core/v8/ScriptPromiseTest.cpp", | 230 "core/v8/ScriptPromiseTest.cpp", |
231 "core/v8/ScriptStreamerTest.cpp", | 231 "core/v8/ScriptStreamerTest.cpp", |
232 "core/v8/ScriptValueSerializerTest.cpp", | 232 "core/v8/ScriptValueSerializerTest.cpp", |
233 "core/v8/SerializedScriptValueTest.cpp", | 233 "core/v8/SerializedScriptValueTest.cpp", |
234 "core/v8/ToV8Test.cpp", | 234 "core/v8/ToV8Test.cpp", |
235 "core/v8/V8BindingForTesting.cpp", | 235 "core/v8/V8BindingForTesting.cpp", |
236 "core/v8/V8BindingForTesting.h", | 236 "core/v8/V8BindingForTesting.h", |
237 "core/v8/V8BindingTest.cpp", | 237 "core/v8/V8BindingTest.cpp", |
238 "core/v8/V8ScriptRunnerTest.cpp", | 238 "core/v8/V8ScriptRunnerTest.cpp", |
| 239 "core/v8/serialization/V8ScriptValueSerializerTest.cpp", |
239 ], | 240 ], |
240 "abspath") | 241 "abspath") |
241 bindings_unittest_files += bindings_modules_v8_unittest_files | 242 bindings_unittest_files += bindings_modules_v8_unittest_files |
OLD | NEW |