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 2424693002: Custom Elements: Complete HTMLConstructor Algorithm (Closed)
Patch Set: Redefinition guard Created 4 years, 1 month 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 =
(...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after
157 "core/v8/V8GCController.cpp", 157 "core/v8/V8GCController.cpp",
158 "core/v8/V8GCController.h", 158 "core/v8/V8GCController.h",
159 "core/v8/V8EventListenerHelper.cpp", 159 "core/v8/V8EventListenerHelper.cpp",
160 "core/v8/V8EventListenerHelper.h", 160 "core/v8/V8EventListenerHelper.h",
161 "core/v8/V8GCForContextDispose.cpp", 161 "core/v8/V8GCForContextDispose.cpp",
162 "core/v8/V8GCForContextDispose.h", 162 "core/v8/V8GCForContextDispose.h",
163 "core/v8/V8GlobalValueMap.h", 163 "core/v8/V8GlobalValueMap.h",
164 "core/v8/V8HiddenValue.cpp", 164 "core/v8/V8HiddenValue.cpp",
165 "core/v8/V8HiddenValue.h", 165 "core/v8/V8HiddenValue.h",
166 "core/v8/V8HTMLConstructor.cpp", 166 "core/v8/V8HTMLConstructor.cpp",
167 "core/v8/V8HTMLConstructor.h",
167 "core/v8/V8IdleTaskRunner.h", 168 "core/v8/V8IdleTaskRunner.h",
168 "core/v8/V8Initializer.cpp", 169 "core/v8/V8Initializer.cpp",
169 "core/v8/V8Initializer.h", 170 "core/v8/V8Initializer.h",
170 "core/v8/V8IntersectionObserverCallback.cpp", 171 "core/v8/V8IntersectionObserverCallback.cpp",
171 "core/v8/V8IntersectionObserverCallback.h", 172 "core/v8/V8IntersectionObserverCallback.h",
172 "core/v8/V8IteratorResultValue.cpp", 173 "core/v8/V8IteratorResultValue.cpp",
173 "core/v8/V8IteratorResultValue.h", 174 "core/v8/V8IteratorResultValue.h",
174 "core/v8/V8LazyEventListener.cpp", 175 "core/v8/V8LazyEventListener.cpp",
175 "core/v8/V8LazyEventListener.h", 176 "core/v8/V8LazyEventListener.h",
176 "core/v8/V8MutationCallback.cpp", 177 "core/v8/V8MutationCallback.cpp",
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
236 "core/v8/ToV8Test.cpp", 237 "core/v8/ToV8Test.cpp",
237 "core/v8/TraceWrapperMemberTest.cpp", 238 "core/v8/TraceWrapperMemberTest.cpp",
238 "core/v8/V8BindingForTesting.cpp", 239 "core/v8/V8BindingForTesting.cpp",
239 "core/v8/V8BindingForTesting.h", 240 "core/v8/V8BindingForTesting.h",
240 "core/v8/V8BindingTest.cpp", 241 "core/v8/V8BindingTest.cpp",
241 "core/v8/V8ScriptRunnerTest.cpp", 242 "core/v8/V8ScriptRunnerTest.cpp",
242 "core/v8/serialization/V8ScriptValueSerializerTest.cpp", 243 "core/v8/serialization/V8ScriptValueSerializerTest.cpp",
243 ], 244 ],
244 "abspath") 245 "abspath")
245 bindings_unittest_files += bindings_modules_v8_unittest_files 246 bindings_unittest_files += bindings_modules_v8_unittest_files
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698