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

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

Issue 2385073002: HTMLConstructor implementation (Closed)
Patch Set: Renamed V8HTMLElement constructor to HTMLConstructor Created 4 years, 2 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", 13 "core/v8/custom/V8CSSStyleRuleCustom.cpp",
14 "core/v8/custom/V8CustomEventCustom.cpp", 14 "core/v8/custom/V8CustomEventCustom.cpp",
15 "core/v8/custom/V8CustomXPathNSResolver.cpp", 15 "core/v8/custom/V8CustomXPathNSResolver.cpp",
16 "core/v8/custom/V8CustomXPathNSResolver.h", 16 "core/v8/custom/V8CustomXPathNSResolver.h",
17 "core/v8/custom/V8DevToolsHostCustom.cpp", 17 "core/v8/custom/V8DevToolsHostCustom.cpp",
18 "core/v8/custom/V8DocumentCustom.cpp", 18 "core/v8/custom/V8DocumentCustom.cpp",
19 "core/v8/custom/V8ErrorEventCustom.cpp", 19 "core/v8/custom/V8ErrorEventCustom.cpp",
20 "core/v8/custom/V8EventTargetCustom.cpp", 20 "core/v8/custom/V8EventTargetCustom.cpp",
21 "core/v8/custom/V8HTMLAllCollectionCustom.cpp", 21 "core/v8/custom/V8HTMLAllCollectionCustom.cpp",
22 "core/v8/custom/V8HTMLElementCustom.cpp",
23 "core/v8/custom/V8HTMLPlugInElementCustom.cpp", 22 "core/v8/custom/V8HTMLPlugInElementCustom.cpp",
24 "core/v8/custom/V8IntersectionObserverCustom.cpp", 23 "core/v8/custom/V8IntersectionObserverCustom.cpp",
25 "core/v8/custom/V8MediaQueryListCustom.cpp", 24 "core/v8/custom/V8MediaQueryListCustom.cpp",
26 "core/v8/custom/V8MessageChannelCustom.cpp", 25 "core/v8/custom/V8MessageChannelCustom.cpp",
27 "core/v8/custom/V8MessageEventCustom.cpp", 26 "core/v8/custom/V8MessageEventCustom.cpp",
28 "core/v8/custom/V8MutationObserverCustom.cpp", 27 "core/v8/custom/V8MutationObserverCustom.cpp",
29 "core/v8/custom/V8PerformanceObserverCustom.cpp", 28 "core/v8/custom/V8PerformanceObserverCustom.cpp",
30 "core/v8/custom/V8PopStateEventCustom.cpp", 29 "core/v8/custom/V8PopStateEventCustom.cpp",
31 "core/v8/custom/V8PromiseRejectionEventCustom.cpp", 30 "core/v8/custom/V8PromiseRejectionEventCustom.cpp",
32 "core/v8/custom/V8WindowCustom.cpp", 31 "core/v8/custom/V8WindowCustom.cpp",
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
115 "core/v8/ScriptStreamerThread.cpp", 114 "core/v8/ScriptStreamerThread.cpp",
116 "core/v8/ScriptStreamerThread.h", 115 "core/v8/ScriptStreamerThread.h",
117 "core/v8/ScriptString.cpp", 116 "core/v8/ScriptString.cpp",
118 "core/v8/ScriptString.h", 117 "core/v8/ScriptString.h",
119 "core/v8/ScriptValue.cpp", 118 "core/v8/ScriptValue.cpp",
120 "core/v8/ScriptValue.h", 119 "core/v8/ScriptValue.h",
121 "core/v8/ScriptValueSerializer.cpp", 120 "core/v8/ScriptValueSerializer.cpp",
122 "core/v8/ScriptValueSerializer.h", 121 "core/v8/ScriptValueSerializer.h",
123 "core/v8/ScriptWrappable.cpp", 122 "core/v8/ScriptWrappable.cpp",
124 "core/v8/ScriptWrappable.h", 123 "core/v8/ScriptWrappable.h",
124 "core/v8/ScriptWrappableVisitor.cpp",
125 "core/v8/ScriptWrappableVisitor.h",
126 "core/v8/ScriptWrappableVisitorVerifier.h",
125 "core/v8/SerializationTag.h", 127 "core/v8/SerializationTag.h",
126 "core/v8/SerializedScriptValue.cpp", 128 "core/v8/SerializedScriptValue.cpp",
127 "core/v8/SerializedScriptValue.h", 129 "core/v8/SerializedScriptValue.h",
128 "core/v8/SerializedScriptValueFactory.cpp", 130 "core/v8/SerializedScriptValueFactory.cpp",
129 "core/v8/SerializedScriptValueFactory.h", 131 "core/v8/SerializedScriptValueFactory.h",
130 "core/v8/SharedPersistent.h", 132 "core/v8/SharedPersistent.h",
131 "core/v8/SourceLocation.cpp", 133 "core/v8/SourceLocation.cpp",
132 "core/v8/SourceLocation.h", 134 "core/v8/SourceLocation.h",
133 "core/v8/Transferables.h", 135 "core/v8/Transferables.h",
134 "core/v8/ToV8.cpp", 136 "core/v8/ToV8.cpp",
(...skipping 11 matching lines...) Expand all
146 "core/v8/V8DOMConfiguration.h", 148 "core/v8/V8DOMConfiguration.h",
147 "core/v8/V8DOMWrapper.cpp", 149 "core/v8/V8DOMWrapper.cpp",
148 "core/v8/V8DOMWrapper.h", 150 "core/v8/V8DOMWrapper.h",
149 "core/v8/V8ErrorHandler.cpp", 151 "core/v8/V8ErrorHandler.cpp",
150 "core/v8/V8ErrorHandler.h", 152 "core/v8/V8ErrorHandler.h",
151 "core/v8/V8EventListener.cpp", 153 "core/v8/V8EventListener.cpp",
152 "core/v8/V8EventListener.h", 154 "core/v8/V8EventListener.h",
153 "core/v8/V8EventListenerInfo.h", 155 "core/v8/V8EventListenerInfo.h",
154 "core/v8/V8GCController.cpp", 156 "core/v8/V8GCController.cpp",
155 "core/v8/V8GCController.h", 157 "core/v8/V8GCController.h",
156 "core/v8/ScriptWrappableVisitor.cpp",
157 "core/v8/ScriptWrappableVisitor.h",
158 "core/v8/ScriptWrappableVisitorVerifier.h",
159 "core/v8/V8EventListenerHelper.cpp", 158 "core/v8/V8EventListenerHelper.cpp",
160 "core/v8/V8EventListenerHelper.h", 159 "core/v8/V8EventListenerHelper.h",
161 "core/v8/V8GCForContextDispose.cpp", 160 "core/v8/V8GCForContextDispose.cpp",
162 "core/v8/V8GCForContextDispose.h", 161 "core/v8/V8GCForContextDispose.h",
163 "core/v8/V8GlobalValueMap.h", 162 "core/v8/V8GlobalValueMap.h",
164 "core/v8/V8HiddenValue.cpp", 163 "core/v8/V8HiddenValue.cpp",
165 "core/v8/V8HiddenValue.h", 164 "core/v8/V8HiddenValue.h",
165 "core/v8/V8HTMLConstructor.cpp",
166 "core/v8/V8IdleTaskRunner.h", 166 "core/v8/V8IdleTaskRunner.h",
167 "core/v8/V8Initializer.cpp", 167 "core/v8/V8Initializer.cpp",
168 "core/v8/V8Initializer.h", 168 "core/v8/V8Initializer.h",
169 "core/v8/V8IntersectionObserverCallback.cpp", 169 "core/v8/V8IntersectionObserverCallback.cpp",
170 "core/v8/V8IntersectionObserverCallback.h", 170 "core/v8/V8IntersectionObserverCallback.h",
171 "core/v8/V8IteratorResultValue.cpp", 171 "core/v8/V8IteratorResultValue.cpp",
172 "core/v8/V8IteratorResultValue.h", 172 "core/v8/V8IteratorResultValue.h",
173 "core/v8/V8LazyEventListener.cpp", 173 "core/v8/V8LazyEventListener.cpp",
174 "core/v8/V8LazyEventListener.h", 174 "core/v8/V8LazyEventListener.h",
175 "core/v8/V8MutationCallback.cpp", 175 "core/v8/V8MutationCallback.cpp",
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
233 "core/v8/SerializedScriptValueTest.cpp", 233 "core/v8/SerializedScriptValueTest.cpp",
234 "core/v8/ToV8Test.cpp", 234 "core/v8/ToV8Test.cpp",
235 "core/v8/V8BindingForTesting.cpp", 235 "core/v8/V8BindingForTesting.cpp",
236 "core/v8/V8BindingForTesting.h", 236 "core/v8/V8BindingForTesting.h",
237 "core/v8/V8BindingTest.cpp", 237 "core/v8/V8BindingTest.cpp",
238 "core/v8/V8ScriptRunnerTest.cpp", 238 "core/v8/V8ScriptRunnerTest.cpp",
239 "core/v8/serialization/V8ScriptValueSerializerTest.cpp", 239 "core/v8/serialization/V8ScriptValueSerializerTest.cpp",
240 ], 240 ],
241 "abspath") 241 "abspath")
242 bindings_unittest_files += bindings_modules_v8_unittest_files 242 bindings_unittest_files += bindings_modules_v8_unittest_files
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698