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

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

Issue 2932593004: Update the snap points css properties (Closed)
Patch Set: Add CSS Attributes 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 427 matching lines...) Expand 10 before | Expand all | Expand 10 after
438 "properties/CSSPropertyAPIOutlineWidth.cpp", 438 "properties/CSSPropertyAPIOutlineWidth.cpp",
439 "properties/CSSPropertyAPIPadding.cpp", 439 "properties/CSSPropertyAPIPadding.cpp",
440 "properties/CSSPropertyAPIPage.cpp", 440 "properties/CSSPropertyAPIPage.cpp",
441 "properties/CSSPropertyAPIPaintOrder.cpp", 441 "properties/CSSPropertyAPIPaintOrder.cpp",
442 "properties/CSSPropertyAPIPaintStroke.cpp", 442 "properties/CSSPropertyAPIPaintStroke.cpp",
443 "properties/CSSPropertyAPIPerspective.cpp", 443 "properties/CSSPropertyAPIPerspective.cpp",
444 "properties/CSSPropertyAPIQuotes.cpp", 444 "properties/CSSPropertyAPIQuotes.cpp",
445 "properties/CSSPropertyAPIRadius.cpp", 445 "properties/CSSPropertyAPIRadius.cpp",
446 "properties/CSSPropertyAPIRotate.cpp", 446 "properties/CSSPropertyAPIRotate.cpp",
447 "properties/CSSPropertyAPIScale.cpp", 447 "properties/CSSPropertyAPIScale.cpp",
448 "properties/CSSPropertyAPIScrollSnapCoordinate.cpp", 448 "properties/CSSPropertyAPIScrollPadding.cpp",
449 "properties/CSSPropertyAPIScrollSnapAlign.cpp",
450 "properties/CSSPropertyAPIScrollSnapMargin.cpp",
451 "properties/CSSPropertyAPIScrollSnapType.cpp",
449 "properties/CSSPropertyAPIShapeImageThreshold.cpp", 452 "properties/CSSPropertyAPIShapeImageThreshold.cpp",
450 "properties/CSSPropertyAPIShapeMargin.cpp", 453 "properties/CSSPropertyAPIShapeMargin.cpp",
451 "properties/CSSPropertyAPIShapeOutside.cpp", 454 "properties/CSSPropertyAPIShapeOutside.cpp",
452 "properties/CSSPropertyAPISize.cpp", 455 "properties/CSSPropertyAPISize.cpp",
453 "properties/CSSPropertyAPIStrokeDasharray.cpp", 456 "properties/CSSPropertyAPIStrokeDasharray.cpp",
454 "properties/CSSPropertyAPIStrokeMiterlimit.cpp", 457 "properties/CSSPropertyAPIStrokeMiterlimit.cpp",
455 "properties/CSSPropertyAPIStrokeOrLength.cpp", 458 "properties/CSSPropertyAPIStrokeOrLength.cpp",
456 "properties/CSSPropertyAPITabSize.cpp", 459 "properties/CSSPropertyAPITabSize.cpp",
457 "properties/CSSPropertyAPITextDecoration.cpp", 460 "properties/CSSPropertyAPITextDecoration.cpp",
458 "properties/CSSPropertyAPITextDecorationColor.cpp", 461 "properties/CSSPropertyAPITextDecorationColor.cpp",
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
554 "resolver/TransformBuilder.h", 557 "resolver/TransformBuilder.h",
555 "resolver/ViewportStyleResolver.cpp", 558 "resolver/ViewportStyleResolver.cpp",
556 "resolver/ViewportStyleResolver.h", 559 "resolver/ViewportStyleResolver.h",
557 ] 560 ]
558 561
559 configs += [ 562 configs += [
560 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 563 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
561 "//build/config/compiler:no_size_t_to_int_warning", 564 "//build/config/compiler:no_size_t_to_int_warning",
562 ] 565 ]
563 } 566 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698