| 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 168 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 179 'WindowProxyManager.cpp', | 179 'WindowProxyManager.cpp', |
| 180 'WindowProxyManager.h', | 180 'WindowProxyManager.h', |
| 181 'WorkerScriptController.cpp', | 181 'WorkerScriptController.cpp', |
| 182 'WorkerScriptController.h', | 182 'WorkerScriptController.h', |
| 183 'WorkerThreadDebugger.cpp', | 183 'WorkerThreadDebugger.cpp', |
| 184 'WorkerThreadDebugger.h', | 184 'WorkerThreadDebugger.h', |
| 185 'WrapCanvasContext.cpp', | 185 'WrapCanvasContext.cpp', |
| 186 'WrapCanvasContext.h', | 186 'WrapCanvasContext.h', |
| 187 'WrapperTypeInfo.cpp', | 187 'WrapperTypeInfo.cpp', |
| 188 'WrapperTypeInfo.h', | 188 'WrapperTypeInfo.h', |
| 189 'inspector/V8JavaScriptCallFrame.cpp', |
| 190 'inspector/V8JavaScriptCallFrame.h', |
| 189 'npruntime.cpp', | 191 'npruntime.cpp', |
| 190 'npruntime_impl.h', | 192 'npruntime_impl.h', |
| 191 'npruntime_priv.h', | 193 'npruntime_priv.h', |
| 192 ], | 194 ], |
| 193 'bindings_core_v8_unittest_files': [ | 195 'bindings_core_v8_unittest_files': [ |
| 194 'ScriptPromisePropertyTest.cpp', | 196 'ScriptPromisePropertyTest.cpp', |
| 195 'ScriptPromiseResolverTest.cpp', | 197 'ScriptPromiseResolverTest.cpp', |
| 196 'ScriptPromiseTest.cpp', | 198 'ScriptPromiseTest.cpp', |
| 197 'ScriptStreamerTest.cpp', | 199 'ScriptStreamerTest.cpp', |
| 198 'SerializedScriptValueTest.cpp', | 200 'SerializedScriptValueTest.cpp', |
| 199 'ToV8Test.cpp', | 201 'ToV8Test.cpp', |
| 200 'V8BindingForTesting.cpp', | 202 'V8BindingForTesting.cpp', |
| 201 'V8BindingForTesting.h', | 203 'V8BindingForTesting.h', |
| 202 'V8BindingTest.cpp', | 204 'V8BindingTest.cpp', |
| 203 'V8ScriptRunnerTest.cpp', | 205 'V8ScriptRunnerTest.cpp', |
| 204 ], | 206 ], |
| 205 }, | 207 }, |
| 206 } | 208 } |
| OLD | NEW |