| 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 171 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 182 'V8WorkerGlobalScopeEventListener.cpp', | 182 'V8WorkerGlobalScopeEventListener.cpp', |
| 183 'V8WorkerGlobalScopeEventListener.h', | 183 'V8WorkerGlobalScopeEventListener.h', |
| 184 'WindowProxy.cpp', | 184 'WindowProxy.cpp', |
| 185 'WindowProxy.h', | 185 'WindowProxy.h', |
| 186 'WindowProxyManager.cpp', | 186 'WindowProxyManager.cpp', |
| 187 'WindowProxyManager.h', | 187 'WindowProxyManager.h', |
| 188 'WorkerOrWorkletScriptController.cpp', | 188 'WorkerOrWorkletScriptController.cpp', |
| 189 'WorkerOrWorkletScriptController.h', | 189 'WorkerOrWorkletScriptController.h', |
| 190 'WrapperTypeInfo.cpp', | 190 'WrapperTypeInfo.cpp', |
| 191 'WrapperTypeInfo.h', | 191 'WrapperTypeInfo.h', |
| 192 'serialization/V8ScriptValueDeserializer.cpp', |
| 193 'serialization/V8ScriptValueDeserializer.h', |
| 194 'serialization/V8ScriptValueSerializer.cpp', |
| 195 'serialization/V8ScriptValueSerializer.h', |
| 192 ], | 196 ], |
| 193 'bindings_core_v8_unittest_files': [ | 197 'bindings_core_v8_unittest_files': [ |
| 194 'DocumentWriteEvaluatorTest.cpp', | 198 'DocumentWriteEvaluatorTest.cpp', |
| 195 'ScriptPromisePropertyTest.cpp', | 199 'ScriptPromisePropertyTest.cpp', |
| 196 'ScriptPromiseResolverTest.cpp', | 200 'ScriptPromiseResolverTest.cpp', |
| 197 'ScriptPromiseTest.cpp', | 201 'ScriptPromiseTest.cpp', |
| 198 'ScriptStreamerTest.cpp', | 202 'ScriptStreamerTest.cpp', |
| 199 'ScriptValueSerializerTest.cpp', | 203 'ScriptValueSerializerTest.cpp', |
| 200 'SerializedScriptValueTest.cpp', | 204 'SerializedScriptValueTest.cpp', |
| 201 'ToV8Test.cpp', | 205 'ToV8Test.cpp', |
| 202 'V8BindingForTesting.cpp', | 206 'V8BindingForTesting.cpp', |
| 203 'V8BindingForTesting.h', | 207 'V8BindingForTesting.h', |
| 204 'V8BindingTest.cpp', | 208 'V8BindingTest.cpp', |
| 205 'V8ScriptRunnerTest.cpp', | 209 'V8ScriptRunnerTest.cpp', |
| 206 ], | 210 ], |
| 207 }, | 211 }, |
| 208 } | 212 } |
| OLD | NEW |