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

Side by Side Diff: third_party/WebKit/Source/bindings/bindings.gni

Issue 2815373002: Revert of Move securityCheck out of V8WrapperInstantiationScope (Closed)
Patch Set: Created 3 years, 8 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/bindings/core/v8/BindingSecurity.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 # All paths in this file should be absolute so it can be imported into 5 # All paths in this file should be absolute so it can be imported into
6 # different contexts. 6 # different contexts.
7 7
8 import("//third_party/WebKit/Source/bindings/modules/v8/v8.gni") 8 import("//third_party/WebKit/Source/bindings/modules/v8/v8.gni")
9 9
10 bindings_core_v8_files = 10 bindings_core_v8_files =
(...skipping 195 matching lines...) Expand 10 before | Expand all | Expand 10 after
206 "core/v8/V8ValueCache.h", 206 "core/v8/V8ValueCache.h",
207 "core/v8/V8WorkerGlobalScopeEventListener.cpp", 207 "core/v8/V8WorkerGlobalScopeEventListener.cpp",
208 "core/v8/V8WorkerGlobalScopeEventListener.h", 208 "core/v8/V8WorkerGlobalScopeEventListener.h",
209 "core/v8/WindowProxy.cpp", 209 "core/v8/WindowProxy.cpp",
210 "core/v8/WindowProxy.h", 210 "core/v8/WindowProxy.h",
211 "core/v8/WindowProxyManager.cpp", 211 "core/v8/WindowProxyManager.cpp",
212 "core/v8/WindowProxyManager.h", 212 "core/v8/WindowProxyManager.h",
213 "core/v8/WorkerOrWorkletScriptController.cpp", 213 "core/v8/WorkerOrWorkletScriptController.cpp",
214 "core/v8/WorkerOrWorkletScriptController.h", 214 "core/v8/WorkerOrWorkletScriptController.h",
215 "core/v8/WorkerV8Settings.h", 215 "core/v8/WorkerV8Settings.h",
216 "core/v8/WrapperCreationSecurityCheck.cpp",
217 "core/v8/WrapperCreationSecurityCheck.h",
218 "core/v8/WrapperTypeInfo.cpp", 216 "core/v8/WrapperTypeInfo.cpp",
219 "core/v8/WrapperTypeInfo.h", 217 "core/v8/WrapperTypeInfo.h",
220 "core/v8/serialization/V8ScriptValueDeserializer.cpp", 218 "core/v8/serialization/V8ScriptValueDeserializer.cpp",
221 "core/v8/serialization/V8ScriptValueDeserializer.h", 219 "core/v8/serialization/V8ScriptValueDeserializer.h",
222 "core/v8/serialization/V8ScriptValueSerializer.cpp", 220 "core/v8/serialization/V8ScriptValueSerializer.cpp",
223 "core/v8/serialization/V8ScriptValueSerializer.h", 221 "core/v8/serialization/V8ScriptValueSerializer.h",
224 ], 222 ],
225 "abspath") 223 "abspath")
226 224
227 bindings_dir = get_path_info(".", "abspath") 225 bindings_dir = get_path_info(".", "abspath")
(...skipping 19 matching lines...) Expand all
247 "core/v8/TraceWrapperMemberTest.cpp", 245 "core/v8/TraceWrapperMemberTest.cpp",
248 "core/v8/V8BindingForTesting.cpp", 246 "core/v8/V8BindingForTesting.cpp",
249 "core/v8/V8BindingForTesting.h", 247 "core/v8/V8BindingForTesting.h",
250 "core/v8/V8BindingTest.cpp", 248 "core/v8/V8BindingTest.cpp",
251 "core/v8/V8ObjectBuilderTest.cpp", 249 "core/v8/V8ObjectBuilderTest.cpp",
252 "core/v8/V8ScriptRunnerTest.cpp", 250 "core/v8/V8ScriptRunnerTest.cpp",
253 "core/v8/serialization/V8ScriptValueSerializerTest.cpp", 251 "core/v8/serialization/V8ScriptValueSerializerTest.cpp",
254 ], 252 ],
255 "abspath") 253 "abspath")
256 bindings_unittest_files += bindings_modules_v8_unittest_files 254 bindings_unittest_files += bindings_modules_v8_unittest_files
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/bindings/core/v8/BindingSecurity.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698