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

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

Issue 2648703002: Implements CSSPropertyAPI for the margin properties. (Closed)
Patch Set: removed accidental lines in json Created 3 years, 10 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/CSSProperties.json5 » ('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 353 matching lines...) Expand 10 before | Expand all | Expand 10 after
364 "properties/CSSPropertyAPIFontSizeAdjust.cpp", 364 "properties/CSSPropertyAPIFontSizeAdjust.cpp",
365 "properties/CSSPropertyAPIFontVariantCaps.cpp", 365 "properties/CSSPropertyAPIFontVariantCaps.cpp",
366 "properties/CSSPropertyAPIFontVariantLigatures.cpp", 366 "properties/CSSPropertyAPIFontVariantLigatures.cpp",
367 "properties/CSSPropertyAPIFontVariantNumeric.cpp", 367 "properties/CSSPropertyAPIFontVariantNumeric.cpp",
368 "properties/CSSPropertyAPIFontVariationSettings.cpp", 368 "properties/CSSPropertyAPIFontVariationSettings.cpp",
369 "properties/CSSPropertyAPIGridAutoFlow.cpp", 369 "properties/CSSPropertyAPIGridAutoFlow.cpp",
370 "properties/CSSPropertyAPIImage.cpp", 370 "properties/CSSPropertyAPIImage.cpp",
371 "properties/CSSPropertyAPIImageOrientation.cpp", 371 "properties/CSSPropertyAPIImageOrientation.cpp",
372 "properties/CSSPropertyAPIJustifyItems.cpp", 372 "properties/CSSPropertyAPIJustifyItems.cpp",
373 "properties/CSSPropertyAPILetterAndWordSpacing.cpp", 373 "properties/CSSPropertyAPILetterAndWordSpacing.cpp",
374 "properties/CSSPropertyAPIMargin.cpp",
374 "properties/CSSPropertyAPIOffsetPosition.cpp", 375 "properties/CSSPropertyAPIOffsetPosition.cpp",
375 "properties/CSSPropertyAPIOpacity.cpp", 376 "properties/CSSPropertyAPIOpacity.cpp",
376 "properties/CSSPropertyAPIOrder.cpp", 377 "properties/CSSPropertyAPIOrder.cpp",
377 "properties/CSSPropertyAPIOutlineColor.cpp", 378 "properties/CSSPropertyAPIOutlineColor.cpp",
378 "properties/CSSPropertyAPIOutlineOffset.cpp", 379 "properties/CSSPropertyAPIOutlineOffset.cpp",
379 "properties/CSSPropertyAPIOutlineWidth.cpp", 380 "properties/CSSPropertyAPIOutlineWidth.cpp",
380 "properties/CSSPropertyAPIPadding.cpp", 381 "properties/CSSPropertyAPIPadding.cpp",
381 "properties/CSSPropertyAPIPage.cpp", 382 "properties/CSSPropertyAPIPage.cpp",
382 "properties/CSSPropertyAPIPaintOrder.cpp", 383 "properties/CSSPropertyAPIPaintOrder.cpp",
383 "properties/CSSPropertyAPIPaintStroke.cpp", 384 "properties/CSSPropertyAPIPaintStroke.cpp",
(...skipping 16 matching lines...) Expand all
400 "properties/CSSPropertyAPITextSizeAdjust.cpp", 401 "properties/CSSPropertyAPITextSizeAdjust.cpp",
401 "properties/CSSPropertyAPITextUnderlinePosition.cpp", 402 "properties/CSSPropertyAPITextUnderlinePosition.cpp",
402 "properties/CSSPropertyAPITouchAction.cpp", 403 "properties/CSSPropertyAPITouchAction.cpp",
403 "properties/CSSPropertyAPITransformOrigin.cpp", 404 "properties/CSSPropertyAPITransformOrigin.cpp",
404 "properties/CSSPropertyAPITranslate.cpp", 405 "properties/CSSPropertyAPITranslate.cpp",
405 "properties/CSSPropertyAPIVerticalAlign.cpp", 406 "properties/CSSPropertyAPIVerticalAlign.cpp",
406 "properties/CSSPropertyAPIWebkitBoxFlexGroup.cpp", 407 "properties/CSSPropertyAPIWebkitBoxFlexGroup.cpp",
407 "properties/CSSPropertyAPIWebkitFontSizeDelta.cpp", 408 "properties/CSSPropertyAPIWebkitFontSizeDelta.cpp",
408 "properties/CSSPropertyAPIWebkitHighlight.cpp", 409 "properties/CSSPropertyAPIWebkitHighlight.cpp",
409 "properties/CSSPropertyAPIWebkitLineClamp.cpp", 410 "properties/CSSPropertyAPIWebkitLineClamp.cpp",
411 "properties/CSSPropertyAPIWebkitMargin.cpp",
410 "properties/CSSPropertyAPIWebkitMaxLogicalWidthOrHeight.cpp", 412 "properties/CSSPropertyAPIWebkitMaxLogicalWidthOrHeight.cpp",
411 "properties/CSSPropertyAPIWebkitPadding.cpp", 413 "properties/CSSPropertyAPIWebkitPadding.cpp",
412 "properties/CSSPropertyAPIWebkitTextEmphasisStyle.cpp", 414 "properties/CSSPropertyAPIWebkitTextEmphasisStyle.cpp",
413 "properties/CSSPropertyAPIWebkitTextStrokeWidth.cpp", 415 "properties/CSSPropertyAPIWebkitTextStrokeWidth.cpp",
414 "properties/CSSPropertyAPIWebkitTransformOriginZ.cpp", 416 "properties/CSSPropertyAPIWebkitTransformOriginZ.cpp",
415 "properties/CSSPropertyAPIWillChange.cpp", 417 "properties/CSSPropertyAPIWillChange.cpp",
416 "properties/CSSPropertyAPIZIndex.cpp", 418 "properties/CSSPropertyAPIZIndex.cpp",
417 "properties/CSSPropertyAPIZoom.cpp", 419 "properties/CSSPropertyAPIZoom.cpp",
418 "properties/CSSPropertyAlignmentUtils.cpp", 420 "properties/CSSPropertyAlignmentUtils.cpp",
419 "properties/CSSPropertyAlignmentUtils.h", 421 "properties/CSSPropertyAlignmentUtils.h",
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
470 "resolver/TransformBuilder.h", 472 "resolver/TransformBuilder.h",
471 "resolver/ViewportStyleResolver.cpp", 473 "resolver/ViewportStyleResolver.cpp",
472 "resolver/ViewportStyleResolver.h", 474 "resolver/ViewportStyleResolver.h",
473 ] 475 ]
474 476
475 configs += [ 477 configs += [
476 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 478 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
477 "//build/config/compiler:no_size_t_to_int_warning", 479 "//build/config/compiler:no_size_t_to_int_warning",
478 ] 480 ]
479 } 481 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/css/CSSProperties.json5 » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698