| 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/InspectorWrapper.cpp', | |
| 190 'inspector/InspectorWrapper.h', | |
| 191 'inspector/V8InjectedScriptHost.cpp', | 189 'inspector/V8InjectedScriptHost.cpp', |
| 192 'inspector/V8InjectedScriptHost.h', | 190 'inspector/V8InjectedScriptHost.h', |
| 193 'inspector/V8JavaScriptCallFrame.cpp', | 191 'inspector/V8JavaScriptCallFrame.cpp', |
| 194 'inspector/V8JavaScriptCallFrame.h', | 192 'inspector/V8JavaScriptCallFrame.h', |
| 195 'npruntime.cpp', | 193 'npruntime.cpp', |
| 196 'npruntime_impl.h', | 194 'npruntime_impl.h', |
| 197 'npruntime_priv.h', | 195 'npruntime_priv.h', |
| 198 ], | 196 ], |
| 199 'bindings_core_v8_unittest_files': [ | 197 'bindings_core_v8_unittest_files': [ |
| 200 'ScriptPromisePropertyTest.cpp', | 198 'ScriptPromisePropertyTest.cpp', |
| 201 'ScriptPromiseResolverTest.cpp', | 199 'ScriptPromiseResolverTest.cpp', |
| 202 'ScriptPromiseTest.cpp', | 200 'ScriptPromiseTest.cpp', |
| 203 'ScriptStreamerTest.cpp', | 201 'ScriptStreamerTest.cpp', |
| 204 'SerializedScriptValueTest.cpp', | 202 'SerializedScriptValueTest.cpp', |
| 205 'ToV8Test.cpp', | 203 'ToV8Test.cpp', |
| 206 'V8BindingForTesting.cpp', | 204 'V8BindingForTesting.cpp', |
| 207 'V8BindingForTesting.h', | 205 'V8BindingForTesting.h', |
| 208 'V8BindingTest.cpp', | 206 'V8BindingTest.cpp', |
| 209 'V8ScriptRunnerTest.cpp', | 207 'V8ScriptRunnerTest.cpp', |
| 210 ], | 208 ], |
| 211 }, | 209 }, |
| 212 } | 210 } |
| OLD | NEW |