| 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 ], | 192 ], |
| 193 'bindings_core_v8_unittest_files': [ | 193 'bindings_core_v8_unittest_files': [ |
| 194 'ScriptPromisePropertyTest.cpp', | 194 'ScriptPromisePropertyTest.cpp', |
| 195 'ScriptPromiseResolverTest.cpp', | 195 'ScriptPromiseResolverTest.cpp', |
| 196 'ScriptPromiseTest.cpp', | 196 'ScriptPromiseTest.cpp', |
| 197 'ScriptStreamerTest.cpp', | 197 'ScriptStreamerTest.cpp', |
| 198 'SerializedScriptValueTest.cpp', | 198 'SerializedScriptValueTest.cpp', |
| 199 'ToV8Test.cpp', | 199 'ToV8Test.cpp', |
| 200 'V8BindingTest.cpp', | 200 'V8BindingTest.cpp', |
| 201 'V8ScriptRunnerTest.cpp', | 201 'V8ScriptRunnerTest.cpp', |
| 202 'V8TestingScope.cpp', |
| 203 'V8TestingScope.h', |
| 202 ], | 204 ], |
| 203 }, | 205 }, |
| 204 } | 206 } |
| OLD | NEW |