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

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

Issue 2691343010: Split ConditionalFeatures (Closed)
Patch Set: Rebase, code review changes 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/bindings/core/v8/ConditionalFeatures.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 20 matching lines...) Expand all
31 "core/v8/custom/V8XMLHttpRequestCustom.cpp", 31 "core/v8/custom/V8XMLHttpRequestCustom.cpp",
32 "core/v8/ActiveScriptWrappable.cpp", 32 "core/v8/ActiveScriptWrappable.cpp",
33 "core/v8/ActiveScriptWrappable.h", 33 "core/v8/ActiveScriptWrappable.h",
34 "core/v8/ArrayValue.cpp", 34 "core/v8/ArrayValue.cpp",
35 "core/v8/ArrayValue.h", 35 "core/v8/ArrayValue.h",
36 "core/v8/BindingSecurity.cpp", 36 "core/v8/BindingSecurity.cpp",
37 "core/v8/BindingSecurity.h", 37 "core/v8/BindingSecurity.h",
38 "core/v8/CallbackPromiseAdapter.h", 38 "core/v8/CallbackPromiseAdapter.h",
39 "core/v8/ConditionalFeatures.cpp", 39 "core/v8/ConditionalFeatures.cpp",
40 "core/v8/ConditionalFeatures.h", 40 "core/v8/ConditionalFeatures.h",
41 "core/v8/ConditionalFeaturesForCore.cpp",
42 "core/v8/ConditionalFeaturesForCore.h",
41 "core/v8/V0CustomElementBinding.cpp", 43 "core/v8/V0CustomElementBinding.cpp",
42 "core/v8/V0CustomElementBinding.h", 44 "core/v8/V0CustomElementBinding.h",
43 "core/v8/V0CustomElementConstructorBuilder.cpp", 45 "core/v8/V0CustomElementConstructorBuilder.cpp",
44 "core/v8/V0CustomElementConstructorBuilder.h", 46 "core/v8/V0CustomElementConstructorBuilder.h",
45 "core/v8/DocumentWriteEvaluator.cpp", 47 "core/v8/DocumentWriteEvaluator.cpp",
46 "core/v8/DocumentWriteEvaluator.h", 48 "core/v8/DocumentWriteEvaluator.h",
47 "core/v8/DOMDataStore.h", 49 "core/v8/DOMDataStore.h",
48 "core/v8/DOMWrapperMap.h", 50 "core/v8/DOMWrapperMap.h",
49 "core/v8/DOMWrapperWorld.cpp", 51 "core/v8/DOMWrapperWorld.cpp",
50 "core/v8/DOMWrapperWorld.h", 52 "core/v8/DOMWrapperWorld.h",
(...skipping 186 matching lines...) Expand 10 before | Expand all | Expand 10 after
237 "core/v8/TraceWrapperMemberTest.cpp", 239 "core/v8/TraceWrapperMemberTest.cpp",
238 "core/v8/V8BindingForTesting.cpp", 240 "core/v8/V8BindingForTesting.cpp",
239 "core/v8/V8BindingForTesting.h", 241 "core/v8/V8BindingForTesting.h",
240 "core/v8/V8BindingTest.cpp", 242 "core/v8/V8BindingTest.cpp",
241 "core/v8/V8ObjectBuilderTest.cpp", 243 "core/v8/V8ObjectBuilderTest.cpp",
242 "core/v8/V8ScriptRunnerTest.cpp", 244 "core/v8/V8ScriptRunnerTest.cpp",
243 "core/v8/serialization/V8ScriptValueSerializerTest.cpp", 245 "core/v8/serialization/V8ScriptValueSerializerTest.cpp",
244 ], 246 ],
245 "abspath") 247 "abspath")
246 bindings_unittest_files += bindings_modules_v8_unittest_files 248 bindings_unittest_files += bindings_modules_v8_unittest_files
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/bindings/core/v8/ConditionalFeatures.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698