Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(51)

Side by Side Diff: third_party/WebKit/Source/core/html/BUILD.gn

Issue 2426513003: Refactor LinkStyle out of HTMLLinkElement (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 203 matching lines...) Expand 10 before | Expand all | Expand 10 after
214 "ImageDocument.h", 214 "ImageDocument.h",
215 "LabelableElement.cpp", 215 "LabelableElement.cpp",
216 "LabelsNodeList.cpp", 216 "LabelsNodeList.cpp",
217 "LabelsNodeList.h", 217 "LabelsNodeList.h",
218 "LinkManifest.cpp", 218 "LinkManifest.cpp",
219 "LinkManifest.h", 219 "LinkManifest.h",
220 "LinkRelAttribute.cpp", 220 "LinkRelAttribute.cpp",
221 "LinkRelAttribute.h", 221 "LinkRelAttribute.h",
222 "LinkResource.cpp", 222 "LinkResource.cpp",
223 "LinkResource.h", 223 "LinkResource.h",
224 "LinkStyle.cpp",
225 "LinkStyle.h",
224 "MediaDocument.cpp", 226 "MediaDocument.cpp",
225 "MediaDocument.h", 227 "MediaDocument.h",
226 "MediaError.h", 228 "MediaError.h",
227 "MediaFragmentURIParser.cpp", 229 "MediaFragmentURIParser.cpp",
228 "MediaFragmentURIParser.h", 230 "MediaFragmentURIParser.h",
229 "PluginDocument.cpp", 231 "PluginDocument.cpp",
230 "PluginDocument.h", 232 "PluginDocument.h",
231 "PublicURLManager.cpp", 233 "PublicURLManager.cpp",
232 "PublicURLManager.h", 234 "PublicURLManager.h",
233 "RadioNodeList.cpp", 235 "RadioNodeList.cpp",
(...skipping 268 matching lines...) Expand 10 before | Expand all | Expand 10 after
502 "track/vtt/VTTToken.h", 504 "track/vtt/VTTToken.h",
503 "track/vtt/VTTTokenizer.cpp", 505 "track/vtt/VTTTokenizer.cpp",
504 "track/vtt/VTTTokenizer.h", 506 "track/vtt/VTTTokenizer.h",
505 ] 507 ]
506 508
507 configs += [ 509 configs += [
508 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 510 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
509 "//build/config/compiler:no_size_t_to_int_warning", 511 "//build/config/compiler:no_size_t_to_int_warning",
510 ] 512 ]
511 } 513 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698