| 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 153 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 164 'V8ThrowException.cpp', | 164 'V8ThrowException.cpp', |
| 165 'V8ThrowException.h', | 165 'V8ThrowException.h', |
| 166 'V8ValueCache.cpp', | 166 'V8ValueCache.cpp', |
| 167 'V8ValueCache.h', | 167 'V8ValueCache.h', |
| 168 'V8WorkerGlobalScopeEventListener.cpp', | 168 'V8WorkerGlobalScopeEventListener.cpp', |
| 169 'V8WorkerGlobalScopeEventListener.h', | 169 'V8WorkerGlobalScopeEventListener.h', |
| 170 'WebGLAny.cpp', | 170 'WebGLAny.cpp', |
| 171 'WebGLAny.h', | 171 'WebGLAny.h', |
| 172 'WindowProxy.cpp', | 172 'WindowProxy.cpp', |
| 173 'WindowProxy.h', | 173 'WindowProxy.h', |
| 174 'WindowProxyManager.cpp', | |
| 175 'WindowProxyManager.h', | |
| 176 'WorkerScriptController.cpp', | 174 'WorkerScriptController.cpp', |
| 177 'WorkerScriptController.h', | 175 'WorkerScriptController.h', |
| 178 'WorkerScriptDebugServer.cpp', | 176 'WorkerScriptDebugServer.cpp', |
| 179 'WorkerScriptDebugServer.h', | 177 'WorkerScriptDebugServer.h', |
| 180 'WrapCanvasContext.cpp', | 178 'WrapCanvasContext.cpp', |
| 181 'WrapCanvasContext.h', | 179 'WrapCanvasContext.h', |
| 182 'WrapperTypeInfo.cpp', | 180 'WrapperTypeInfo.cpp', |
| 183 'WrapperTypeInfo.h', | 181 'WrapperTypeInfo.h', |
| 184 'npruntime.cpp', | 182 'npruntime.cpp', |
| 185 'npruntime_impl.h', | 183 'npruntime_impl.h', |
| 186 'npruntime_priv.h', | 184 'npruntime_priv.h', |
| 187 ], | 185 ], |
| 188 'bindings_core_v8_unittest_files': [ | 186 'bindings_core_v8_unittest_files': [ |
| 189 'ScriptPromisePropertyTest.cpp', | 187 'ScriptPromisePropertyTest.cpp', |
| 190 'ScriptPromiseResolverTest.cpp', | 188 'ScriptPromiseResolverTest.cpp', |
| 191 'ScriptPromiseTest.cpp', | 189 'ScriptPromiseTest.cpp', |
| 192 'ScriptStreamerTest.cpp', | 190 'ScriptStreamerTest.cpp', |
| 193 'SerializedScriptValueTest.cpp', | 191 'SerializedScriptValueTest.cpp', |
| 194 'ToV8Test.cpp', | 192 'ToV8Test.cpp', |
| 195 'V8BindingTest.cpp', | 193 'V8BindingTest.cpp', |
| 196 'V8ScriptRunnerTest.cpp', | 194 'V8ScriptRunnerTest.cpp', |
| 197 ], | 195 ], |
| 198 }, | 196 }, |
| 199 } | 197 } |
| OLD | NEW |