Chromium Code Reviews

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

Issue 2520873002: [css-ui] Add support for caret-color property (Closed)
Patch Set: Add test results Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff |
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("//third_party/WebKit/Source/core/core.gni") 5 import("//third_party/WebKit/Source/core/core.gni")
6 6
7 blink_core_sources("css") { 7 blink_core_sources("css") {
8 split_count = 5 8 split_count = 5
9 sources = [ 9 sources = [
10 "ActiveStyleSheets.cpp", 10 "ActiveStyleSheets.cpp",
(...skipping 203 matching lines...)
214 "RemoteFontFaceSource.cpp", 214 "RemoteFontFaceSource.cpp",
215 "RemoteFontFaceSource.h", 215 "RemoteFontFaceSource.h",
216 "RuleFeature.cpp", 216 "RuleFeature.cpp",
217 "RuleFeature.h", 217 "RuleFeature.h",
218 "RuleSet.cpp", 218 "RuleSet.cpp",
219 "RuleSet.h", 219 "RuleSet.h",
220 "SelectorChecker.cpp", 220 "SelectorChecker.cpp",
221 "SelectorChecker.h", 221 "SelectorChecker.h",
222 "SelectorFilter.cpp", 222 "SelectorFilter.cpp",
223 "SelectorFilter.h", 223 "SelectorFilter.h",
224 "StyleAutoColor.h",
224 "StyleColor.cpp", 225 "StyleColor.cpp",
225 "StyleColor.h", 226 "StyleColor.h",
226 "StyleMedia.cpp", 227 "StyleMedia.cpp",
227 "StyleMedia.h", 228 "StyleMedia.h",
228 "StylePropertySerializer.cpp", 229 "StylePropertySerializer.cpp",
229 "StylePropertySerializer.h", 230 "StylePropertySerializer.h",
230 "StylePropertySet.cpp", 231 "StylePropertySet.cpp",
231 "StylePropertySet.h", 232 "StylePropertySet.h",
232 "StylePropertyShorthandCustom.cpp", 233 "StylePropertyShorthandCustom.cpp",
233 "StyleRule.cpp", 234 "StyleRule.cpp",
(...skipping 151 matching lines...)
385 "resolver/TransformBuilder.h", 386 "resolver/TransformBuilder.h",
386 "resolver/ViewportStyleResolver.cpp", 387 "resolver/ViewportStyleResolver.cpp",
387 "resolver/ViewportStyleResolver.h", 388 "resolver/ViewportStyleResolver.h",
388 ] 389 ]
389 390
390 configs += [ 391 configs += [
391 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 392 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
392 "//build/config/compiler:no_size_t_to_int_warning", 393 "//build/config/compiler:no_size_t_to_int_warning",
393 ] 394 ]
394 } 395 }
OLDNEW

Powered by Google App Engine