| 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 29 matching lines...) Expand all Loading... |
| 40 'ExceptionState.h', | 40 'ExceptionState.h', |
| 41 'ExceptionStatePlaceholder.cpp', | 41 'ExceptionStatePlaceholder.cpp', |
| 42 'ExceptionStatePlaceholder.h', | 42 'ExceptionStatePlaceholder.h', |
| 43 'Iterable.h', | 43 'Iterable.h', |
| 44 'JSONValuesForV8.cpp', | 44 'JSONValuesForV8.cpp', |
| 45 'JSONValuesForV8.h', | 45 'JSONValuesForV8.h', |
| 46 'Maplike.h', | 46 'Maplike.h', |
| 47 'Microtask.cpp', | 47 'Microtask.cpp', |
| 48 'Microtask.h', | 48 'Microtask.h', |
| 49 'NativeValueTraits.h', | 49 'NativeValueTraits.h', |
| 50 'NPV8Object.cpp', | |
| 51 'NPV8Object.h', | |
| 52 'Nullable.h', | 50 'Nullable.h', |
| 53 'OnStackObjectChecker.cpp', | 51 'OnStackObjectChecker.cpp', |
| 54 'OnStackObjectChecker.h', | 52 'OnStackObjectChecker.h', |
| 55 'PrivateScriptRunner.cpp', | 53 'PrivateScriptRunner.cpp', |
| 56 'PrivateScriptRunner.h', | 54 'PrivateScriptRunner.h', |
| 57 'ReadableStreamOperations.cpp', | 55 'ReadableStreamOperations.cpp', |
| 58 'ReadableStreamOperations.h', | 56 'ReadableStreamOperations.h', |
| 59 'RejectedPromises.cpp', | 57 'RejectedPromises.cpp', |
| 60 'RejectedPromises.h', | 58 'RejectedPromises.h', |
| 61 'RetainedDOMInfo.cpp', | 59 'RetainedDOMInfo.cpp', |
| (...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 137 'V8Initializer.cpp', | 135 'V8Initializer.cpp', |
| 138 'V8Initializer.h', | 136 'V8Initializer.h', |
| 139 'V8IntersectionObserverCallback.cpp', | 137 'V8IntersectionObserverCallback.cpp', |
| 140 'V8IntersectionObserverCallback.h', | 138 'V8IntersectionObserverCallback.h', |
| 141 'V8IteratorResultValue.cpp', | 139 'V8IteratorResultValue.cpp', |
| 142 'V8IteratorResultValue.h', | 140 'V8IteratorResultValue.h', |
| 143 'V8LazyEventListener.cpp', | 141 'V8LazyEventListener.cpp', |
| 144 'V8LazyEventListener.h', | 142 'V8LazyEventListener.h', |
| 145 'V8MutationCallback.cpp', | 143 'V8MutationCallback.cpp', |
| 146 'V8MutationCallback.h', | 144 'V8MutationCallback.h', |
| 147 'V8NPObject.cpp', | |
| 148 'V8NPObject.h', | |
| 149 'V8NPUtils.cpp', | |
| 150 'V8NPUtils.h', | |
| 151 'V8NodeFilterCondition.cpp', | 145 'V8NodeFilterCondition.cpp', |
| 152 'V8NodeFilterCondition.h', | 146 'V8NodeFilterCondition.h', |
| 153 'V8ObjectBuilder.cpp', | 147 'V8ObjectBuilder.cpp', |
| 154 'V8ObjectBuilder.h', | 148 'V8ObjectBuilder.h', |
| 155 'V8ObjectConstructor.cpp', | 149 'V8ObjectConstructor.cpp', |
| 156 'V8ObjectConstructor.h', | 150 'V8ObjectConstructor.h', |
| 157 'V8PagePopupControllerBinding.cpp', | 151 'V8PagePopupControllerBinding.cpp', |
| 158 'V8PagePopupControllerBinding.h', | 152 'V8PagePopupControllerBinding.h', |
| 159 'V8PerContextData.cpp', | 153 'V8PerContextData.cpp', |
| 160 'V8PerContextData.h', | 154 'V8PerContextData.h', |
| (...skipping 13 matching lines...) Expand all Loading... |
| 174 'V8WorkerGlobalScopeEventListener.cpp', | 168 'V8WorkerGlobalScopeEventListener.cpp', |
| 175 'V8WorkerGlobalScopeEventListener.h', | 169 'V8WorkerGlobalScopeEventListener.h', |
| 176 'WindowProxy.cpp', | 170 'WindowProxy.cpp', |
| 177 'WindowProxy.h', | 171 'WindowProxy.h', |
| 178 'WindowProxyManager.cpp', | 172 'WindowProxyManager.cpp', |
| 179 'WindowProxyManager.h', | 173 'WindowProxyManager.h', |
| 180 'WorkerOrWorkletScriptController.cpp', | 174 'WorkerOrWorkletScriptController.cpp', |
| 181 'WorkerOrWorkletScriptController.h', | 175 'WorkerOrWorkletScriptController.h', |
| 182 'WrapperTypeInfo.cpp', | 176 'WrapperTypeInfo.cpp', |
| 183 'WrapperTypeInfo.h', | 177 'WrapperTypeInfo.h', |
| 184 'npruntime.cpp', | |
| 185 'npruntime_impl.h', | |
| 186 'npruntime_priv.h', | |
| 187 ], | 178 ], |
| 188 'bindings_core_v8_unittest_files': [ | 179 'bindings_core_v8_unittest_files': [ |
| 189 'ReadableStreamOperationsTest.cpp', | 180 'ReadableStreamOperationsTest.cpp', |
| 190 'ScriptPromisePropertyTest.cpp', | 181 'ScriptPromisePropertyTest.cpp', |
| 191 'ScriptPromiseResolverTest.cpp', | 182 'ScriptPromiseResolverTest.cpp', |
| 192 'ScriptPromiseTest.cpp', | 183 'ScriptPromiseTest.cpp', |
| 193 'ScriptStreamerTest.cpp', | 184 'ScriptStreamerTest.cpp', |
| 194 'SerializedScriptValueTest.cpp', | 185 'SerializedScriptValueTest.cpp', |
| 195 'ToV8Test.cpp', | 186 'ToV8Test.cpp', |
| 196 'V8BindingForTesting.cpp', | 187 'V8BindingForTesting.cpp', |
| 197 'V8BindingForTesting.h', | 188 'V8BindingForTesting.h', |
| 198 'V8BindingTest.cpp', | 189 'V8BindingTest.cpp', |
| 199 'V8ScriptRunnerTest.cpp', | 190 'V8ScriptRunnerTest.cpp', |
| 200 ], | 191 ], |
| 201 }, | 192 }, |
| 202 } | 193 } |
| OLD | NEW |