| 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 159 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 170 'WindowProxy.cpp', | 170 'WindowProxy.cpp', |
| 171 'WindowProxy.h', | 171 'WindowProxy.h', |
| 172 'WindowProxyManager.cpp', | 172 'WindowProxyManager.cpp', |
| 173 'WindowProxyManager.h', | 173 'WindowProxyManager.h', |
| 174 'WorkerOrWorkletScriptController.cpp', | 174 'WorkerOrWorkletScriptController.cpp', |
| 175 'WorkerOrWorkletScriptController.h', | 175 'WorkerOrWorkletScriptController.h', |
| 176 'WrapperTypeInfo.cpp', | 176 'WrapperTypeInfo.cpp', |
| 177 'WrapperTypeInfo.h', | 177 'WrapperTypeInfo.h', |
| 178 ], | 178 ], |
| 179 'bindings_core_v8_unittest_files': [ | 179 'bindings_core_v8_unittest_files': [ |
| 180 'DocumentWriteEvaluatorTest.cpp', |
| 180 'ScriptPromisePropertyTest.cpp', | 181 'ScriptPromisePropertyTest.cpp', |
| 181 'ScriptPromiseResolverTest.cpp', | 182 'ScriptPromiseResolverTest.cpp', |
| 182 'ScriptPromiseTest.cpp', | 183 'ScriptPromiseTest.cpp', |
| 183 'ScriptStreamerTest.cpp', | 184 'ScriptStreamerTest.cpp', |
| 184 'SerializedScriptValueTest.cpp', | 185 'SerializedScriptValueTest.cpp', |
| 185 'ToV8Test.cpp', | 186 'ToV8Test.cpp', |
| 186 'V8BindingForTesting.cpp', | 187 'V8BindingForTesting.cpp', |
| 187 'V8BindingForTesting.h', | 188 'V8BindingForTesting.h', |
| 188 'V8BindingTest.cpp', | 189 'V8BindingTest.cpp', |
| 189 'V8ScriptRunnerTest.cpp', | 190 'V8ScriptRunnerTest.cpp', |
| 190 ], | 191 ], |
| 191 }, | 192 }, |
| 192 } | 193 } |
| OLD | NEW |