| 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("//build/split_static_library.gni") | 5 import("//build/split_static_library.gni") |
| 6 import("//third_party/WebKit/Source/core/core.gni") | 6 import("//third_party/WebKit/Source/core/core.gni") |
| 7 | 7 |
| 8 blink_core_sources("html") { | 8 blink_core_sources("html") { |
| 9 split_count = 5 | 9 split_count = 5 |
| 10 | 10 |
| 11 sources = [ | 11 sources = [ |
| 12 "AutoplayUmaHelper.cpp", | |
| 13 "AutoplayUmaHelper.h", | |
| 14 "ClassList.cpp", | 12 "ClassList.cpp", |
| 15 "ClassList.h", | 13 "ClassList.h", |
| 16 "CollectionItemsCache.h", | 14 "CollectionItemsCache.h", |
| 17 "CollectionType.h", | 15 "CollectionType.h", |
| 18 "CrossOriginAttribute.cpp", | 16 "CrossOriginAttribute.cpp", |
| 19 "CrossOriginAttribute.h", | 17 "CrossOriginAttribute.h", |
| 20 "DocumentNameCollection.cpp", | 18 "DocumentNameCollection.cpp", |
| 21 "DocumentNameCollection.h", | 19 "DocumentNameCollection.h", |
| 22 "FormAssociated.h", | 20 "FormAssociated.h", |
| 23 "FormData.cpp", | 21 "FormData.cpp", |
| (...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 115 "HTMLLegendElement.cpp", | 113 "HTMLLegendElement.cpp", |
| 116 "HTMLLegendElement.h", | 114 "HTMLLegendElement.h", |
| 117 "HTMLLinkElement.cpp", | 115 "HTMLLinkElement.cpp", |
| 118 "HTMLLinkElement.h", | 116 "HTMLLinkElement.h", |
| 119 "HTMLMapElement.cpp", | 117 "HTMLMapElement.cpp", |
| 120 "HTMLMapElement.h", | 118 "HTMLMapElement.h", |
| 121 "HTMLMarqueeElement.cpp", | 119 "HTMLMarqueeElement.cpp", |
| 122 "HTMLMarqueeElement.h", | 120 "HTMLMarqueeElement.h", |
| 123 "HTMLMediaElement.cpp", | 121 "HTMLMediaElement.cpp", |
| 124 "HTMLMediaElement.h", | 122 "HTMLMediaElement.h", |
| 125 "HTMLMediaElementControlsList.cpp", | |
| 126 "HTMLMediaElementControlsList.h", | |
| 127 "HTMLMediaSource.cpp", | |
| 128 "HTMLMediaSource.h", | |
| 129 "HTMLMenuElement.cpp", | 123 "HTMLMenuElement.cpp", |
| 130 "HTMLMenuElement.h", | 124 "HTMLMenuElement.h", |
| 131 "HTMLMenuItemElement.cpp", | 125 "HTMLMenuItemElement.cpp", |
| 132 "HTMLMenuItemElement.h", | 126 "HTMLMenuItemElement.h", |
| 133 "HTMLMetaElement.cpp", | 127 "HTMLMetaElement.cpp", |
| 134 "HTMLMetaElement.h", | 128 "HTMLMetaElement.h", |
| 135 "HTMLMeterElement.cpp", | 129 "HTMLMeterElement.cpp", |
| 136 "HTMLMeterElement.h", | 130 "HTMLMeterElement.h", |
| 137 "HTMLModElement.cpp", | 131 "HTMLModElement.cpp", |
| 138 "HTMLModElement.h", | 132 "HTMLModElement.h", |
| (...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 235 "LinkManifest.cpp", | 229 "LinkManifest.cpp", |
| 236 "LinkManifest.h", | 230 "LinkManifest.h", |
| 237 "LinkRelAttribute.cpp", | 231 "LinkRelAttribute.cpp", |
| 238 "LinkRelAttribute.h", | 232 "LinkRelAttribute.h", |
| 239 "LinkResource.cpp", | 233 "LinkResource.cpp", |
| 240 "LinkResource.h", | 234 "LinkResource.h", |
| 241 "LinkStyle.cpp", | 235 "LinkStyle.cpp", |
| 242 "LinkStyle.h", | 236 "LinkStyle.h", |
| 243 "ListedElement.cpp", | 237 "ListedElement.cpp", |
| 244 "ListedElement.h", | 238 "ListedElement.h", |
| 245 "MediaCustomControlsFullscreenDetector.cpp", | |
| 246 "MediaCustomControlsFullscreenDetector.h", | |
| 247 "MediaDocument.cpp", | |
| 248 "MediaDocument.h", | |
| 249 "MediaError.h", | |
| 250 "MediaFragmentURIParser.cpp", | |
| 251 "MediaFragmentURIParser.h", | |
| 252 "PluginDocument.cpp", | 239 "PluginDocument.cpp", |
| 253 "PluginDocument.h", | 240 "PluginDocument.h", |
| 254 "PublicURLManager.cpp", | 241 "PublicURLManager.cpp", |
| 255 "PublicURLManager.h", | 242 "PublicURLManager.h", |
| 256 "RadioNodeList.cpp", | 243 "RadioNodeList.cpp", |
| 257 "RadioNodeList.h", | 244 "RadioNodeList.h", |
| 258 "RelList.cpp", | 245 "RelList.cpp", |
| 259 "RelList.h", | 246 "RelList.h", |
| 260 "TextControlElement.cpp", | 247 "TextControlElement.cpp", |
| 261 "TextControlElement.h", | 248 "TextControlElement.h", |
| (...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 375 "imports/HTMLImportLoader.h", | 362 "imports/HTMLImportLoader.h", |
| 376 "imports/HTMLImportState.h", | 363 "imports/HTMLImportState.h", |
| 377 "imports/HTMLImportStateResolver.cpp", | 364 "imports/HTMLImportStateResolver.cpp", |
| 378 "imports/HTMLImportStateResolver.h", | 365 "imports/HTMLImportStateResolver.h", |
| 379 "imports/HTMLImportTreeRoot.cpp", | 366 "imports/HTMLImportTreeRoot.cpp", |
| 380 "imports/HTMLImportTreeRoot.h", | 367 "imports/HTMLImportTreeRoot.h", |
| 381 "imports/HTMLImportsController.cpp", | 368 "imports/HTMLImportsController.cpp", |
| 382 "imports/HTMLImportsController.h", | 369 "imports/HTMLImportsController.h", |
| 383 "imports/LinkImport.cpp", | 370 "imports/LinkImport.cpp", |
| 384 "imports/LinkImport.h", | 371 "imports/LinkImport.h", |
| 372 "media/AutoplayUmaHelper.cpp", |
| 373 "media/AutoplayUmaHelper.h", |
| 374 "media/HTMLMediaElementControlsList.cpp", |
| 375 "media/HTMLMediaElementControlsList.h", |
| 376 "media/HTMLMediaSource.cpp", |
| 377 "media/HTMLMediaSource.h", |
| 378 "media/MediaCustomControlsFullscreenDetector.cpp", |
| 379 "media/MediaCustomControlsFullscreenDetector.h", |
| 380 "media/MediaDocument.cpp", |
| 381 "media/MediaDocument.h", |
| 382 "media/MediaError.h", |
| 383 "media/MediaFragmentURIParser.cpp", |
| 384 "media/MediaFragmentURIParser.h", |
| 385 "parser/AtomicHTMLToken.cpp", | 385 "parser/AtomicHTMLToken.cpp", |
| 386 "parser/AtomicHTMLToken.h", | 386 "parser/AtomicHTMLToken.h", |
| 387 "parser/BackgroundHTMLInputStream.cpp", | 387 "parser/BackgroundHTMLInputStream.cpp", |
| 388 "parser/BackgroundHTMLInputStream.h", | 388 "parser/BackgroundHTMLInputStream.h", |
| 389 "parser/BackgroundHTMLParser.cpp", | 389 "parser/BackgroundHTMLParser.cpp", |
| 390 "parser/BackgroundHTMLParser.h", | 390 "parser/BackgroundHTMLParser.h", |
| 391 "parser/CSSPreloadScanner.cpp", | 391 "parser/CSSPreloadScanner.cpp", |
| 392 "parser/CSSPreloadScanner.h", | 392 "parser/CSSPreloadScanner.h", |
| 393 "parser/CompactHTMLToken.cpp", | 393 "parser/CompactHTMLToken.cpp", |
| 394 "parser/CompactHTMLToken.h", | 394 "parser/CompactHTMLToken.h", |
| (...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 538 "track/vtt/VTTToken.h", | 538 "track/vtt/VTTToken.h", |
| 539 "track/vtt/VTTTokenizer.cpp", | 539 "track/vtt/VTTTokenizer.cpp", |
| 540 "track/vtt/VTTTokenizer.h", | 540 "track/vtt/VTTTokenizer.h", |
| 541 ] | 541 ] |
| 542 | 542 |
| 543 configs += [ | 543 configs += [ |
| 544 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 544 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
| 545 "//build/config/compiler:no_size_t_to_int_warning", | 545 "//build/config/compiler:no_size_t_to_int_warning", |
| 546 ] | 546 ] |
| 547 } | 547 } |
| OLD | NEW |