OLD | NEW |
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 "AttributeCollection.h", | 16 "AttributeCollection.h", |
16 "CDATASection.cpp", | 17 "CDATASection.cpp", |
17 "CDATASection.h", | 18 "CDATASection.h", |
18 "CSSSelectorWatch.cpp", | 19 "CSSSelectorWatch.cpp", |
| 20 "CSSSelectorWatch.h", |
19 "CharacterData.cpp", | 21 "CharacterData.cpp", |
20 "ChildFrameDisconnector.cpp", | 22 "ChildFrameDisconnector.cpp", |
21 "ChildFrameDisconnector.h", | 23 "ChildFrameDisconnector.h", |
22 "ChildListMutationScope.cpp", | 24 "ChildListMutationScope.cpp", |
23 "ChildListMutationScope.h", | 25 "ChildListMutationScope.h", |
24 "ChildNodeList.cpp", | 26 "ChildNodeList.cpp", |
25 "ChildNodeList.h", | 27 "ChildNodeList.h", |
26 "ClassCollection.cpp", | 28 "ClassCollection.cpp", |
27 "ClassCollection.h", | 29 "ClassCollection.h", |
28 "ClientRect.cpp", | 30 "ClientRect.cpp", |
29 "ClientRect.h", | 31 "ClientRect.h", |
30 "ClientRectList.cpp", | 32 "ClientRectList.cpp", |
31 "ClientRectList.h", | 33 "ClientRectList.h", |
32 "CollectionIndexCache.h", | 34 "CollectionIndexCache.h", |
33 "Comment.cpp", | 35 "Comment.cpp", |
34 "Comment.h", | 36 "Comment.h", |
35 "CompositorProxiedPropertySet.cpp", | 37 "CompositorProxiedPropertySet.cpp", |
36 "CompositorProxiedPropertySet.h", | 38 "CompositorProxiedPropertySet.h", |
37 "CompositorProxy.cpp", | 39 "CompositorProxy.cpp", |
38 "CompositorProxy.h", | 40 "CompositorProxy.h", |
39 "CompositorProxyClient.h", | 41 "CompositorProxyClient.h", |
40 "CompositorWorkerProxyClient.cpp", | 42 "CompositorWorkerProxyClient.cpp", |
41 "CompositorWorkerProxyClient.h", | 43 "CompositorWorkerProxyClient.h", |
42 "ContainerNode.cpp", | 44 "ContainerNode.cpp", |
| 45 "ContainerNode.h", |
43 "ContextFeatures.cpp", | 46 "ContextFeatures.cpp", |
44 "ContextFeatures.h", | 47 "ContextFeatures.h", |
45 "ContextLifecycleNotifier.cpp", | 48 "ContextLifecycleNotifier.cpp", |
46 "ContextLifecycleNotifier.h", | 49 "ContextLifecycleNotifier.h", |
47 "ContextLifecycleObserver.cpp", | 50 "ContextLifecycleObserver.cpp", |
48 "ContextLifecycleObserver.h", | 51 "ContextLifecycleObserver.h", |
49 "DOMArrayBuffer.cpp", | 52 "DOMArrayBuffer.cpp", |
50 "DOMArrayBuffer.h", | 53 "DOMArrayBuffer.h", |
51 "DOMArrayBufferBase.h", | 54 "DOMArrayBufferBase.h", |
52 "DOMArrayBufferView.h", | 55 "DOMArrayBufferView.h", |
53 "DOMArrayPiece.cpp", | 56 "DOMArrayPiece.cpp", |
54 "DOMArrayPiece.h", | 57 "DOMArrayPiece.h", |
55 "DOMDataView.cpp", | 58 "DOMDataView.cpp", |
56 "DOMDataView.h", | 59 "DOMDataView.h", |
57 "DOMException.cpp", | 60 "DOMException.cpp", |
58 "DOMException.h", | 61 "DOMException.h", |
59 "DOMImplementation.cpp", | 62 "DOMImplementation.cpp", |
| 63 "DOMImplementation.h", |
60 "DOMMatrix.cpp", | 64 "DOMMatrix.cpp", |
61 "DOMMatrix.h", | 65 "DOMMatrix.h", |
62 "DOMMatrixReadOnly.cpp", | 66 "DOMMatrixReadOnly.cpp", |
63 "DOMMatrixReadOnly.h", | 67 "DOMMatrixReadOnly.h", |
64 "DOMNodeIds.cpp", | 68 "DOMNodeIds.cpp", |
65 "DOMNodeIds.h", | 69 "DOMNodeIds.h", |
66 "DOMPoint.cpp", | 70 "DOMPoint.cpp", |
67 "DOMPoint.h", | 71 "DOMPoint.h", |
68 "DOMPointReadOnly.cpp", | 72 "DOMPointReadOnly.cpp", |
69 "DOMPointReadOnly.h", | 73 "DOMPointReadOnly.h", |
(...skipping 20 matching lines...) Expand all Loading... |
90 "DOMURLUtilsReadOnly.cpp", | 94 "DOMURLUtilsReadOnly.cpp", |
91 "DOMURLUtilsReadOnly.h", | 95 "DOMURLUtilsReadOnly.h", |
92 "DatasetDOMStringMap.cpp", | 96 "DatasetDOMStringMap.cpp", |
93 "DatasetDOMStringMap.h", | 97 "DatasetDOMStringMap.h", |
94 "DecodedDataDocumentParser.cpp", | 98 "DecodedDataDocumentParser.cpp", |
95 "DecodedDataDocumentParser.h", | 99 "DecodedDataDocumentParser.h", |
96 "Document.cpp", | 100 "Document.cpp", |
97 "DocumentEncodingData.cpp", | 101 "DocumentEncodingData.cpp", |
98 "DocumentEncodingData.h", | 102 "DocumentEncodingData.h", |
99 "DocumentFragment.cpp", | 103 "DocumentFragment.cpp", |
| 104 "DocumentFragment.h", |
100 "DocumentFullscreen.cpp", | 105 "DocumentFullscreen.cpp", |
101 "DocumentFullscreen.h", | 106 "DocumentFullscreen.h", |
102 "DocumentInit.cpp", | 107 "DocumentInit.cpp", |
103 "DocumentInit.h", | 108 "DocumentInit.h", |
104 "DocumentLifecycle.cpp", | 109 "DocumentLifecycle.cpp", |
105 "DocumentLifecycle.h", | 110 "DocumentLifecycle.h", |
106 "DocumentOrShadowRoot.h", | 111 "DocumentOrShadowRoot.h", |
107 "DocumentOrderedList.cpp", | 112 "DocumentOrderedList.cpp", |
108 "DocumentOrderedList.h", | 113 "DocumentOrderedList.h", |
109 "DocumentOrderedMap.cpp", | 114 "DocumentOrderedMap.cpp", |
| 115 "DocumentOrderedMap.h", |
110 "DocumentParser.cpp", | 116 "DocumentParser.cpp", |
111 "DocumentParser.h", | 117 "DocumentParser.h", |
112 "DocumentParserTiming.cpp", | 118 "DocumentParserTiming.cpp", |
113 "DocumentParserTiming.h", | 119 "DocumentParserTiming.h", |
114 "DocumentStatisticsCollector.cpp", | 120 "DocumentStatisticsCollector.cpp", |
115 "DocumentStatisticsCollector.h", | 121 "DocumentStatisticsCollector.h", |
116 "DocumentStyleSheetCollection.cpp", | 122 "DocumentStyleSheetCollection.cpp", |
117 "DocumentStyleSheetCollection.h", | 123 "DocumentStyleSheetCollection.h", |
118 "DocumentStyleSheetCollector.cpp", | 124 "DocumentStyleSheetCollector.cpp", |
119 "DocumentStyleSheetCollector.h", | 125 "DocumentStyleSheetCollector.h", |
120 "DocumentTiming.cpp", | 126 "DocumentTiming.cpp", |
121 "DocumentTiming.h", | 127 "DocumentTiming.h", |
122 "DocumentType.cpp", | 128 "DocumentType.cpp", |
| 129 "DocumentType.h", |
123 "Element.cpp", | 130 "Element.cpp", |
124 "Element.h", | 131 "Element.h", |
125 "ElementData.cpp", | 132 "ElementData.cpp", |
126 "ElementData.h", | 133 "ElementData.h", |
127 "ElementDataCache.cpp", | 134 "ElementDataCache.cpp", |
128 "ElementDataCache.h", | 135 "ElementDataCache.h", |
129 "ElementFullscreen.cpp", | 136 "ElementFullscreen.cpp", |
130 "ElementFullscreen.h", | 137 "ElementFullscreen.h", |
131 "ElementIntersectionObserverData.cpp", | 138 "ElementIntersectionObserverData.cpp", |
132 "ElementIntersectionObserverData.h", | 139 "ElementIntersectionObserverData.h", |
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
192 "MutationObserver.h", | 199 "MutationObserver.h", |
193 "MutationObserverInterestGroup.cpp", | 200 "MutationObserverInterestGroup.cpp", |
194 "MutationObserverInterestGroup.h", | 201 "MutationObserverInterestGroup.h", |
195 "MutationObserverRegistration.cpp", | 202 "MutationObserverRegistration.cpp", |
196 "MutationObserverRegistration.h", | 203 "MutationObserverRegistration.h", |
197 "MutationRecord.cpp", | 204 "MutationRecord.cpp", |
198 "MutationRecord.h", | 205 "MutationRecord.h", |
199 "NameNodeList.cpp", | 206 "NameNodeList.cpp", |
200 "NameNodeList.h", | 207 "NameNodeList.h", |
201 "NamedNodeMap.cpp", | 208 "NamedNodeMap.cpp", |
| 209 "NamedNodeMap.h", |
202 "Node.cpp", | 210 "Node.cpp", |
203 "NodeChildRemovalTracker.cpp", | 211 "NodeChildRemovalTracker.cpp", |
204 "NodeChildRemovalTracker.h", | 212 "NodeChildRemovalTracker.h", |
205 "NodeComputedStyle.h", | 213 "NodeComputedStyle.h", |
206 "NodeFilter.cpp", | 214 "NodeFilter.cpp", |
207 "NodeFilter.h", | 215 "NodeFilter.h", |
208 "NodeFilterCondition.h", | 216 "NodeFilterCondition.h", |
209 "NodeIterator.cpp", | 217 "NodeIterator.cpp", |
210 "NodeIterator.h", | 218 "NodeIterator.h", |
211 "NodeIteratorBase.cpp", | 219 "NodeIteratorBase.cpp", |
212 "NodeIteratorBase.h", | 220 "NodeIteratorBase.h", |
213 "NodeListsNodeData.cpp", | 221 "NodeListsNodeData.cpp", |
214 "NodeListsNodeData.h", | 222 "NodeListsNodeData.h", |
215 "NodeRareData.cpp", | 223 "NodeRareData.cpp", |
216 "NodeRareData.h", | 224 "NodeRareData.h", |
217 "NodeTraversal.cpp", | 225 "NodeTraversal.cpp", |
218 "NodeTraversal.h", | 226 "NodeTraversal.h", |
219 "NodeWithIndex.h", | 227 "NodeWithIndex.h", |
220 "NonDocumentTypeChildNode.h", | 228 "NonDocumentTypeChildNode.h", |
221 "NonElementParentNode.h", | 229 "NonElementParentNode.h", |
222 "NthIndexCache.cpp", | 230 "NthIndexCache.cpp", |
223 "NthIndexCache.h", | 231 "NthIndexCache.h", |
224 "ParentNode.h", | 232 "ParentNode.h", |
225 "PendingScript.cpp", | 233 "PendingScript.cpp", |
| 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", |
231 "PseudoElementData.h", | 240 "PseudoElementData.h", |
232 "QualifiedName.cpp", | 241 "QualifiedName.cpp", |
| 242 "QualifiedName.h", |
233 "Range.cpp", | 243 "Range.cpp", |
234 "RawDataDocumentParser.h", | 244 "RawDataDocumentParser.h", |
235 "RemoteSecurityContext.cpp", | 245 "RemoteSecurityContext.cpp", |
236 "RemoteSecurityContext.h", | 246 "RemoteSecurityContext.h", |
237 "ResizeObservation.cpp", | 247 "ResizeObservation.cpp", |
238 "ResizeObservation.h", | 248 "ResizeObservation.h", |
239 "ResizeObserver.cpp", | 249 "ResizeObserver.cpp", |
240 "ResizeObserver.h", | 250 "ResizeObserver.h", |
241 "ResizeObserverCallback.h", | 251 "ResizeObserverCallback.h", |
242 "ResizeObserverController.cpp", | 252 "ResizeObserverController.cpp", |
(...skipping 19 matching lines...) Expand all Loading... |
262 "SecurityContext.cpp", | 272 "SecurityContext.cpp", |
263 "SecurityContext.h", | 273 "SecurityContext.h", |
264 "SelectorQuery.cpp", | 274 "SelectorQuery.cpp", |
265 "SelectorQuery.h", | 275 "SelectorQuery.h", |
266 "ShadowTreeStyleSheetCollection.cpp", | 276 "ShadowTreeStyleSheetCollection.cpp", |
267 "ShadowTreeStyleSheetCollection.h", | 277 "ShadowTreeStyleSheetCollection.h", |
268 "SimulatedClickOptions.h", | 278 "SimulatedClickOptions.h", |
269 "SinkDocument.cpp", | 279 "SinkDocument.cpp", |
270 "SinkDocument.h", | 280 "SinkDocument.h", |
271 "SpaceSplitString.cpp", | 281 "SpaceSplitString.cpp", |
| 282 "SpaceSplitString.h", |
272 "StaticNodeList.h", | 283 "StaticNodeList.h", |
273 "StaticRange.cpp", | 284 "StaticRange.cpp", |
274 "StaticRange.h", | 285 "StaticRange.h", |
275 "StringCallback.h", | 286 "StringCallback.h", |
276 "StyleChangeReason.cpp", | 287 "StyleChangeReason.cpp", |
277 "StyleChangeReason.h", | 288 "StyleChangeReason.h", |
278 "StyleElement.cpp", | 289 "StyleElement.cpp", |
279 "StyleElement.h", | 290 "StyleElement.h", |
280 "StyleEngine.cpp", | 291 "StyleEngine.cpp", |
281 "StyleEngine.h", | 292 "StyleEngine.h", |
282 "StyleEngineContext.cpp", | 293 "StyleEngineContext.cpp", |
283 "StyleEngineContext.h", | 294 "StyleEngineContext.h", |
284 "StyleSheetCandidate.cpp", | 295 "StyleSheetCandidate.cpp", |
285 "StyleSheetCandidate.h", | 296 "StyleSheetCandidate.h", |
286 "StyleSheetCollection.cpp", | 297 "StyleSheetCollection.cpp", |
287 "StyleSheetCollection.h", | 298 "StyleSheetCollection.h", |
288 "SuspendableObject.cpp", | 299 "SuspendableObject.cpp", |
| 300 "SuspendableObject.h", |
289 "SynchronousMutationNotifier.cpp", | 301 "SynchronousMutationNotifier.cpp", |
290 "SynchronousMutationNotifier.h", | 302 "SynchronousMutationNotifier.h", |
291 "SynchronousMutationObserver.cpp", | 303 "SynchronousMutationObserver.cpp", |
292 "SynchronousMutationObserver.h", | 304 "SynchronousMutationObserver.h", |
293 "TagCollection.cpp", | 305 "TagCollection.cpp", |
294 "TagCollection.h", | 306 "TagCollection.h", |
295 "TaskRunnerHelper.cpp", | 307 "TaskRunnerHelper.cpp", |
296 "TaskRunnerHelper.h", | 308 "TaskRunnerHelper.h", |
297 "Text.cpp", | 309 "Text.cpp", |
298 "TextLinkColors.cpp", | 310 "TextLinkColors.cpp", |
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
412 "shadow/SlotAssignment.h", | 424 "shadow/SlotAssignment.h", |
413 "shadow/SlotScopedTraversal.cpp", | 425 "shadow/SlotScopedTraversal.cpp", |
414 "shadow/SlotScopedTraversal.h", | 426 "shadow/SlotScopedTraversal.h", |
415 ] | 427 ] |
416 | 428 |
417 configs += [ | 429 configs += [ |
418 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 430 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
419 "//build/config/compiler:no_size_t_to_int_warning", | 431 "//build/config/compiler:no_size_t_to_int_warning", |
420 ] | 432 ] |
421 } | 433 } |
OLD | NEW |