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

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

Issue 2704343003: Catch up the spec update in CSS Rhythmic Sizing (Closed)
Patch Set: Sorted CSSProperties.json5 alphabetically (meade@'s nit) Created 3 years, 9 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 369 matching lines...) Expand 10 before | Expand all | Expand 10 after
380 "properties/CSSPropertyAPIFontVariationSettings.cpp", 380 "properties/CSSPropertyAPIFontVariationSettings.cpp",
381 "properties/CSSPropertyAPIGridAutoFlow.cpp", 381 "properties/CSSPropertyAPIGridAutoFlow.cpp",
382 "properties/CSSPropertyAPIGridAutoLine.cpp", 382 "properties/CSSPropertyAPIGridAutoLine.cpp",
383 "properties/CSSPropertyAPIGridLine.cpp", 383 "properties/CSSPropertyAPIGridLine.cpp",
384 "properties/CSSPropertyAPIGridTemplateAreas.cpp", 384 "properties/CSSPropertyAPIGridTemplateAreas.cpp",
385 "properties/CSSPropertyAPIGridTemplateLine.cpp", 385 "properties/CSSPropertyAPIGridTemplateLine.cpp",
386 "properties/CSSPropertyAPIImage.cpp", 386 "properties/CSSPropertyAPIImage.cpp",
387 "properties/CSSPropertyAPIImageOrientation.cpp", 387 "properties/CSSPropertyAPIImageOrientation.cpp",
388 "properties/CSSPropertyAPIJustifyItems.cpp", 388 "properties/CSSPropertyAPIJustifyItems.cpp",
389 "properties/CSSPropertyAPILetterAndWordSpacing.cpp", 389 "properties/CSSPropertyAPILetterAndWordSpacing.cpp",
390 "properties/CSSPropertyAPILineHeightStep.cpp",
390 "properties/CSSPropertyAPIMargin.cpp", 391 "properties/CSSPropertyAPIMargin.cpp",
391 "properties/CSSPropertyAPIMarker.cpp", 392 "properties/CSSPropertyAPIMarker.cpp",
392 "properties/CSSPropertyAPIOffsetAnchor.cpp", 393 "properties/CSSPropertyAPIOffsetAnchor.cpp",
393 "properties/CSSPropertyAPIOffsetDistance.cpp", 394 "properties/CSSPropertyAPIOffsetDistance.cpp",
394 "properties/CSSPropertyAPIOffsetPosition.cpp", 395 "properties/CSSPropertyAPIOffsetPosition.cpp",
395 "properties/CSSPropertyAPIOffsetRotate.cpp", 396 "properties/CSSPropertyAPIOffsetRotate.cpp",
396 "properties/CSSPropertyAPIOpacity.cpp", 397 "properties/CSSPropertyAPIOpacity.cpp",
397 "properties/CSSPropertyAPIOrder.cpp", 398 "properties/CSSPropertyAPIOrder.cpp",
398 "properties/CSSPropertyAPIOutlineColor.cpp", 399 "properties/CSSPropertyAPIOutlineColor.cpp",
399 "properties/CSSPropertyAPIOutlineOffset.cpp", 400 "properties/CSSPropertyAPIOutlineOffset.cpp",
400 "properties/CSSPropertyAPIOutlineWidth.cpp", 401 "properties/CSSPropertyAPIOutlineWidth.cpp",
401 "properties/CSSPropertyAPIPadding.cpp", 402 "properties/CSSPropertyAPIPadding.cpp",
402 "properties/CSSPropertyAPIPage.cpp", 403 "properties/CSSPropertyAPIPage.cpp",
403 "properties/CSSPropertyAPIPaintOrder.cpp", 404 "properties/CSSPropertyAPIPaintOrder.cpp",
404 "properties/CSSPropertyAPIPaintStroke.cpp", 405 "properties/CSSPropertyAPIPaintStroke.cpp",
405 "properties/CSSPropertyAPIPerspective.cpp", 406 "properties/CSSPropertyAPIPerspective.cpp",
406 "properties/CSSPropertyAPIQuotes.cpp", 407 "properties/CSSPropertyAPIQuotes.cpp",
407 "properties/CSSPropertyAPIRadius.cpp", 408 "properties/CSSPropertyAPIRadius.cpp",
408 "properties/CSSPropertyAPIRotate.cpp", 409 "properties/CSSPropertyAPIRotate.cpp",
409 "properties/CSSPropertyAPIScale.cpp", 410 "properties/CSSPropertyAPIScale.cpp",
410 "properties/CSSPropertyAPIScrollSnapCoordinate.cpp", 411 "properties/CSSPropertyAPIScrollSnapCoordinate.cpp",
411 "properties/CSSPropertyAPIShadow.cpp", 412 "properties/CSSPropertyAPIShadow.cpp",
412 "properties/CSSPropertyAPIShapeImageThreshold.cpp", 413 "properties/CSSPropertyAPIShapeImageThreshold.cpp",
413 "properties/CSSPropertyAPIShapeMargin.cpp", 414 "properties/CSSPropertyAPIShapeMargin.cpp",
414 "properties/CSSPropertyAPIShapeOutside.cpp", 415 "properties/CSSPropertyAPIShapeOutside.cpp",
415 "properties/CSSPropertyAPISize.cpp", 416 "properties/CSSPropertyAPISize.cpp",
416 "properties/CSSPropertyAPISnapHeight.cpp",
417 "properties/CSSPropertyAPIStrokeDasharray.cpp", 417 "properties/CSSPropertyAPIStrokeDasharray.cpp",
418 "properties/CSSPropertyAPIStrokeMiterlimit.cpp", 418 "properties/CSSPropertyAPIStrokeMiterlimit.cpp",
419 "properties/CSSPropertyAPIStrokeOrLength.cpp", 419 "properties/CSSPropertyAPIStrokeOrLength.cpp",
420 "properties/CSSPropertyAPITabSize.cpp", 420 "properties/CSSPropertyAPITabSize.cpp",
421 "properties/CSSPropertyAPITextDecoration.cpp", 421 "properties/CSSPropertyAPITextDecoration.cpp",
422 "properties/CSSPropertyAPITextDecorationColor.cpp", 422 "properties/CSSPropertyAPITextDecorationColor.cpp",
423 "properties/CSSPropertyAPITextDecorationLine.cpp", 423 "properties/CSSPropertyAPITextDecorationLine.cpp",
424 "properties/CSSPropertyAPITextDecorationSkip.cpp", 424 "properties/CSSPropertyAPITextDecorationSkip.cpp",
425 "properties/CSSPropertyAPITextIndent.cpp", 425 "properties/CSSPropertyAPITextIndent.cpp",
426 "properties/CSSPropertyAPITextSizeAdjust.cpp", 426 "properties/CSSPropertyAPITextSizeAdjust.cpp",
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
505 "resolver/TransformBuilder.h", 505 "resolver/TransformBuilder.h",
506 "resolver/ViewportStyleResolver.cpp", 506 "resolver/ViewportStyleResolver.cpp",
507 "resolver/ViewportStyleResolver.h", 507 "resolver/ViewportStyleResolver.h",
508 ] 508 ]
509 509
510 configs += [ 510 configs += [
511 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 511 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
512 "//build/config/compiler:no_size_t_to_int_warning", 512 "//build/config/compiler:no_size_t_to_int_warning",
513 ] 513 ]
514 } 514 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698