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

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

Issue 2856743002: Clean up bindings/core/v8 (Part 4) (Closed)
Patch Set: Rebase 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/DocumentWriteEvaluator.cpp » ('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 17 matching lines...) Expand all
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", 36 "core/v8/ConditionalFeaturesForCore.cpp",
37 "core/v8/ConditionalFeaturesForCore.h", 37 "core/v8/ConditionalFeaturesForCore.h",
38 "core/v8/V0CustomElementBinding.h",
39 "core/v8/V0CustomElementConstructorBuilder.cpp", 38 "core/v8/V0CustomElementConstructorBuilder.cpp",
40 "core/v8/V0CustomElementConstructorBuilder.h", 39 "core/v8/V0CustomElementConstructorBuilder.h",
41 "core/v8/DocumentWriteEvaluator.cpp", 40 "core/v8/DocumentWriteEvaluator.cpp",
42 "core/v8/DocumentWriteEvaluator.h", 41 "core/v8/DocumentWriteEvaluator.h",
43 "core/v8/Dictionary.cpp", 42 "core/v8/Dictionary.cpp",
44 "core/v8/Dictionary.h", 43 "core/v8/Dictionary.h",
45 "core/v8/DictionaryHelperForBindings.h", 44 "core/v8/DictionaryHelperForBindings.h",
46 "core/v8/DictionaryHelperForCore.cpp", 45 "core/v8/DictionaryHelperForCore.cpp",
47 "core/v8/DictionaryIterator.cpp", 46 "core/v8/DictionaryIterator.cpp",
48 "core/v8/DictionaryIterator.h", 47 "core/v8/DictionaryIterator.h",
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
112 "core/v8/SourceLocation.h", 111 "core/v8/SourceLocation.h",
113 "core/v8/ToV8ForCore.cpp", 112 "core/v8/ToV8ForCore.cpp",
114 "core/v8/ToV8ForCore.h", 113 "core/v8/ToV8ForCore.h",
115 "core/v8/Transferables.h", 114 "core/v8/Transferables.h",
116 "core/v8/UseCounterCallback.cpp", 115 "core/v8/UseCounterCallback.cpp",
117 "core/v8/UseCounterCallback.h", 116 "core/v8/UseCounterCallback.h",
118 "core/v8/V8AbstractEventListener.cpp", 117 "core/v8/V8AbstractEventListener.cpp",
119 "core/v8/V8AbstractEventListener.h", 118 "core/v8/V8AbstractEventListener.h",
120 "core/v8/V8BindingForCore.cpp", 119 "core/v8/V8BindingForCore.cpp",
121 "core/v8/V8BindingForCore.h", 120 "core/v8/V8BindingForCore.h",
122 "core/v8/V8BindingMacros.h",
123 "core/v8/V8CacheOptions.h", 121 "core/v8/V8CacheOptions.h",
124 "core/v8/V8CacheStrategiesForCacheStorage.h", 122 "core/v8/V8CacheStrategiesForCacheStorage.h",
125 "core/v8/V8CrossOriginSetterInfo.h", 123 "core/v8/V8CrossOriginSetterInfo.h",
126 "core/v8/V8DOMActivityLogger.cpp", 124 "core/v8/V8DOMActivityLogger.cpp",
127 "core/v8/V8DOMActivityLogger.h", 125 "core/v8/V8DOMActivityLogger.h",
128 "core/v8/V8DOMConfiguration.cpp", 126 "core/v8/V8DOMConfiguration.cpp",
129 "core/v8/V8DOMConfiguration.h", 127 "core/v8/V8DOMConfiguration.h",
130 "core/v8/V8ThrowDOMException.cpp", 128 "core/v8/V8ThrowDOMException.cpp",
131 "core/v8/V8ThrowDOMException.h", 129 "core/v8/V8ThrowDOMException.h",
132 "core/v8/V8DOMWrapper.h",
133 "core/v8/V8ErrorHandler.cpp", 130 "core/v8/V8ErrorHandler.cpp",
134 "core/v8/V8ErrorHandler.h", 131 "core/v8/V8ErrorHandler.h",
135 "core/v8/V8EventListener.cpp", 132 "core/v8/V8EventListener.cpp",
136 "core/v8/V8EventListener.h", 133 "core/v8/V8EventListener.h",
137 "core/v8/V8EventListenerInfo.h", 134 "core/v8/V8EventListenerInfo.h",
138 "core/v8/V8GCController.cpp", 135 "core/v8/V8GCController.cpp",
139 "core/v8/V8GCController.h", 136 "core/v8/V8GCController.h",
140 "core/v8/V8EventListenerHelper.cpp", 137 "core/v8/V8EventListenerHelper.cpp",
141 "core/v8/V8EventListenerHelper.h", 138 "core/v8/V8EventListenerHelper.h",
142 "core/v8/V8GCForContextDispose.cpp", 139 "core/v8/V8GCForContextDispose.cpp",
143 "core/v8/V8GCForContextDispose.h", 140 "core/v8/V8GCForContextDispose.h",
144 "core/v8/V8GlobalValueMap.h",
145 "core/v8/V8HTMLConstructor.cpp", 141 "core/v8/V8HTMLConstructor.cpp",
146 "core/v8/V8HTMLConstructor.h", 142 "core/v8/V8HTMLConstructor.h",
147 "core/v8/V8IdleTaskRunner.h", 143 "core/v8/V8IdleTaskRunner.h",
148 "core/v8/V8Initializer.cpp", 144 "core/v8/V8Initializer.cpp",
149 "core/v8/V8Initializer.h", 145 "core/v8/V8Initializer.h",
150 "core/v8/V8IntersectionObserverCallback.cpp", 146 "core/v8/V8IntersectionObserverCallback.cpp",
151 "core/v8/V8IntersectionObserverCallback.h", 147 "core/v8/V8IntersectionObserverCallback.h",
152 "core/v8/V8IteratorResultValue.cpp", 148 "core/v8/V8IteratorResultValue.cpp",
153 "core/v8/V8IteratorResultValue.h", 149 "core/v8/V8IteratorResultValue.h",
154 "core/v8/V8LazyEventListener.cpp", 150 "core/v8/V8LazyEventListener.cpp",
155 "core/v8/V8LazyEventListener.h", 151 "core/v8/V8LazyEventListener.h",
156 "core/v8/V8MutationCallback.cpp", 152 "core/v8/V8MutationCallback.cpp",
157 "core/v8/V8MutationCallback.h", 153 "core/v8/V8MutationCallback.h",
158 "core/v8/V8NodeFilterCondition.cpp", 154 "core/v8/V8NodeFilterCondition.cpp",
159 "core/v8/V8NodeFilterCondition.h", 155 "core/v8/V8NodeFilterCondition.h",
160 "core/v8/V8ObjectBuilder.cpp", 156 "core/v8/V8ObjectBuilder.cpp",
161 "core/v8/V8ObjectBuilder.h", 157 "core/v8/V8ObjectBuilder.h",
162 "core/v8/V8ObjectConstructor.h",
163 "core/v8/V8PagePopupControllerBinding.cpp", 158 "core/v8/V8PagePopupControllerBinding.cpp",
164 "core/v8/V8PagePopupControllerBinding.h", 159 "core/v8/V8PagePopupControllerBinding.h",
165 "core/v8/V8PerContextData.h", 160 "core/v8/V8PerContextData.h",
166 "core/v8/V8PerIsolateData.h", 161 "core/v8/V8PerIsolateData.h",
167 "core/v8/V8PersistentValueVector.h", 162 "core/v8/V8PersistentValueVector.h",
168 "core/v8/V8PrivateProperty.h", 163 "core/v8/V8PrivateProperty.h",
169 "core/v8/V8ResizeObserverCallbackCustom.cpp", 164 "core/v8/V8ResizeObserverCallbackCustom.cpp",
170 "core/v8/V8ScriptRunner.cpp", 165 "core/v8/V8ScriptRunner.cpp",
171 "core/v8/V8ScriptRunner.h", 166 "core/v8/V8ScriptRunner.h",
172 "core/v8/V8StringResource.h", 167 "core/v8/V8StringResource.h",
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
215 "core/v8/TraceWrapperMemberTest.cpp", 210 "core/v8/TraceWrapperMemberTest.cpp",
216 "core/v8/V8BindingForTesting.cpp", 211 "core/v8/V8BindingForTesting.cpp",
217 "core/v8/V8BindingForTesting.h", 212 "core/v8/V8BindingForTesting.h",
218 "core/v8/V8BindingTest.cpp", 213 "core/v8/V8BindingTest.cpp",
219 "core/v8/V8ObjectBuilderTest.cpp", 214 "core/v8/V8ObjectBuilderTest.cpp",
220 "core/v8/V8ScriptRunnerTest.cpp", 215 "core/v8/V8ScriptRunnerTest.cpp",
221 "core/v8/serialization/V8ScriptValueSerializerTest.cpp", 216 "core/v8/serialization/V8ScriptValueSerializerTest.cpp",
222 ], 217 ],
223 "abspath") 218 "abspath")
224 bindings_unittest_files += bindings_modules_v8_unittest_files 219 bindings_unittest_files += bindings_modules_v8_unittest_files
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/bindings/core/v8/DocumentWriteEvaluator.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698