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

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

Issue 2938983002: Implement parseShorthand API for shorthand properties, "overflow", "font" and "font-variant" (Closed)
Patch Set: Replace ImplicitProperty by IsImplicitProperty Created 3 years, 6 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("//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 501 matching lines...) Expand 10 before | Expand all | Expand 10 after
512 "properties/CSSPropertyOffsetPathUtils.h", 512 "properties/CSSPropertyOffsetPathUtils.h",
513 "properties/CSSPropertyPositionUtils.h", 513 "properties/CSSPropertyPositionUtils.h",
514 "properties/CSSPropertyShapeUtils.cpp", 514 "properties/CSSPropertyShapeUtils.cpp",
515 "properties/CSSPropertyShapeUtils.h", 515 "properties/CSSPropertyShapeUtils.h",
516 "properties/CSSPropertyTransitionPropertyUtils.cpp", 516 "properties/CSSPropertyTransitionPropertyUtils.cpp",
517 "properties/CSSPropertyTransitionPropertyUtils.h", 517 "properties/CSSPropertyTransitionPropertyUtils.h",
518 "properties/CSSPropertyWebkitBorderWidthUtils.cpp", 518 "properties/CSSPropertyWebkitBorderWidthUtils.cpp",
519 "properties/CSSPropertyWebkitBorderWidthUtils.h", 519 "properties/CSSPropertyWebkitBorderWidthUtils.h",
520 "properties/CSSShorthandPropertyAPIBorderRadius.cpp", 520 "properties/CSSShorthandPropertyAPIBorderRadius.cpp",
521 "properties/CSSShorthandPropertyAPIFlex.cpp", 521 "properties/CSSShorthandPropertyAPIFlex.cpp",
522 "properties/CSSShorthandPropertyAPIFont.cpp",
523 "properties/CSSShorthandPropertyAPIFontVariant.cpp",
524 "properties/CSSShorthandPropertyAPIOverflow.cpp",
522 "properties/CSSShorthandPropertyAPITextDecoration.cpp", 525 "properties/CSSShorthandPropertyAPITextDecoration.cpp",
523 "properties/CSSShorthandPropertyAPIWebkitMarginCollapse.cpp", 526 "properties/CSSShorthandPropertyAPIWebkitMarginCollapse.cpp",
524 "resolver/AnimatedStyleBuilder.cpp", 527 "resolver/AnimatedStyleBuilder.cpp",
525 "resolver/AnimatedStyleBuilder.h", 528 "resolver/AnimatedStyleBuilder.h",
526 "resolver/CSSPropertyPriority.h", 529 "resolver/CSSPropertyPriority.h",
527 "resolver/CSSToStyleMap.cpp", 530 "resolver/CSSToStyleMap.cpp",
528 "resolver/CSSToStyleMap.h", 531 "resolver/CSSToStyleMap.h",
529 "resolver/CSSVariableResolver.cpp", 532 "resolver/CSSVariableResolver.cpp",
530 "resolver/CSSVariableResolver.h", 533 "resolver/CSSVariableResolver.h",
531 "resolver/ElementResolveContext.cpp", 534 "resolver/ElementResolveContext.cpp",
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
566 "resolver/TransformBuilder.h", 569 "resolver/TransformBuilder.h",
567 "resolver/ViewportStyleResolver.cpp", 570 "resolver/ViewportStyleResolver.cpp",
568 "resolver/ViewportStyleResolver.h", 571 "resolver/ViewportStyleResolver.h",
569 ] 572 ]
570 573
571 configs += [ 574 configs += [
572 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 575 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
573 "//build/config/compiler:no_size_t_to_int_warning", 576 "//build/config/compiler:no_size_t_to_int_warning",
574 ] 577 ]
575 } 578 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/BUILD.gn ('k') | third_party/WebKit/Source/core/css/CSSProperties.json5 » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698