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 181 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
192 'WrapperTypeInfo.cpp', | 192 'WrapperTypeInfo.cpp', |
193 'WrapperTypeInfo.h', | 193 'WrapperTypeInfo.h', |
194 ], | 194 ], |
195 'bindings_core_v8_unittest_files': [ | 195 'bindings_core_v8_unittest_files': [ |
196 'DocumentWriteEvaluatorTest.cpp', | 196 'DocumentWriteEvaluatorTest.cpp', |
197 'ScriptPromisePropertyTest.cpp', | 197 'ScriptPromisePropertyTest.cpp', |
198 'ScriptPromiseResolverTest.cpp', | 198 'ScriptPromiseResolverTest.cpp', |
199 'ScriptPromiseTest.cpp', | 199 'ScriptPromiseTest.cpp', |
200 'ScriptStreamerTest.cpp', | 200 'ScriptStreamerTest.cpp', |
201 'ScriptValueSerializerTest.cpp', | 201 'ScriptValueSerializerTest.cpp', |
| 202 'ScriptWrappableVisitorTest.cpp', |
202 'SerializedScriptValueTest.cpp', | 203 'SerializedScriptValueTest.cpp', |
203 'ToV8Test.cpp', | 204 'ToV8Test.cpp', |
204 'V8BindingForTesting.cpp', | 205 'V8BindingForTesting.cpp', |
205 'V8BindingForTesting.h', | 206 'V8BindingForTesting.h', |
206 'V8BindingTest.cpp', | 207 'V8BindingTest.cpp', |
207 'V8ScriptRunnerTest.cpp', | 208 'V8ScriptRunnerTest.cpp', |
208 ], | 209 ], |
209 }, | 210 }, |
210 } | 211 } |
OLD | NEW |