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

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

Issue 2824993002: Implemented CSSPropertyAPI for transform property. (Closed)
Patch Set: fixed if braces Created 3 years, 8 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 445 matching lines...) Expand 10 before | Expand all | Expand 10 after
456 "properties/CSSPropertyAPIStrokeOrLength.cpp", 456 "properties/CSSPropertyAPIStrokeOrLength.cpp",
457 "properties/CSSPropertyAPITabSize.cpp", 457 "properties/CSSPropertyAPITabSize.cpp",
458 "properties/CSSPropertyAPITextDecoration.cpp", 458 "properties/CSSPropertyAPITextDecoration.cpp",
459 "properties/CSSPropertyAPITextDecorationColor.cpp", 459 "properties/CSSPropertyAPITextDecorationColor.cpp",
460 "properties/CSSPropertyAPITextDecorationLine.cpp", 460 "properties/CSSPropertyAPITextDecorationLine.cpp",
461 "properties/CSSPropertyAPITextDecorationSkip.cpp", 461 "properties/CSSPropertyAPITextDecorationSkip.cpp",
462 "properties/CSSPropertyAPITextIndent.cpp", 462 "properties/CSSPropertyAPITextIndent.cpp",
463 "properties/CSSPropertyAPITextSizeAdjust.cpp", 463 "properties/CSSPropertyAPITextSizeAdjust.cpp",
464 "properties/CSSPropertyAPITextUnderlinePosition.cpp", 464 "properties/CSSPropertyAPITextUnderlinePosition.cpp",
465 "properties/CSSPropertyAPITouchAction.cpp", 465 "properties/CSSPropertyAPITouchAction.cpp",
466 "properties/CSSPropertyAPITransform.cpp",
466 "properties/CSSPropertyAPITransformOrigin.cpp", 467 "properties/CSSPropertyAPITransformOrigin.cpp",
467 "properties/CSSPropertyAPITranslate.cpp", 468 "properties/CSSPropertyAPITranslate.cpp",
468 "properties/CSSPropertyAPIVerticalAlign.cpp", 469 "properties/CSSPropertyAPIVerticalAlign.cpp",
469 "properties/CSSPropertyAPIWebkitBorderImage.cpp", 470 "properties/CSSPropertyAPIWebkitBorderImage.cpp",
470 "properties/CSSPropertyAPIWebkitBorderSpacing.cpp", 471 "properties/CSSPropertyAPIWebkitBorderSpacing.cpp",
471 "properties/CSSPropertyAPIWebkitBorderWidth.cpp", 472 "properties/CSSPropertyAPIWebkitBorderWidth.cpp",
472 "properties/CSSPropertyAPIWebkitBoxFlex.cpp", 473 "properties/CSSPropertyAPIWebkitBoxFlex.cpp",
473 "properties/CSSPropertyAPIWebkitBoxFlexGroup.cpp", 474 "properties/CSSPropertyAPIWebkitBoxFlexGroup.cpp",
474 "properties/CSSPropertyAPIWebkitFontSizeDelta.cpp", 475 "properties/CSSPropertyAPIWebkitFontSizeDelta.cpp",
475 "properties/CSSPropertyAPIWebkitHighlight.cpp", 476 "properties/CSSPropertyAPIWebkitHighlight.cpp",
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
548 "resolver/TransformBuilder.h", 549 "resolver/TransformBuilder.h",
549 "resolver/ViewportStyleResolver.cpp", 550 "resolver/ViewportStyleResolver.cpp",
550 "resolver/ViewportStyleResolver.h", 551 "resolver/ViewportStyleResolver.h",
551 ] 552 ]
552 553
553 configs += [ 554 configs += [
554 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 555 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
555 "//build/config/compiler:no_size_t_to_int_warning", 556 "//build/config/compiler:no_size_t_to_int_warning",
556 ] 557 ]
557 } 558 }
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