| 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", | 12 "AutoplayUmaHelper.cpp", |
| 13 "AutoplayUmaHelper.h", | 13 "AutoplayUmaHelper.h", |
| 14 "ClassList.cpp", | 14 "ClassList.cpp", |
| 15 "ClassList.h", | 15 "ClassList.h", |
| 16 "CollectionItemsCache.h", |
| 17 "CollectionType.h", |
| 16 "CrossOriginAttribute.cpp", | 18 "CrossOriginAttribute.cpp", |
| 17 "CrossOriginAttribute.h", | 19 "CrossOriginAttribute.h", |
| 18 "DocumentNameCollection.cpp", | 20 "DocumentNameCollection.cpp", |
| 19 "DocumentNameCollection.h", | 21 "DocumentNameCollection.h", |
| 20 "FormAssociated.h", | 22 "FormAssociated.h", |
| 21 "FormData.cpp", | 23 "FormData.cpp", |
| 22 "FormData.h", | 24 "FormData.h", |
| 23 "HTMLAllCollection.cpp", | 25 "HTMLAllCollection.cpp", |
| 24 "HTMLAllCollection.h", | 26 "HTMLAllCollection.h", |
| 25 "HTMLAnchorElement.cpp", | 27 "HTMLAnchorElement.cpp", |
| (...skipping 14 matching lines...) Expand all Loading... |
| 40 "HTMLCanvasElement.cpp", | 42 "HTMLCanvasElement.cpp", |
| 41 "HTMLCanvasElement.h", | 43 "HTMLCanvasElement.h", |
| 42 "HTMLCollection.cpp", | 44 "HTMLCollection.cpp", |
| 43 "HTMLCollection.h", | 45 "HTMLCollection.h", |
| 44 "HTMLContentElement.cpp", | 46 "HTMLContentElement.cpp", |
| 45 "HTMLContentElement.h", | 47 "HTMLContentElement.h", |
| 46 "HTMLDListElement.cpp", | 48 "HTMLDListElement.cpp", |
| 47 "HTMLDListElement.h", | 49 "HTMLDListElement.h", |
| 48 "HTMLDataListElement.cpp", | 50 "HTMLDataListElement.cpp", |
| 49 "HTMLDataListElement.h", | 51 "HTMLDataListElement.h", |
| 52 "HTMLDataListOptionsCollection.h", |
| 50 "HTMLDetailsElement.cpp", | 53 "HTMLDetailsElement.cpp", |
| 51 "HTMLDetailsElement.h", | 54 "HTMLDetailsElement.h", |
| 52 "HTMLDialogElement.cpp", | 55 "HTMLDialogElement.cpp", |
| 53 "HTMLDialogElement.h", | 56 "HTMLDialogElement.h", |
| 54 "HTMLDimension.cpp", | 57 "HTMLDimension.cpp", |
| 55 "HTMLDimension.h", | 58 "HTMLDimension.h", |
| 56 "HTMLDirectoryElement.cpp", | 59 "HTMLDirectoryElement.cpp", |
| 57 "HTMLDirectoryElement.h", | 60 "HTMLDirectoryElement.h", |
| 58 "HTMLDivElement.cpp", | 61 "HTMLDivElement.cpp", |
| 59 "HTMLDivElement.h", | 62 "HTMLDivElement.h", |
| (...skipping 197 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 257 "TextControlElement.cpp", | 260 "TextControlElement.cpp", |
| 258 "TextControlElement.h", | 261 "TextControlElement.h", |
| 259 "TextDocument.cpp", | 262 "TextDocument.cpp", |
| 260 "TextDocument.h", | 263 "TextDocument.h", |
| 261 "TextMetrics.h", | 264 "TextMetrics.h", |
| 262 "TimeRanges.cpp", | 265 "TimeRanges.cpp", |
| 263 "TimeRanges.h", | 266 "TimeRanges.h", |
| 264 "URLRegistry.h", | 267 "URLRegistry.h", |
| 265 "ValidityState.cpp", | 268 "ValidityState.cpp", |
| 266 "ValidityState.h", | 269 "ValidityState.h", |
| 270 "VoidCallback.h", |
| 267 "WindowNameCollection.cpp", | 271 "WindowNameCollection.cpp", |
| 268 "WindowNameCollection.h", | 272 "WindowNameCollection.h", |
| 269 "canvas/CanvasAsyncBlobCreator.cpp", | 273 "canvas/CanvasAsyncBlobCreator.cpp", |
| 270 "canvas/CanvasAsyncBlobCreator.h", | 274 "canvas/CanvasAsyncBlobCreator.h", |
| 271 "canvas/CanvasDrawListener.cpp", | 275 "canvas/CanvasDrawListener.cpp", |
| 272 "canvas/CanvasDrawListener.h", | 276 "canvas/CanvasDrawListener.h", |
| 273 "canvas/CanvasFontCache.cpp", | 277 "canvas/CanvasFontCache.cpp", |
| 274 "canvas/CanvasFontCache.h", | 278 "canvas/CanvasFontCache.h", |
| 275 "canvas/CanvasImageElementSource.cpp", | 279 "canvas/CanvasImageElementSource.cpp", |
| 276 "canvas/CanvasImageElementSource.h", | 280 "canvas/CanvasImageElementSource.h", |
| (...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 429 "parser/HTMLTokenizer.h", | 433 "parser/HTMLTokenizer.h", |
| 430 "parser/HTMLTreeBuilder.cpp", | 434 "parser/HTMLTreeBuilder.cpp", |
| 431 "parser/HTMLTreeBuilder.h", | 435 "parser/HTMLTreeBuilder.h", |
| 432 "parser/HTMLTreeBuilderSimulator.cpp", | 436 "parser/HTMLTreeBuilderSimulator.cpp", |
| 433 "parser/HTMLTreeBuilderSimulator.h", | 437 "parser/HTMLTreeBuilderSimulator.h", |
| 434 "parser/HTMLViewSourceParser.cpp", | 438 "parser/HTMLViewSourceParser.cpp", |
| 435 "parser/HTMLViewSourceParser.h", | 439 "parser/HTMLViewSourceParser.h", |
| 436 "parser/InputStreamPreprocessor.h", | 440 "parser/InputStreamPreprocessor.h", |
| 437 "parser/MarkupTokenizerInlines.h", | 441 "parser/MarkupTokenizerInlines.h", |
| 438 "parser/NestingLevelIncrementer.h", | 442 "parser/NestingLevelIncrementer.h", |
| 443 "parser/ParserSynchronizationPolicy.h", |
| 439 "parser/PreloadRequest.cpp", | 444 "parser/PreloadRequest.cpp", |
| 440 "parser/PreloadRequest.h", | 445 "parser/PreloadRequest.h", |
| 441 "parser/ResourcePreloader.cpp", | 446 "parser/ResourcePreloader.cpp", |
| 442 "parser/TextDocumentParser.cpp", | 447 "parser/TextDocumentParser.cpp", |
| 443 "parser/TextDocumentParser.h", | 448 "parser/TextDocumentParser.h", |
| 444 "parser/TextResourceDecoder.cpp", | 449 "parser/TextResourceDecoder.cpp", |
| 445 "parser/TextResourceDecoder.h", | 450 "parser/TextResourceDecoder.h", |
| 446 "parser/TokenizedChunkQueue.cpp", | 451 "parser/TokenizedChunkQueue.cpp", |
| 447 "parser/TokenizedChunkQueue.h", | 452 "parser/TokenizedChunkQueue.h", |
| 448 "parser/XSSAuditor.cpp", | 453 "parser/XSSAuditor.cpp", |
| (...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 500 "track/LoadableTextTrack.cpp", | 505 "track/LoadableTextTrack.cpp", |
| 501 "track/LoadableTextTrack.h", | 506 "track/LoadableTextTrack.h", |
| 502 "track/TextTrack.cpp", | 507 "track/TextTrack.cpp", |
| 503 "track/TextTrack.h", | 508 "track/TextTrack.h", |
| 504 "track/TextTrackContainer.cpp", | 509 "track/TextTrackContainer.cpp", |
| 505 "track/TextTrackContainer.h", | 510 "track/TextTrackContainer.h", |
| 506 "track/TextTrackCue.cpp", | 511 "track/TextTrackCue.cpp", |
| 507 "track/TextTrackCue.h", | 512 "track/TextTrackCue.h", |
| 508 "track/TextTrackCueList.cpp", | 513 "track/TextTrackCueList.cpp", |
| 509 "track/TextTrackCueList.h", | 514 "track/TextTrackCueList.h", |
| 515 "track/TextTrackKindUserPreference.h", |
| 510 "track/TextTrackList.cpp", | 516 "track/TextTrackList.cpp", |
| 511 "track/TextTrackList.h", | 517 "track/TextTrackList.h", |
| 512 "track/TrackBase.cpp", | 518 "track/TrackBase.cpp", |
| 513 "track/TrackBase.h", | 519 "track/TrackBase.h", |
| 514 "track/TrackEvent.cpp", | 520 "track/TrackEvent.cpp", |
| 515 "track/TrackListBase.h", | 521 "track/TrackListBase.h", |
| 516 "track/VideoTrack.cpp", | 522 "track/VideoTrack.cpp", |
| 517 "track/VideoTrack.h", | 523 "track/VideoTrack.h", |
| 518 "track/VideoTrackList.cpp", | 524 "track/VideoTrackList.cpp", |
| 519 "track/VideoTrackList.h", | 525 "track/VideoTrackList.h", |
| (...skipping 12 matching lines...) Expand all Loading... |
| 532 "track/vtt/VTTToken.h", | 538 "track/vtt/VTTToken.h", |
| 533 "track/vtt/VTTTokenizer.cpp", | 539 "track/vtt/VTTTokenizer.cpp", |
| 534 "track/vtt/VTTTokenizer.h", | 540 "track/vtt/VTTTokenizer.h", |
| 535 ] | 541 ] |
| 536 | 542 |
| 537 configs += [ | 543 configs += [ |
| 538 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 544 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
| 539 "//build/config/compiler:no_size_t_to_int_warning", | 545 "//build/config/compiler:no_size_t_to_int_warning", |
| 540 ] | 546 ] |
| 541 } | 547 } |
| OLD | NEW |