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

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

Issue 2939883003: Added CSSPropertyTransitionPropertyUtils which holds shared parsing logic. (Closed)
Patch Set: fixed build error 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 491 matching lines...) Expand 10 before | Expand all | Expand 10 after
502 "properties/CSSPropertyFontUtils.h", 502 "properties/CSSPropertyFontUtils.h",
503 "properties/CSSPropertyLengthUtils.cpp", 503 "properties/CSSPropertyLengthUtils.cpp",
504 "properties/CSSPropertyLengthUtils.h", 504 "properties/CSSPropertyLengthUtils.h",
505 "properties/CSSPropertyMarginUtils.cpp", 505 "properties/CSSPropertyMarginUtils.cpp",
506 "properties/CSSPropertyMarginUtils.h", 506 "properties/CSSPropertyMarginUtils.h",
507 "properties/CSSPropertyOffsetPathUtils.cpp", 507 "properties/CSSPropertyOffsetPathUtils.cpp",
508 "properties/CSSPropertyOffsetPathUtils.h", 508 "properties/CSSPropertyOffsetPathUtils.h",
509 "properties/CSSPropertyPositionUtils.h", 509 "properties/CSSPropertyPositionUtils.h",
510 "properties/CSSPropertyShapeUtils.cpp", 510 "properties/CSSPropertyShapeUtils.cpp",
511 "properties/CSSPropertyShapeUtils.h", 511 "properties/CSSPropertyShapeUtils.h",
512 "properties/CSSPropertyTransitionPropertyUtils.cpp",
513 "properties/CSSPropertyTransitionPropertyUtils.h",
512 "properties/CSSPropertyWebkitBorderWidthUtils.cpp", 514 "properties/CSSPropertyWebkitBorderWidthUtils.cpp",
513 "properties/CSSPropertyWebkitBorderWidthUtils.h", 515 "properties/CSSPropertyWebkitBorderWidthUtils.h",
514 "properties/CSSShorthandPropertyAPIBorderRadius.cpp", 516 "properties/CSSShorthandPropertyAPIBorderRadius.cpp",
515 "properties/CSSShorthandPropertyAPIFlex.cpp", 517 "properties/CSSShorthandPropertyAPIFlex.cpp",
516 "properties/CSSShorthandPropertyAPITextDecoration.cpp", 518 "properties/CSSShorthandPropertyAPITextDecoration.cpp",
517 "resolver/AnimatedStyleBuilder.cpp", 519 "resolver/AnimatedStyleBuilder.cpp",
518 "resolver/AnimatedStyleBuilder.h", 520 "resolver/AnimatedStyleBuilder.h",
519 "resolver/CSSPropertyPriority.h", 521 "resolver/CSSPropertyPriority.h",
520 "resolver/CSSToStyleMap.cpp", 522 "resolver/CSSToStyleMap.cpp",
521 "resolver/CSSToStyleMap.h", 523 "resolver/CSSToStyleMap.h",
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
559 "resolver/TransformBuilder.h", 561 "resolver/TransformBuilder.h",
560 "resolver/ViewportStyleResolver.cpp", 562 "resolver/ViewportStyleResolver.cpp",
561 "resolver/ViewportStyleResolver.h", 563 "resolver/ViewportStyleResolver.h",
562 ] 564 ]
563 565
564 configs += [ 566 configs += [
565 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 567 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
566 "//build/config/compiler:no_size_t_to_int_warning", 568 "//build/config/compiler:no_size_t_to_int_warning",
567 ] 569 ]
568 } 570 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698