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

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

Issue 2635983007: Implements CSSPropertyAPI for the column-count property. (Closed)
Patch Set: rebase 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 336 matching lines...) Expand 10 before | Expand all | Expand 10 after
347 "parser/SizesCalcParser.cpp", 347 "parser/SizesCalcParser.cpp",
348 "properties/CSSPropertyAPI.h", 348 "properties/CSSPropertyAPI.h",
349 "properties/CSSPropertyAPIAlignItems.cpp", 349 "properties/CSSPropertyAPIAlignItems.cpp",
350 "properties/CSSPropertyAPIAlignOrJustifySelf.cpp", 350 "properties/CSSPropertyAPIAlignOrJustifySelf.cpp",
351 "properties/CSSPropertyAPIBaselineShift.cpp", 351 "properties/CSSPropertyAPIBaselineShift.cpp",
352 "properties/CSSPropertyAPIBorderRadius.cpp", 352 "properties/CSSPropertyAPIBorderRadius.cpp",
353 "properties/CSSPropertyAPICaretColor.cpp", 353 "properties/CSSPropertyAPICaretColor.cpp",
354 "properties/CSSPropertyAPIClip.cpp", 354 "properties/CSSPropertyAPIClip.cpp",
355 "properties/CSSPropertyAPIClipPath.cpp", 355 "properties/CSSPropertyAPIClipPath.cpp",
356 "properties/CSSPropertyAPIColor.cpp", 356 "properties/CSSPropertyAPIColor.cpp",
357 "properties/CSSPropertyAPIColumnCount.cpp",
357 "properties/CSSPropertyAPIColumnGap.cpp", 358 "properties/CSSPropertyAPIColumnGap.cpp",
358 "properties/CSSPropertyAPIColumnRuleWidth.cpp", 359 "properties/CSSPropertyAPIColumnRuleWidth.cpp",
359 "properties/CSSPropertyAPIColumnSpan.cpp", 360 "properties/CSSPropertyAPIColumnSpan.cpp",
360 "properties/CSSPropertyAPIContain.cpp", 361 "properties/CSSPropertyAPIContain.cpp",
361 "properties/CSSPropertyAPIContent.cpp", 362 "properties/CSSPropertyAPIContent.cpp",
362 "properties/CSSPropertyAPICursor.cpp", 363 "properties/CSSPropertyAPICursor.cpp",
363 "properties/CSSPropertyAPIFlexBasis.cpp", 364 "properties/CSSPropertyAPIFlexBasis.cpp",
364 "properties/CSSPropertyAPIFontSizeAdjust.cpp", 365 "properties/CSSPropertyAPIFontSizeAdjust.cpp",
365 "properties/CSSPropertyAPIFontVariantCaps.cpp", 366 "properties/CSSPropertyAPIFontVariantCaps.cpp",
366 "properties/CSSPropertyAPIFontVariantLigatures.cpp", 367 "properties/CSSPropertyAPIFontVariantLigatures.cpp",
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
472 "resolver/TransformBuilder.h", 473 "resolver/TransformBuilder.h",
473 "resolver/ViewportStyleResolver.cpp", 474 "resolver/ViewportStyleResolver.cpp",
474 "resolver/ViewportStyleResolver.h", 475 "resolver/ViewportStyleResolver.h",
475 ] 476 ]
476 477
477 configs += [ 478 configs += [
478 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 479 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
479 "//build/config/compiler:no_size_t_to_int_warning", 480 "//build/config/compiler:no_size_t_to_int_warning",
480 ] 481 ]
481 } 482 }
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