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

Side by Side Diff: third_party/WebKit/Source/core/dom/BUILD.gn

Issue 2778153002: Add missing header files to GN files (Closed)
Patch Set: fix merge Created 3 years, 8 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 | « services/ui/public/cpp/BUILD.gn ('k') | third_party/WebKit/Source/core/editing/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 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 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 import("//third_party/WebKit/Source/core/core.gni") 5 import("//third_party/WebKit/Source/core/core.gni")
6 6
7 blink_core_sources("dom") { 7 blink_core_sources("dom") {
8 split_count = 5 8 split_count = 5
9 9
10 sources = [ 10 sources = [
11 "AXObjectCache.cpp", 11 "AXObjectCache.cpp",
12 "AXObjectCache.h", 12 "AXObjectCache.h",
13 "AnimationWorkletProxyClient.h", 13 "AnimationWorkletProxyClient.h",
14 "Attr.cpp", 14 "Attr.cpp",
15 "Attr.h", 15 "Attr.h",
16 "Attribute.h",
16 "AttributeCollection.h", 17 "AttributeCollection.h",
17 "CDATASection.cpp", 18 "CDATASection.cpp",
18 "CDATASection.h", 19 "CDATASection.h",
19 "CSSSelectorWatch.cpp", 20 "CSSSelectorWatch.cpp",
20 "CSSSelectorWatch.h", 21 "CSSSelectorWatch.h",
21 "CharacterData.cpp", 22 "CharacterData.cpp",
23 "CharacterData.h",
22 "ChildFrameDisconnector.cpp", 24 "ChildFrameDisconnector.cpp",
23 "ChildFrameDisconnector.h", 25 "ChildFrameDisconnector.h",
24 "ChildListMutationScope.cpp", 26 "ChildListMutationScope.cpp",
25 "ChildListMutationScope.h", 27 "ChildListMutationScope.h",
28 "ChildNode.h",
26 "ChildNodeList.cpp", 29 "ChildNodeList.cpp",
27 "ChildNodeList.h", 30 "ChildNodeList.h",
28 "ClassCollection.cpp", 31 "ClassCollection.cpp",
29 "ClassCollection.h", 32 "ClassCollection.h",
30 "ClientRect.cpp", 33 "ClientRect.cpp",
31 "ClientRect.h", 34 "ClientRect.h",
32 "ClientRectList.cpp", 35 "ClientRectList.cpp",
33 "ClientRectList.h", 36 "ClientRectList.h",
34 "CollectionIndexCache.h", 37 "CollectionIndexCache.h",
35 "Comment.cpp", 38 "Comment.cpp",
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
79 "DOMURL.h", 82 "DOMURL.h",
80 "DOMURLUtils.cpp", 83 "DOMURLUtils.cpp",
81 "DOMURLUtils.h", 84 "DOMURLUtils.h",
82 "DOMURLUtilsReadOnly.cpp", 85 "DOMURLUtilsReadOnly.cpp",
83 "DOMURLUtilsReadOnly.h", 86 "DOMURLUtilsReadOnly.h",
84 "DatasetDOMStringMap.cpp", 87 "DatasetDOMStringMap.cpp",
85 "DatasetDOMStringMap.h", 88 "DatasetDOMStringMap.h",
86 "DecodedDataDocumentParser.cpp", 89 "DecodedDataDocumentParser.cpp",
87 "DecodedDataDocumentParser.h", 90 "DecodedDataDocumentParser.h",
88 "Document.cpp", 91 "Document.cpp",
92 "Document.h",
89 "DocumentEncodingData.cpp", 93 "DocumentEncodingData.cpp",
90 "DocumentEncodingData.h", 94 "DocumentEncodingData.h",
91 "DocumentFragment.cpp", 95 "DocumentFragment.cpp",
92 "DocumentFragment.h", 96 "DocumentFragment.h",
93 "DocumentFullscreen.cpp", 97 "DocumentFullscreen.cpp",
94 "DocumentFullscreen.h", 98 "DocumentFullscreen.h",
95 "DocumentInit.cpp", 99 "DocumentInit.cpp",
96 "DocumentInit.h", 100 "DocumentInit.h",
97 "DocumentLifecycle.cpp", 101 "DocumentLifecycle.cpp",
98 "DocumentLifecycle.h", 102 "DocumentLifecycle.h",
(...skipping 28 matching lines...) Expand all
127 "ElementFullscreen.h", 131 "ElementFullscreen.h",
128 "ElementIntersectionObserverData.cpp", 132 "ElementIntersectionObserverData.cpp",
129 "ElementIntersectionObserverData.h", 133 "ElementIntersectionObserverData.h",
130 "ElementRareData.cpp", 134 "ElementRareData.cpp",
131 "ElementRareData.h", 135 "ElementRareData.h",
132 "ElementTraversal.h", 136 "ElementTraversal.h",
133 "ElementVisibilityObserver.cpp", 137 "ElementVisibilityObserver.cpp",
134 "ElementVisibilityObserver.h", 138 "ElementVisibilityObserver.h",
135 "EmptyNodeList.cpp", 139 "EmptyNodeList.cpp",
136 "EmptyNodeList.h", 140 "EmptyNodeList.h",
141 "ExceptionCode.h",
137 "ExecutionContext.cpp", 142 "ExecutionContext.cpp",
138 "ExecutionContext.h", 143 "ExecutionContext.h",
139 "ExecutionContextTask.h", 144 "ExecutionContextTask.h",
140 "FirstLetterPseudoElement.cpp", 145 "FirstLetterPseudoElement.cpp",
141 "FirstLetterPseudoElement.h", 146 "FirstLetterPseudoElement.h",
142 "FlexibleArrayBufferView.h", 147 "FlexibleArrayBufferView.h",
143 "FrameRequestCallback.h", 148 "FrameRequestCallback.h",
144 "FrameRequestCallbackCollection.cpp", 149 "FrameRequestCallbackCollection.cpp",
145 "FrameRequestCallbackCollection.h", 150 "FrameRequestCallbackCollection.h",
146 "Fullscreen.cpp", 151 "Fullscreen.cpp",
147 "Fullscreen.h", 152 "Fullscreen.h",
148 "GlobalEventHandlers.h", 153 "GlobalEventHandlers.h",
149 "IconURL.cpp", 154 "IconURL.cpp",
150 "IconURL.h", 155 "IconURL.h",
151 "IdTargetObserver.cpp", 156 "IdTargetObserver.cpp",
152 "IdTargetObserver.h", 157 "IdTargetObserver.h",
153 "IdTargetObserverRegistry.cpp", 158 "IdTargetObserverRegistry.cpp",
154 "IdTargetObserverRegistry.h", 159 "IdTargetObserverRegistry.h",
155 "IdleDeadline.cpp", 160 "IdleDeadline.cpp",
156 "IdleDeadline.h", 161 "IdleDeadline.h",
157 "IdleRequestCallback.h", 162 "IdleRequestCallback.h",
158 "IgnoreDestructiveWriteCountIncrementer.h", 163 "IgnoreDestructiveWriteCountIncrementer.h",
159 "IncrementLoadEventDelayCount.cpp", 164 "IncrementLoadEventDelayCount.cpp",
160 "IncrementLoadEventDelayCount.h", 165 "IncrementLoadEventDelayCount.h",
161 "IntersectionObservation.cpp", 166 "IntersectionObservation.cpp",
162 "IntersectionObservation.h", 167 "IntersectionObservation.h",
163 "IntersectionObserver.cpp", 168 "IntersectionObserver.cpp",
164 "IntersectionObserver.h", 169 "IntersectionObserver.h",
170 "IntersectionObserverCallback.h",
165 "IntersectionObserverController.cpp", 171 "IntersectionObserverController.cpp",
166 "IntersectionObserverController.h", 172 "IntersectionObserverController.h",
167 "IntersectionObserverEntry.cpp", 173 "IntersectionObserverEntry.cpp",
168 "IntersectionObserverEntry.h", 174 "IntersectionObserverEntry.h",
169 "Iterator.h", 175 "Iterator.h",
170 "LayoutTreeBuilder.cpp", 176 "LayoutTreeBuilder.cpp",
171 "LayoutTreeBuilder.h", 177 "LayoutTreeBuilder.h",
172 "LayoutTreeBuilderTraversal.cpp", 178 "LayoutTreeBuilderTraversal.cpp",
173 "LayoutTreeBuilderTraversal.h", 179 "LayoutTreeBuilderTraversal.h",
174 "LiveNodeList.cpp", 180 "LiveNodeList.cpp",
175 "LiveNodeList.h", 181 "LiveNodeList.h",
176 "LiveNodeListBase.cpp", 182 "LiveNodeListBase.cpp",
177 "LiveNodeListBase.h", 183 "LiveNodeListBase.h",
178 "MessageChannel.cpp", 184 "MessageChannel.cpp",
179 "MessageChannel.h", 185 "MessageChannel.h",
180 "MessagePort.cpp", 186 "MessagePort.cpp",
187 "MessagePort.h",
181 "Modulator.cpp", 188 "Modulator.cpp",
182 "Modulator.h", 189 "Modulator.h",
183 "ModuleMap.cpp", 190 "ModuleMap.cpp",
184 "ModuleMap.h", 191 "ModuleMap.h",
185 "ModuleScript.cpp", 192 "ModuleScript.cpp",
186 "ModuleScript.h", 193 "ModuleScript.h",
187 "MutationCallback.h", 194 "MutationCallback.h",
188 "MutationObserver.cpp", 195 "MutationObserver.cpp",
189 "MutationObserver.h", 196 "MutationObserver.h",
190 "MutationObserverInterestGroup.cpp", 197 "MutationObserverInterestGroup.cpp",
191 "MutationObserverInterestGroup.h", 198 "MutationObserverInterestGroup.h",
192 "MutationObserverRegistration.cpp", 199 "MutationObserverRegistration.cpp",
193 "MutationObserverRegistration.h", 200 "MutationObserverRegistration.h",
194 "MutationRecord.cpp", 201 "MutationRecord.cpp",
195 "MutationRecord.h", 202 "MutationRecord.h",
196 "NameNodeList.cpp", 203 "NameNodeList.cpp",
197 "NameNodeList.h", 204 "NameNodeList.h",
198 "NamedNodeMap.cpp", 205 "NamedNodeMap.cpp",
199 "NamedNodeMap.h", 206 "NamedNodeMap.h",
200 "Node.cpp", 207 "Node.cpp",
208 "Node.h",
201 "NodeChildRemovalTracker.cpp", 209 "NodeChildRemovalTracker.cpp",
202 "NodeChildRemovalTracker.h", 210 "NodeChildRemovalTracker.h",
203 "NodeComputedStyle.h", 211 "NodeComputedStyle.h",
204 "NodeFilter.cpp", 212 "NodeFilter.cpp",
205 "NodeFilter.h", 213 "NodeFilter.h",
206 "NodeFilterCondition.h", 214 "NodeFilterCondition.h",
207 "NodeIterator.cpp", 215 "NodeIterator.cpp",
208 "NodeIterator.h", 216 "NodeIterator.h",
209 "NodeIteratorBase.cpp", 217 "NodeIteratorBase.cpp",
210 "NodeIteratorBase.h", 218 "NodeIteratorBase.h",
219 "NodeList.h",
211 "NodeListsNodeData.cpp", 220 "NodeListsNodeData.cpp",
212 "NodeListsNodeData.h", 221 "NodeListsNodeData.h",
213 "NodeRareData.cpp", 222 "NodeRareData.cpp",
214 "NodeRareData.h", 223 "NodeRareData.h",
215 "NodeTraversal.cpp", 224 "NodeTraversal.cpp",
216 "NodeTraversal.h", 225 "NodeTraversal.h",
217 "NodeWithIndex.h", 226 "NodeWithIndex.h",
218 "NonDocumentTypeChildNode.h", 227 "NonDocumentTypeChildNode.h",
219 "NonElementParentNode.h", 228 "NonElementParentNode.h",
220 "NthIndexCache.cpp", 229 "NthIndexCache.cpp",
221 "NthIndexCache.h", 230 "NthIndexCache.h",
222 "ParentNode.h", 231 "ParentNode.h",
223 "ParserContentPolicy.h", 232 "ParserContentPolicy.h",
224 "PendingScript.cpp", 233 "PendingScript.cpp",
225 "PendingScript.h", 234 "PendingScript.h",
226 "PresentationAttributeStyle.cpp", 235 "PresentationAttributeStyle.cpp",
227 "PresentationAttributeStyle.h", 236 "PresentationAttributeStyle.h",
228 "ProcessingInstruction.cpp", 237 "ProcessingInstruction.cpp",
229 "ProcessingInstruction.h", 238 "ProcessingInstruction.h",
230 "PseudoElement.cpp", 239 "PseudoElement.cpp",
240 "PseudoElement.h",
231 "PseudoElementData.h", 241 "PseudoElementData.h",
232 "QualifiedName.cpp", 242 "QualifiedName.cpp",
233 "QualifiedName.h", 243 "QualifiedName.h",
234 "Range.cpp", 244 "Range.cpp",
245 "Range.h",
235 "RangeBoundaryPoint.h", 246 "RangeBoundaryPoint.h",
236 "RawDataDocumentParser.h", 247 "RawDataDocumentParser.h",
237 "RemoteSecurityContext.cpp", 248 "RemoteSecurityContext.cpp",
238 "RemoteSecurityContext.h", 249 "RemoteSecurityContext.h",
239 "ResizeObservation.cpp", 250 "ResizeObservation.cpp",
240 "ResizeObservation.h", 251 "ResizeObservation.h",
241 "ResizeObserver.cpp", 252 "ResizeObserver.cpp",
242 "ResizeObserver.h", 253 "ResizeObserver.h",
243 "ResizeObserverCallback.h", 254 "ResizeObserverCallback.h",
244 "ResizeObserverController.cpp", 255 "ResizeObserverController.cpp",
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
293 "SynchronousMutationNotifier.cpp", 304 "SynchronousMutationNotifier.cpp",
294 "SynchronousMutationNotifier.h", 305 "SynchronousMutationNotifier.h",
295 "SynchronousMutationObserver.cpp", 306 "SynchronousMutationObserver.cpp",
296 "SynchronousMutationObserver.h", 307 "SynchronousMutationObserver.h",
297 "TagCollection.cpp", 308 "TagCollection.cpp",
298 "TagCollection.h", 309 "TagCollection.h",
299 "TaskRunnerHelper.cpp", 310 "TaskRunnerHelper.cpp",
300 "TaskRunnerHelper.h", 311 "TaskRunnerHelper.h",
301 "TemplateContentDocumentFragment.h", 312 "TemplateContentDocumentFragment.h",
302 "Text.cpp", 313 "Text.cpp",
314 "Text.h",
303 "TextLinkColors.cpp", 315 "TextLinkColors.cpp",
304 "TextLinkColors.h", 316 "TextLinkColors.h",
305 "ThrowOnDynamicMarkupInsertionCountIncrementer.h", 317 "ThrowOnDynamicMarkupInsertionCountIncrementer.h",
306 "Touch.cpp", 318 "Touch.cpp",
307 "Touch.h", 319 "Touch.h",
308 "TouchList.cpp", 320 "TouchList.cpp",
309 "TouchList.h", 321 "TouchList.h",
310 "TransformSource.h", 322 "TransformSource.h",
311 "TransformSourceLibxslt.cpp", 323 "TransformSourceLibxslt.cpp",
312 "TreeScope.cpp", 324 "TreeScope.cpp",
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
418 "shadow/SlotAssignment.h", 430 "shadow/SlotAssignment.h",
419 "shadow/SlotScopedTraversal.cpp", 431 "shadow/SlotScopedTraversal.cpp",
420 "shadow/SlotScopedTraversal.h", 432 "shadow/SlotScopedTraversal.h",
421 ] 433 ]
422 434
423 configs += [ 435 configs += [
424 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 436 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
425 "//build/config/compiler:no_size_t_to_int_warning", 437 "//build/config/compiler:no_size_t_to_int_warning",
426 ] 438 ]
427 } 439 }
OLDNEW
« no previous file with comments | « services/ui/public/cpp/BUILD.gn ('k') | third_party/WebKit/Source/core/editing/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698