Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(174)

Side by Side Diff: third_party/WebKit/Source/bindings/core/v8/v8.gypi

Issue 1483733002: Remove support for NPObjects. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 12 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 23 matching lines...) Expand all
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 'Iterable.h', 39 'Iterable.h',
40 'Maplike.h', 40 'Maplike.h',
41 'ModuleProxy.cpp', 41 'ModuleProxy.cpp',
42 'ModuleProxy.h', 42 'ModuleProxy.h',
43 'NativeValueTraits.h', 43 'NativeValueTraits.h',
44 'NPV8Object.cpp',
45 'NPV8Object.h',
46 'Nullable.h', 44 'Nullable.h',
47 'OnStackObjectChecker.cpp', 45 'OnStackObjectChecker.cpp',
48 'OnStackObjectChecker.h', 46 'OnStackObjectChecker.h',
49 'PrivateScriptRunner.cpp', 47 'PrivateScriptRunner.cpp',
50 'PrivateScriptRunner.h', 48 'PrivateScriptRunner.h',
51 'ReadableStreamOperations.cpp', 49 'ReadableStreamOperations.cpp',
52 'ReadableStreamOperations.h', 50 'ReadableStreamOperations.h',
53 'RejectedPromises.cpp', 51 'RejectedPromises.cpp',
54 'RejectedPromises.h', 52 'RejectedPromises.h',
55 'RetainedDOMInfo.cpp', 53 'RetainedDOMInfo.cpp',
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
131 'V8HiddenValue.h', 129 'V8HiddenValue.h',
132 'V8IdleTaskRunner.h', 130 'V8IdleTaskRunner.h',
133 'V8Initializer.cpp', 131 'V8Initializer.cpp',
134 'V8Initializer.h', 132 'V8Initializer.h',
135 'V8IteratorResultValue.cpp', 133 'V8IteratorResultValue.cpp',
136 'V8IteratorResultValue.h', 134 'V8IteratorResultValue.h',
137 'V8LazyEventListener.cpp', 135 'V8LazyEventListener.cpp',
138 'V8LazyEventListener.h', 136 'V8LazyEventListener.h',
139 'V8MutationCallback.cpp', 137 'V8MutationCallback.cpp',
140 'V8MutationCallback.h', 138 'V8MutationCallback.h',
141 'V8NPObject.cpp',
142 'V8NPObject.h',
143 'V8NPUtils.cpp',
144 'V8NPUtils.h',
145 'V8NodeFilterCondition.cpp', 139 'V8NodeFilterCondition.cpp',
146 'V8NodeFilterCondition.h', 140 'V8NodeFilterCondition.h',
147 'V8ObjectBuilder.cpp', 141 'V8ObjectBuilder.cpp',
148 'V8ObjectBuilder.h', 142 'V8ObjectBuilder.h',
149 'V8ObjectConstructor.cpp', 143 'V8ObjectConstructor.cpp',
150 'V8ObjectConstructor.h', 144 'V8ObjectConstructor.h',
151 'V8PagePopupControllerBinding.cpp', 145 'V8PagePopupControllerBinding.cpp',
152 'V8PagePopupControllerBinding.h', 146 'V8PagePopupControllerBinding.h',
153 'V8PerContextData.cpp', 147 'V8PerContextData.cpp',
154 'V8PerContextData.h', 148 'V8PerContextData.h',
(...skipping 15 matching lines...) Expand all
170 'V8WorkerGlobalScopeEventListener.cpp', 164 'V8WorkerGlobalScopeEventListener.cpp',
171 'V8WorkerGlobalScopeEventListener.h', 165 'V8WorkerGlobalScopeEventListener.h',
172 'WindowProxy.cpp', 166 'WindowProxy.cpp',
173 'WindowProxy.h', 167 'WindowProxy.h',
174 'WindowProxyManager.cpp', 168 'WindowProxyManager.cpp',
175 'WindowProxyManager.h', 169 'WindowProxyManager.h',
176 'WorkerScriptController.cpp', 170 'WorkerScriptController.cpp',
177 'WorkerScriptController.h', 171 'WorkerScriptController.h',
178 'WrapperTypeInfo.cpp', 172 'WrapperTypeInfo.cpp',
179 'WrapperTypeInfo.h', 173 'WrapperTypeInfo.h',
180 'npruntime.cpp',
181 'npruntime_impl.h',
182 'npruntime_priv.h',
183 ], 174 ],
184 'bindings_core_v8_unittest_files': [ 175 'bindings_core_v8_unittest_files': [
185 'ReadableStreamOperationsTest.cpp', 176 'ReadableStreamOperationsTest.cpp',
186 'ScriptPromisePropertyTest.cpp', 177 'ScriptPromisePropertyTest.cpp',
187 'ScriptPromiseResolverTest.cpp', 178 'ScriptPromiseResolverTest.cpp',
188 'ScriptPromiseTest.cpp', 179 'ScriptPromiseTest.cpp',
189 'ScriptStreamerTest.cpp', 180 'ScriptStreamerTest.cpp',
190 'SerializedScriptValueTest.cpp', 181 'SerializedScriptValueTest.cpp',
191 'ToV8Test.cpp', 182 'ToV8Test.cpp',
192 'V8BindingForTesting.cpp', 183 'V8BindingForTesting.cpp',
193 'V8BindingForTesting.h', 184 'V8BindingForTesting.h',
194 'V8BindingTest.cpp', 185 'V8BindingTest.cpp',
195 'V8ScriptRunnerTest.cpp', 186 'V8ScriptRunnerTest.cpp',
196 ], 187 ],
197 }, 188 },
198 } 189 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698