| 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 206 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 217 "LinkManifest.cpp", | 217 "LinkManifest.cpp", |
| 218 "LinkManifest.h", | 218 "LinkManifest.h", |
| 219 "LinkRelAttribute.cpp", | 219 "LinkRelAttribute.cpp", |
| 220 "LinkRelAttribute.h", | 220 "LinkRelAttribute.h", |
| 221 "LinkResource.cpp", | 221 "LinkResource.cpp", |
| 222 "LinkResource.h", | 222 "LinkResource.h", |
| 223 "LinkStyle.cpp", | 223 "LinkStyle.cpp", |
| 224 "LinkStyle.h", | 224 "LinkStyle.h", |
| 225 "ListedElement.cpp", | 225 "ListedElement.cpp", |
| 226 "ListedElement.h", | 226 "ListedElement.h", |
| 227 "MediaCustomControlsFullscreenDetector.cpp", |
| 228 "MediaCustomControlsFullscreenDetector.h", |
| 227 "MediaDocument.cpp", | 229 "MediaDocument.cpp", |
| 228 "MediaDocument.h", | 230 "MediaDocument.h", |
| 229 "MediaError.h", | 231 "MediaError.h", |
| 230 "MediaFragmentURIParser.cpp", | 232 "MediaFragmentURIParser.cpp", |
| 231 "MediaFragmentURIParser.h", | 233 "MediaFragmentURIParser.h", |
| 232 "PluginDocument.cpp", | 234 "PluginDocument.cpp", |
| 233 "PluginDocument.h", | 235 "PluginDocument.h", |
| 234 "PublicURLManager.cpp", | 236 "PublicURLManager.cpp", |
| 235 "PublicURLManager.h", | 237 "PublicURLManager.h", |
| 236 "RadioNodeList.cpp", | 238 "RadioNodeList.cpp", |
| (...skipping 273 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 |