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

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

Issue 2671553003: Remove uses of VisitDOMWrapper (Closed)
Patch Set: Add DependentLifetime when removing Custom=VisitDOMWrapper Created 3 years, 10 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 # 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 =
11 get_path_info([ 11 get_path_info([
12 "core/v8/custom/V8CSSStyleDeclarationCustom.cpp", 12 "core/v8/custom/V8CSSStyleDeclarationCustom.cpp",
13 "core/v8/custom/V8CSSStyleRuleCustom.cpp",
14 "core/v8/custom/V8CustomEventCustom.cpp", 13 "core/v8/custom/V8CustomEventCustom.cpp",
15 "core/v8/custom/V8CustomXPathNSResolver.cpp", 14 "core/v8/custom/V8CustomXPathNSResolver.cpp",
16 "core/v8/custom/V8CustomXPathNSResolver.h", 15 "core/v8/custom/V8CustomXPathNSResolver.h",
17 "core/v8/custom/V8DevToolsHostCustom.cpp", 16 "core/v8/custom/V8DevToolsHostCustom.cpp",
18 "core/v8/custom/V8DocumentCustom.cpp", 17 "core/v8/custom/V8DocumentCustom.cpp",
19 "core/v8/custom/V8ErrorEventCustom.cpp", 18 "core/v8/custom/V8ErrorEventCustom.cpp",
20 "core/v8/custom/V8EventTargetCustom.cpp", 19 "core/v8/custom/V8EventTargetCustom.cpp",
21 "core/v8/custom/V8HTMLAllCollectionCustom.cpp", 20 "core/v8/custom/V8HTMLAllCollectionCustom.cpp",
22 "core/v8/custom/V8HTMLPlugInElementCustom.cpp", 21 "core/v8/custom/V8HTMLPlugInElementCustom.cpp",
23 "core/v8/custom/V8IntersectionObserverCustom.cpp", 22 "core/v8/custom/V8IntersectionObserverCustom.cpp",
(...skipping 215 matching lines...) Expand 10 before | Expand all | Expand 10 after
239 "core/v8/TraceWrapperMemberTest.cpp", 238 "core/v8/TraceWrapperMemberTest.cpp",
240 "core/v8/V8BindingForTesting.cpp", 239 "core/v8/V8BindingForTesting.cpp",
241 "core/v8/V8BindingForTesting.h", 240 "core/v8/V8BindingForTesting.h",
242 "core/v8/V8BindingTest.cpp", 241 "core/v8/V8BindingTest.cpp",
243 "core/v8/V8ObjectBuilderTest.cpp", 242 "core/v8/V8ObjectBuilderTest.cpp",
244 "core/v8/V8ScriptRunnerTest.cpp", 243 "core/v8/V8ScriptRunnerTest.cpp",
245 "core/v8/serialization/V8ScriptValueSerializerTest.cpp", 244 "core/v8/serialization/V8ScriptValueSerializerTest.cpp",
246 ], 245 ],
247 "abspath") 246 "abspath")
248 bindings_unittest_files += bindings_modules_v8_unittest_files 247 bindings_unittest_files += bindings_modules_v8_unittest_files
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/bindings/IDLExtendedAttributes.md ('k') | third_party/WebKit/Source/bindings/core/v8/DOMDataStore.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698