| 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 18 matching lines...) Expand all Loading... |
| 29 'Dictionary.cpp', | 29 'Dictionary.cpp', |
| 30 'Dictionary.h', | 30 'Dictionary.h', |
| 31 'DictionaryHelperForBindings.h', | 31 'DictionaryHelperForBindings.h', |
| 32 'DictionaryHelperForCore.cpp', | 32 'DictionaryHelperForCore.cpp', |
| 33 'ExceptionMessages.cpp', | 33 'ExceptionMessages.cpp', |
| 34 'ExceptionMessages.h', | 34 'ExceptionMessages.h', |
| 35 'ExceptionState.cpp', | 35 'ExceptionState.cpp', |
| 36 'ExceptionState.h', | 36 'ExceptionState.h', |
| 37 'ExceptionStatePlaceholder.cpp', | 37 'ExceptionStatePlaceholder.cpp', |
| 38 'ExceptionStatePlaceholder.h', | 38 'ExceptionStatePlaceholder.h', |
| 39 'IsolatedScriptController.cpp', |
| 40 'IsolatedScriptController.h', |
| 39 'Iterable.h', | 41 'Iterable.h', |
| 40 'Maplike.h', | 42 'Maplike.h', |
| 41 'ModuleProxy.cpp', | 43 'ModuleProxy.cpp', |
| 42 'ModuleProxy.h', | 44 'ModuleProxy.h', |
| 43 'NativeValueTraits.h', | 45 'NativeValueTraits.h', |
| 44 'NPV8Object.cpp', | 46 'NPV8Object.cpp', |
| 45 'NPV8Object.h', | 47 'NPV8Object.h', |
| 46 'Nullable.h', | 48 'Nullable.h', |
| 47 'OnStackObjectChecker.cpp', | 49 'OnStackObjectChecker.cpp', |
| 48 'OnStackObjectChecker.h', | 50 'OnStackObjectChecker.h', |
| (...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 166 'V8ThrowException.cpp', | 168 'V8ThrowException.cpp', |
| 167 'V8ThrowException.h', | 169 'V8ThrowException.h', |
| 168 'V8ValueCache.cpp', | 170 'V8ValueCache.cpp', |
| 169 'V8ValueCache.h', | 171 'V8ValueCache.h', |
| 170 'V8WorkerGlobalScopeEventListener.cpp', | 172 'V8WorkerGlobalScopeEventListener.cpp', |
| 171 'V8WorkerGlobalScopeEventListener.h', | 173 'V8WorkerGlobalScopeEventListener.h', |
| 172 'WindowProxy.cpp', | 174 'WindowProxy.cpp', |
| 173 'WindowProxy.h', | 175 'WindowProxy.h', |
| 174 'WindowProxyManager.cpp', | 176 'WindowProxyManager.cpp', |
| 175 'WindowProxyManager.h', | 177 'WindowProxyManager.h', |
| 176 'WorkerScriptController.cpp', | |
| 177 'WorkerScriptController.h', | |
| 178 'WrapperTypeInfo.cpp', | 178 'WrapperTypeInfo.cpp', |
| 179 'WrapperTypeInfo.h', | 179 'WrapperTypeInfo.h', |
| 180 'npruntime.cpp', | 180 'npruntime.cpp', |
| 181 'npruntime_impl.h', | 181 'npruntime_impl.h', |
| 182 'npruntime_priv.h', | 182 'npruntime_priv.h', |
| 183 ], | 183 ], |
| 184 'bindings_core_v8_unittest_files': [ | 184 'bindings_core_v8_unittest_files': [ |
| 185 'ReadableStreamOperationsTest.cpp', | 185 'ReadableStreamOperationsTest.cpp', |
| 186 'ScriptPromisePropertyTest.cpp', | 186 'ScriptPromisePropertyTest.cpp', |
| 187 'ScriptPromiseResolverTest.cpp', | 187 'ScriptPromiseResolverTest.cpp', |
| 188 'ScriptPromiseTest.cpp', | 188 'ScriptPromiseTest.cpp', |
| 189 'ScriptStreamerTest.cpp', | 189 'ScriptStreamerTest.cpp', |
| 190 'SerializedScriptValueTest.cpp', | 190 'SerializedScriptValueTest.cpp', |
| 191 'ToV8Test.cpp', | 191 'ToV8Test.cpp', |
| 192 'V8BindingForTesting.cpp', | 192 'V8BindingForTesting.cpp', |
| 193 'V8BindingForTesting.h', | 193 'V8BindingForTesting.h', |
| 194 'V8BindingTest.cpp', | 194 'V8BindingTest.cpp', |
| 195 'V8ScriptRunnerTest.cpp', | 195 'V8ScriptRunnerTest.cpp', |
| 196 ], | 196 ], |
| 197 }, | 197 }, |
| 198 } | 198 } |
| OLD | NEW |