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 |
(...skipping 465 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
476 "parser/TokenizedChunkQueue.cpp", | 476 "parser/TokenizedChunkQueue.cpp", |
477 "parser/TokenizedChunkQueue.h", | 477 "parser/TokenizedChunkQueue.h", |
478 "parser/XSSAuditor.cpp", | 478 "parser/XSSAuditor.cpp", |
479 "parser/XSSAuditor.h", | 479 "parser/XSSAuditor.h", |
480 "parser/XSSAuditorDelegate.cpp", | 480 "parser/XSSAuditorDelegate.cpp", |
481 "parser/XSSAuditorDelegate.h", | 481 "parser/XSSAuditorDelegate.h", |
482 "shadow/DetailsMarkerControl.cpp", | 482 "shadow/DetailsMarkerControl.cpp", |
483 "shadow/DetailsMarkerControl.h", | 483 "shadow/DetailsMarkerControl.h", |
484 "shadow/MediaControlElementTypes.cpp", | 484 "shadow/MediaControlElementTypes.cpp", |
485 "shadow/MediaControlElementTypes.h", | 485 "shadow/MediaControlElementTypes.h", |
486 "shadow/MediaControlElements.cpp", | |
487 "shadow/MediaControlElements.h", | |
488 "shadow/MediaRemotingElements.cpp", | 486 "shadow/MediaRemotingElements.cpp", |
489 "shadow/MediaRemotingElements.h", | 487 "shadow/MediaRemotingElements.h", |
490 "shadow/MediaRemotingInterstitial.cpp", | 488 "shadow/MediaRemotingInterstitial.cpp", |
491 "shadow/MediaRemotingInterstitial.h", | 489 "shadow/MediaRemotingInterstitial.h", |
492 "shadow/ProgressShadowElement.cpp", | 490 "shadow/ProgressShadowElement.cpp", |
493 "shadow/ProgressShadowElement.h", | 491 "shadow/ProgressShadowElement.h", |
494 "shadow/ShadowElementNames.cpp", | 492 "shadow/ShadowElementNames.cpp", |
495 "shadow/ShadowElementNames.h", | 493 "shadow/ShadowElementNames.h", |
496 "track/AudioTrack.cpp", | 494 "track/AudioTrack.cpp", |
497 "track/AudioTrack.h", | 495 "track/AudioTrack.h", |
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
540 "track/vtt/VTTToken.h", | 538 "track/vtt/VTTToken.h", |
541 "track/vtt/VTTTokenizer.cpp", | 539 "track/vtt/VTTTokenizer.cpp", |
542 "track/vtt/VTTTokenizer.h", | 540 "track/vtt/VTTTokenizer.h", |
543 ] | 541 ] |
544 | 542 |
545 configs += [ | 543 configs += [ |
546 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 544 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
547 "//build/config/compiler:no_size_t_to_int_warning", | 545 "//build/config/compiler:no_size_t_to_int_warning", |
548 ] | 546 ] |
549 } | 547 } |
OLD | NEW |