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

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

Issue 2848963002: Clean up bindings/core/v8 (Part 1) (Closed)
Patch Set: Fix build Created 3 years, 7 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/ActiveScriptWrappable.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 10 matching lines...) Expand all
21 "core/v8/custom/V8IntersectionObserverCustom.cpp", 21 "core/v8/custom/V8IntersectionObserverCustom.cpp",
22 "core/v8/custom/V8MediaQueryListCustom.cpp", 22 "core/v8/custom/V8MediaQueryListCustom.cpp",
23 "core/v8/custom/V8MessageChannelCustom.cpp", 23 "core/v8/custom/V8MessageChannelCustom.cpp",
24 "core/v8/custom/V8MessageEventCustom.cpp", 24 "core/v8/custom/V8MessageEventCustom.cpp",
25 "core/v8/custom/V8MutationObserverCustom.cpp", 25 "core/v8/custom/V8MutationObserverCustom.cpp",
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/ActiveScriptWrappable.h",
32 "core/v8/ArrayValue.cpp", 31 "core/v8/ArrayValue.cpp",
33 "core/v8/ArrayValue.h", 32 "core/v8/ArrayValue.h",
34 "core/v8/BindingSecurity.cpp", 33 "core/v8/BindingSecurity.cpp",
35 "core/v8/BindingSecurity.h", 34 "core/v8/BindingSecurity.h",
36 "core/v8/CallbackPromiseAdapter.h", 35 "core/v8/CallbackPromiseAdapter.h",
37 "core/v8/ConditionalFeatures.h",
38 "core/v8/ConditionalFeaturesForCore.cpp", 36 "core/v8/ConditionalFeaturesForCore.cpp",
39 "core/v8/ConditionalFeaturesForCore.h", 37 "core/v8/ConditionalFeaturesForCore.h",
40 "core/v8/V0CustomElementBinding.h", 38 "core/v8/V0CustomElementBinding.h",
41 "core/v8/V0CustomElementConstructorBuilder.cpp", 39 "core/v8/V0CustomElementConstructorBuilder.cpp",
42 "core/v8/V0CustomElementConstructorBuilder.h", 40 "core/v8/V0CustomElementConstructorBuilder.h",
43 "core/v8/DocumentWriteEvaluator.cpp", 41 "core/v8/DocumentWriteEvaluator.cpp",
44 "core/v8/DocumentWriteEvaluator.h", 42 "core/v8/DocumentWriteEvaluator.h",
45 "core/v8/DOMDataStore.h",
46 "core/v8/DOMWrapperMap.h",
47 "core/v8/DOMWrapperWorld.h",
48 "core/v8/Dictionary.cpp", 43 "core/v8/Dictionary.cpp",
49 "core/v8/Dictionary.h", 44 "core/v8/Dictionary.h",
50 "core/v8/DictionaryHelperForBindings.h", 45 "core/v8/DictionaryHelperForBindings.h",
51 "core/v8/DictionaryHelperForCore.cpp", 46 "core/v8/DictionaryHelperForCore.cpp",
52 "core/v8/DictionaryIterator.cpp", 47 "core/v8/DictionaryIterator.cpp",
53 "core/v8/DictionaryIterator.h", 48 "core/v8/DictionaryIterator.h",
54 "core/v8/ExceptionMessages.cpp", 49 "core/v8/ExceptionMessages.cpp",
55 "core/v8/ExceptionMessages.h", 50 "core/v8/ExceptionMessages.h",
56 "core/v8/ExceptionState.cpp", 51 "core/v8/ExceptionState.cpp",
57 "core/v8/ExceptionState.h", 52 "core/v8/ExceptionState.h",
58 "core/v8/GeneratedCodeHelper.cpp", 53 "core/v8/GeneratedCodeHelper.cpp",
59 "core/v8/GeneratedCodeHelper.h", 54 "core/v8/GeneratedCodeHelper.h",
60 "core/v8/IDLDictionaryBase.cpp", 55 "core/v8/IDLDictionaryBase.cpp",
61 "core/v8/IDLDictionaryBase.h", 56 "core/v8/IDLDictionaryBase.h",
62 "core/v8/IDLTypes.h", 57 "core/v8/IDLTypes.h",
63 "core/v8/IDLTypesBase.h", 58 "core/v8/IDLTypesBase.h",
64 "core/v8/Iterable.h", 59 "core/v8/Iterable.h",
65 "core/v8/LocalWindowProxy.cpp", 60 "core/v8/LocalWindowProxy.cpp",
66 "core/v8/LocalWindowProxy.h", 61 "core/v8/LocalWindowProxy.h",
67 "core/v8/Maplike.h", 62 "core/v8/Maplike.h",
68 "core/v8/Microtask.h",
69 "core/v8/NativeValueTraits.h", 63 "core/v8/NativeValueTraits.h",
70 "core/v8/NativeValueTraitsImpl.h", 64 "core/v8/NativeValueTraitsImpl.h",
71 "core/v8/Nullable.h", 65 "core/v8/Nullable.h",
72 "core/v8/RejectedPromises.cpp", 66 "core/v8/RejectedPromises.cpp",
73 "core/v8/RejectedPromises.h", 67 "core/v8/RejectedPromises.h",
74 "core/v8/RemoteWindowProxy.cpp", 68 "core/v8/RemoteWindowProxy.cpp",
75 "core/v8/RemoteWindowProxy.h", 69 "core/v8/RemoteWindowProxy.h",
76 "core/v8/RetainedDOMInfo.cpp", 70 "core/v8/RetainedDOMInfo.cpp",
77 "core/v8/RetainedDOMInfo.h", 71 "core/v8/RetainedDOMInfo.h",
78 "core/v8/RetainedObjectInfo.h", 72 "core/v8/RetainedObjectInfo.h",
79 "core/v8/ScheduledAction.cpp", 73 "core/v8/ScheduledAction.cpp",
80 "core/v8/ScheduledAction.h", 74 "core/v8/ScheduledAction.h",
81 "core/v8/ScopedPersistent.h",
82 "core/v8/ScriptController.cpp", 75 "core/v8/ScriptController.cpp",
83 "core/v8/ScriptController.h", 76 "core/v8/ScriptController.h",
84 "core/v8/ScriptCustomElementDefinition.cpp", 77 "core/v8/ScriptCustomElementDefinition.cpp",
85 "core/v8/ScriptCustomElementDefinition.h", 78 "core/v8/ScriptCustomElementDefinition.h",
86 "core/v8/ScriptCustomElementDefinitionBuilder.cpp", 79 "core/v8/ScriptCustomElementDefinitionBuilder.cpp",
87 "core/v8/ScriptCustomElementDefinitionBuilder.h", 80 "core/v8/ScriptCustomElementDefinitionBuilder.h",
88 "core/v8/ScriptEventListener.cpp", 81 "core/v8/ScriptEventListener.cpp",
89 "core/v8/ScriptEventListener.h", 82 "core/v8/ScriptEventListener.h",
90 "core/v8/ScriptFunction.cpp", 83 "core/v8/ScriptFunction.cpp",
91 "core/v8/ScriptFunction.h", 84 "core/v8/ScriptFunction.h",
92 "core/v8/ScriptModule.cpp", 85 "core/v8/ScriptModule.cpp",
93 "core/v8/ScriptModule.h", 86 "core/v8/ScriptModule.h",
94 "core/v8/ScriptPromise.cpp", 87 "core/v8/ScriptPromise.cpp",
95 "core/v8/ScriptPromise.h", 88 "core/v8/ScriptPromise.h",
96 "core/v8/ScriptPromiseProperties.h",
97 "core/v8/ScriptPromiseProperty.h", 89 "core/v8/ScriptPromiseProperty.h",
98 "core/v8/ScriptPromisePropertyBase.cpp", 90 "core/v8/ScriptPromisePropertyBase.cpp",
99 "core/v8/ScriptPromisePropertyBase.h", 91 "core/v8/ScriptPromisePropertyBase.h",
100 "core/v8/ScriptPromiseResolver.cpp", 92 "core/v8/ScriptPromiseResolver.cpp",
101 "core/v8/ScriptPromiseResolver.h", 93 "core/v8/ScriptPromiseResolver.h",
102 "core/v8/ScriptRegexp.cpp", 94 "core/v8/ScriptRegexp.cpp",
103 "core/v8/ScriptRegexp.h", 95 "core/v8/ScriptRegexp.h",
104 "core/v8/StringResource.h", 96 "core/v8/StringResource.h",
105 "core/v8/ScriptSourceCode.cpp", 97 "core/v8/ScriptSourceCode.cpp",
106 "core/v8/ScriptSourceCode.h", 98 "core/v8/ScriptSourceCode.h",
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
232 "core/v8/TraceWrapperMemberTest.cpp", 224 "core/v8/TraceWrapperMemberTest.cpp",
233 "core/v8/V8BindingForTesting.cpp", 225 "core/v8/V8BindingForTesting.cpp",
234 "core/v8/V8BindingForTesting.h", 226 "core/v8/V8BindingForTesting.h",
235 "core/v8/V8BindingTest.cpp", 227 "core/v8/V8BindingTest.cpp",
236 "core/v8/V8ObjectBuilderTest.cpp", 228 "core/v8/V8ObjectBuilderTest.cpp",
237 "core/v8/V8ScriptRunnerTest.cpp", 229 "core/v8/V8ScriptRunnerTest.cpp",
238 "core/v8/serialization/V8ScriptValueSerializerTest.cpp", 230 "core/v8/serialization/V8ScriptValueSerializerTest.cpp",
239 ], 231 ],
240 "abspath") 232 "abspath")
241 bindings_unittest_files += bindings_modules_v8_unittest_files 233 bindings_unittest_files += bindings_modules_v8_unittest_files
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/bindings/core/v8/ActiveScriptWrappable.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698