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

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

Issue 2970003002: Add code generation for ConditionalFeatures bindings code (Closed)
Patch Set: Readability fixes Created 3 years, 5 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/BUILD.gn » ('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 15 matching lines...) Expand all
26 "core/v8/custom/V8PerformanceObserverCustom.cpp", 26 "core/v8/custom/V8PerformanceObserverCustom.cpp",
27 "core/v8/custom/V8PopStateEventCustom.cpp", 27 "core/v8/custom/V8PopStateEventCustom.cpp",
28 "core/v8/custom/V8PromiseRejectionEventCustom.cpp", 28 "core/v8/custom/V8PromiseRejectionEventCustom.cpp",
29 "core/v8/custom/V8WindowCustom.cpp", 29 "core/v8/custom/V8WindowCustom.cpp",
30 "core/v8/custom/V8XMLHttpRequestCustom.cpp", 30 "core/v8/custom/V8XMLHttpRequestCustom.cpp",
31 "core/v8/ArrayValue.cpp", 31 "core/v8/ArrayValue.cpp",
32 "core/v8/ArrayValue.h", 32 "core/v8/ArrayValue.h",
33 "core/v8/BindingSecurity.cpp", 33 "core/v8/BindingSecurity.cpp",
34 "core/v8/BindingSecurity.h", 34 "core/v8/BindingSecurity.h",
35 "core/v8/CallbackPromiseAdapter.h", 35 "core/v8/CallbackPromiseAdapter.h",
36 "core/v8/ConditionalFeaturesForCore.cpp",
37 "core/v8/ConditionalFeaturesForCore.h",
38 "core/v8/V0CustomElementConstructorBuilder.cpp", 36 "core/v8/V0CustomElementConstructorBuilder.cpp",
39 "core/v8/V0CustomElementConstructorBuilder.h", 37 "core/v8/V0CustomElementConstructorBuilder.h",
40 "core/v8/DocumentWriteEvaluator.cpp", 38 "core/v8/DocumentWriteEvaluator.cpp",
41 "core/v8/DocumentWriteEvaluator.h", 39 "core/v8/DocumentWriteEvaluator.h",
42 "core/v8/Dictionary.cpp", 40 "core/v8/Dictionary.cpp",
43 "core/v8/Dictionary.h", 41 "core/v8/Dictionary.h",
44 "core/v8/DictionaryHelperForBindings.h", 42 "core/v8/DictionaryHelperForBindings.h",
45 "core/v8/DictionaryHelperForCore.cpp", 43 "core/v8/DictionaryHelperForCore.cpp",
46 "core/v8/DictionaryIterator.cpp", 44 "core/v8/DictionaryIterator.cpp",
47 "core/v8/DictionaryIterator.h", 45 "core/v8/DictionaryIterator.h",
(...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after
211 "core/v8/V8BindingForTesting.h", 209 "core/v8/V8BindingForTesting.h",
212 "core/v8/V8BindingTest.cpp", 210 "core/v8/V8BindingTest.cpp",
213 "core/v8/V8ObjectBuilderTest.cpp", 211 "core/v8/V8ObjectBuilderTest.cpp",
214 "core/v8/V8ScriptRunnerTest.cpp", 212 "core/v8/V8ScriptRunnerTest.cpp",
215 "core/v8/serialization/SerializedScriptValueTest.cpp", 213 "core/v8/serialization/SerializedScriptValueTest.cpp",
216 "core/v8/serialization/SerializedScriptValueThreadedTest.cpp", 214 "core/v8/serialization/SerializedScriptValueThreadedTest.cpp",
217 "core/v8/serialization/V8ScriptValueSerializerTest.cpp", 215 "core/v8/serialization/V8ScriptValueSerializerTest.cpp",
218 ], 216 ],
219 "abspath") 217 "abspath")
220 bindings_unittest_files += bindings_modules_v8_unittest_files 218 bindings_unittest_files += bindings_modules_v8_unittest_files
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/bindings/core/v8/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698