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 93 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
104 "HTMLLabelElement.h", | 104 "HTMLLabelElement.h", |
105 "HTMLLegendElement.cpp", | 105 "HTMLLegendElement.cpp", |
106 "HTMLLegendElement.h", | 106 "HTMLLegendElement.h", |
107 "HTMLLinkElement.cpp", | 107 "HTMLLinkElement.cpp", |
108 "HTMLLinkElement.h", | 108 "HTMLLinkElement.h", |
109 "HTMLMapElement.cpp", | 109 "HTMLMapElement.cpp", |
110 "HTMLMapElement.h", | 110 "HTMLMapElement.h", |
111 "HTMLMarqueeElement.cpp", | 111 "HTMLMarqueeElement.cpp", |
112 "HTMLMarqueeElement.h", | 112 "HTMLMarqueeElement.h", |
113 "HTMLMediaElement.cpp", | 113 "HTMLMediaElement.cpp", |
| 114 "HTMLMediaElementControlsList.cpp", |
| 115 "HTMLMediaElementControlsList.h", |
114 "HTMLMediaSource.cpp", | 116 "HTMLMediaSource.cpp", |
115 "HTMLMediaSource.h", | 117 "HTMLMediaSource.h", |
116 "HTMLMenuElement.cpp", | 118 "HTMLMenuElement.cpp", |
117 "HTMLMenuElement.h", | 119 "HTMLMenuElement.h", |
118 "HTMLMenuItemElement.cpp", | 120 "HTMLMenuItemElement.cpp", |
119 "HTMLMenuItemElement.h", | 121 "HTMLMenuItemElement.h", |
120 "HTMLMetaElement.cpp", | 122 "HTMLMetaElement.cpp", |
121 "HTMLMetaElement.h", | 123 "HTMLMetaElement.h", |
122 "HTMLMeterElement.cpp", | 124 "HTMLMeterElement.cpp", |
123 "HTMLMeterElement.h", | 125 "HTMLMeterElement.h", |
(...skipping 386 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
510 "track/vtt/VTTToken.h", | 512 "track/vtt/VTTToken.h", |
511 "track/vtt/VTTTokenizer.cpp", | 513 "track/vtt/VTTTokenizer.cpp", |
512 "track/vtt/VTTTokenizer.h", | 514 "track/vtt/VTTTokenizer.h", |
513 ] | 515 ] |
514 | 516 |
515 configs += [ | 517 configs += [ |
516 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 518 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
517 "//build/config/compiler:no_size_t_to_int_warning", | 519 "//build/config/compiler:no_size_t_to_int_warning", |
518 ] | 520 ] |
519 } | 521 } |
OLD | NEW |