| 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 = [ |
| (...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 52 "DOMArrayBuffer.cpp", | 52 "DOMArrayBuffer.cpp", |
| 53 "DOMArrayBuffer.h", | 53 "DOMArrayBuffer.h", |
| 54 "DOMArrayBufferBase.h", | 54 "DOMArrayBufferBase.h", |
| 55 "DOMArrayBufferView.h", | 55 "DOMArrayBufferView.h", |
| 56 "DOMArrayPiece.cpp", | 56 "DOMArrayPiece.cpp", |
| 57 "DOMArrayPiece.h", | 57 "DOMArrayPiece.h", |
| 58 "DOMDataView.cpp", | 58 "DOMDataView.cpp", |
| 59 "DOMDataView.h", | 59 "DOMDataView.h", |
| 60 "DOMException.cpp", | 60 "DOMException.cpp", |
| 61 "DOMException.h", | 61 "DOMException.h", |
| 62 "DOMHighResTimeStamp.h", |
| 62 "DOMImplementation.cpp", | 63 "DOMImplementation.cpp", |
| 63 "DOMImplementation.h", | 64 "DOMImplementation.h", |
| 64 "DOMNodeIds.cpp", | 65 "DOMNodeIds.cpp", |
| 65 "DOMNodeIds.h", | 66 "DOMNodeIds.h", |
| 66 "DOMSharedArrayBuffer.cpp", | 67 "DOMSharedArrayBuffer.cpp", |
| 67 "DOMSharedArrayBuffer.h", | 68 "DOMSharedArrayBuffer.h", |
| 68 "DOMStringList.cpp", | 69 "DOMStringList.cpp", |
| 69 "DOMStringList.h", | 70 "DOMStringList.h", |
| 70 "DOMStringMap.cpp", | 71 "DOMStringMap.cpp", |
| 71 "DOMStringMap.h", | 72 "DOMStringMap.h", |
| 73 "DOMTimeStamp.h", |
| 72 "DOMTokenList.cpp", | 74 "DOMTokenList.cpp", |
| 73 "DOMTokenList.h", | 75 "DOMTokenList.h", |
| 74 "DOMTypedArray.cpp", | 76 "DOMTypedArray.cpp", |
| 75 "DOMTypedArray.h", | 77 "DOMTypedArray.h", |
| 76 "DOMURL.cpp", | 78 "DOMURL.cpp", |
| 77 "DOMURL.h", | 79 "DOMURL.h", |
| 78 "DOMURLUtils.cpp", | 80 "DOMURLUtils.cpp", |
| 79 "DOMURLUtils.h", | 81 "DOMURLUtils.h", |
| 80 "DOMURLUtilsReadOnly.cpp", | 82 "DOMURLUtilsReadOnly.cpp", |
| 81 "DOMURLUtilsReadOnly.h", | 83 "DOMURLUtilsReadOnly.h", |
| (...skipping 12 matching lines...) Expand all Loading... |
| 94 "DocumentInit.h", | 96 "DocumentInit.h", |
| 95 "DocumentLifecycle.cpp", | 97 "DocumentLifecycle.cpp", |
| 96 "DocumentLifecycle.h", | 98 "DocumentLifecycle.h", |
| 97 "DocumentOrShadowRoot.h", | 99 "DocumentOrShadowRoot.h", |
| 98 "DocumentOrderedList.cpp", | 100 "DocumentOrderedList.cpp", |
| 99 "DocumentOrderedList.h", | 101 "DocumentOrderedList.h", |
| 100 "DocumentOrderedMap.cpp", | 102 "DocumentOrderedMap.cpp", |
| 101 "DocumentOrderedMap.h", | 103 "DocumentOrderedMap.h", |
| 102 "DocumentParser.cpp", | 104 "DocumentParser.cpp", |
| 103 "DocumentParser.h", | 105 "DocumentParser.h", |
| 106 "DocumentParserClient.h", |
| 104 "DocumentParserTiming.cpp", | 107 "DocumentParserTiming.cpp", |
| 105 "DocumentParserTiming.h", | 108 "DocumentParserTiming.h", |
| 106 "DocumentStatisticsCollector.cpp", | 109 "DocumentStatisticsCollector.cpp", |
| 107 "DocumentStatisticsCollector.h", | 110 "DocumentStatisticsCollector.h", |
| 108 "DocumentStyleSheetCollection.cpp", | 111 "DocumentStyleSheetCollection.cpp", |
| 109 "DocumentStyleSheetCollection.h", | 112 "DocumentStyleSheetCollection.h", |
| 110 "DocumentStyleSheetCollector.cpp", | 113 "DocumentStyleSheetCollector.cpp", |
| 111 "DocumentStyleSheetCollector.h", | 114 "DocumentStyleSheetCollector.h", |
| 112 "DocumentTiming.cpp", | 115 "DocumentTiming.cpp", |
| 113 "DocumentTiming.h", | 116 "DocumentTiming.h", |
| 114 "DocumentType.cpp", | 117 "DocumentType.cpp", |
| 115 "DocumentType.h", | 118 "DocumentType.h", |
| 119 "DocumentUserGestureToken.h", |
| 116 "Element.cpp", | 120 "Element.cpp", |
| 117 "Element.h", | 121 "Element.h", |
| 118 "ElementData.cpp", | 122 "ElementData.cpp", |
| 119 "ElementData.h", | 123 "ElementData.h", |
| 120 "ElementDataCache.cpp", | 124 "ElementDataCache.cpp", |
| 121 "ElementDataCache.h", | 125 "ElementDataCache.h", |
| 122 "ElementFullscreen.cpp", | 126 "ElementFullscreen.cpp", |
| 123 "ElementFullscreen.h", | 127 "ElementFullscreen.h", |
| 124 "ElementIntersectionObserverData.cpp", | 128 "ElementIntersectionObserverData.cpp", |
| 125 "ElementIntersectionObserverData.h", | 129 "ElementIntersectionObserverData.h", |
| (...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 209 "NodeRareData.cpp", | 213 "NodeRareData.cpp", |
| 210 "NodeRareData.h", | 214 "NodeRareData.h", |
| 211 "NodeTraversal.cpp", | 215 "NodeTraversal.cpp", |
| 212 "NodeTraversal.h", | 216 "NodeTraversal.h", |
| 213 "NodeWithIndex.h", | 217 "NodeWithIndex.h", |
| 214 "NonDocumentTypeChildNode.h", | 218 "NonDocumentTypeChildNode.h", |
| 215 "NonElementParentNode.h", | 219 "NonElementParentNode.h", |
| 216 "NthIndexCache.cpp", | 220 "NthIndexCache.cpp", |
| 217 "NthIndexCache.h", | 221 "NthIndexCache.h", |
| 218 "ParentNode.h", | 222 "ParentNode.h", |
| 223 "ParserContentPolicy.h", |
| 219 "PendingScript.cpp", | 224 "PendingScript.cpp", |
| 220 "PendingScript.h", | 225 "PendingScript.h", |
| 221 "PresentationAttributeStyle.cpp", | 226 "PresentationAttributeStyle.cpp", |
| 222 "PresentationAttributeStyle.h", | 227 "PresentationAttributeStyle.h", |
| 223 "ProcessingInstruction.cpp", | 228 "ProcessingInstruction.cpp", |
| 224 "ProcessingInstruction.h", | 229 "ProcessingInstruction.h", |
| 225 "PseudoElement.cpp", | 230 "PseudoElement.cpp", |
| 226 "PseudoElementData.h", | 231 "PseudoElementData.h", |
| 227 "QualifiedName.cpp", | 232 "QualifiedName.cpp", |
| 228 "QualifiedName.h", | 233 "QualifiedName.h", |
| 229 "Range.cpp", | 234 "Range.cpp", |
| 235 "RangeBoundaryPoint.h", |
| 230 "RawDataDocumentParser.h", | 236 "RawDataDocumentParser.h", |
| 231 "RemoteSecurityContext.cpp", | 237 "RemoteSecurityContext.cpp", |
| 232 "RemoteSecurityContext.h", | 238 "RemoteSecurityContext.h", |
| 233 "ResizeObservation.cpp", | 239 "ResizeObservation.cpp", |
| 234 "ResizeObservation.h", | 240 "ResizeObservation.h", |
| 235 "ResizeObserver.cpp", | 241 "ResizeObserver.cpp", |
| 236 "ResizeObserver.h", | 242 "ResizeObserver.h", |
| 237 "ResizeObserverCallback.h", | 243 "ResizeObserverCallback.h", |
| 238 "ResizeObserverController.cpp", | 244 "ResizeObserverController.cpp", |
| 239 "ResizeObserverController.h", | 245 "ResizeObserverController.h", |
| (...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 285 "SuspendableObject.cpp", | 291 "SuspendableObject.cpp", |
| 286 "SuspendableObject.h", | 292 "SuspendableObject.h", |
| 287 "SynchronousMutationNotifier.cpp", | 293 "SynchronousMutationNotifier.cpp", |
| 288 "SynchronousMutationNotifier.h", | 294 "SynchronousMutationNotifier.h", |
| 289 "SynchronousMutationObserver.cpp", | 295 "SynchronousMutationObserver.cpp", |
| 290 "SynchronousMutationObserver.h", | 296 "SynchronousMutationObserver.h", |
| 291 "TagCollection.cpp", | 297 "TagCollection.cpp", |
| 292 "TagCollection.h", | 298 "TagCollection.h", |
| 293 "TaskRunnerHelper.cpp", | 299 "TaskRunnerHelper.cpp", |
| 294 "TaskRunnerHelper.h", | 300 "TaskRunnerHelper.h", |
| 301 "TemplateContentDocumentFragment.h", |
| 295 "Text.cpp", | 302 "Text.cpp", |
| 296 "TextLinkColors.cpp", | 303 "TextLinkColors.cpp", |
| 297 "TextLinkColors.h", | 304 "TextLinkColors.h", |
| 298 "ThrowOnDynamicMarkupInsertionCountIncrementer.h", | 305 "ThrowOnDynamicMarkupInsertionCountIncrementer.h", |
| 299 "Touch.cpp", | 306 "Touch.cpp", |
| 300 "Touch.h", | 307 "Touch.h", |
| 301 "TouchList.cpp", | 308 "TouchList.cpp", |
| 302 "TouchList.h", | 309 "TouchList.h", |
| 303 "TransformSource.h", | 310 "TransformSource.h", |
| 304 "TransformSourceLibxslt.cpp", | 311 "TransformSourceLibxslt.cpp", |
| 305 "TreeScope.cpp", | 312 "TreeScope.cpp", |
| 306 "TreeScope.h", | 313 "TreeScope.h", |
| 307 "TreeScopeAdopter.cpp", | 314 "TreeScopeAdopter.cpp", |
| 308 "TreeScopeAdopter.h", | 315 "TreeScopeAdopter.h", |
| 309 "TreeScopeStyleSheetCollection.cpp", | 316 "TreeScopeStyleSheetCollection.cpp", |
| 310 "TreeScopeStyleSheetCollection.h", | 317 "TreeScopeStyleSheetCollection.h", |
| 311 "TreeWalker.cpp", | 318 "TreeWalker.cpp", |
| 312 "TreeWalker.h", | 319 "TreeWalker.h", |
| 320 "TypedFlexibleArrayBufferView.h", |
| 313 "URLSearchParams.cpp", | 321 "URLSearchParams.cpp", |
| 314 "URLSearchParams.h", | 322 "URLSearchParams.h", |
| 315 "UserActionElementSet.cpp", | 323 "UserActionElementSet.cpp", |
| 316 "UserActionElementSet.h", | 324 "UserActionElementSet.h", |
| 317 "ViewportDescription.cpp", | 325 "ViewportDescription.cpp", |
| 318 "ViewportDescription.h", | 326 "ViewportDescription.h", |
| 319 "VisitedLinkState.cpp", | 327 "VisitedLinkState.cpp", |
| 320 "VisitedLinkState.h", | 328 "VisitedLinkState.h", |
| 321 "WeakIdentifierMap.h", | 329 "WeakIdentifierMap.h", |
| 322 "XMLDocument.cpp", | 330 "XMLDocument.cpp", |
| (...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 410 "shadow/SlotAssignment.h", | 418 "shadow/SlotAssignment.h", |
| 411 "shadow/SlotScopedTraversal.cpp", | 419 "shadow/SlotScopedTraversal.cpp", |
| 412 "shadow/SlotScopedTraversal.h", | 420 "shadow/SlotScopedTraversal.h", |
| 413 ] | 421 ] |
| 414 | 422 |
| 415 configs += [ | 423 configs += [ |
| 416 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 424 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
| 417 "//build/config/compiler:no_size_t_to_int_warning", | 425 "//build/config/compiler:no_size_t_to_int_warning", |
| 418 ] | 426 ] |
| 419 } | 427 } |
| OLD | NEW |