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

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

Issue 2639303004: Implements CSSPropertyAPI for the fragmentation element properties. (Closed)
Patch Set: Rebase 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
« 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 361 matching lines...) Expand 10 before | Expand all | Expand 10 after
372 "properties/CSSPropertyAPICursor.cpp", 372 "properties/CSSPropertyAPICursor.cpp",
373 "properties/CSSPropertyAPIFilter.cpp", 373 "properties/CSSPropertyAPIFilter.cpp",
374 "properties/CSSPropertyAPIFlexBasis.cpp", 374 "properties/CSSPropertyAPIFlexBasis.cpp",
375 "properties/CSSPropertyAPIFlexGrowOrShrink.cpp", 375 "properties/CSSPropertyAPIFlexGrowOrShrink.cpp",
376 "properties/CSSPropertyAPIFontSize.cpp", 376 "properties/CSSPropertyAPIFontSize.cpp",
377 "properties/CSSPropertyAPIFontSizeAdjust.cpp", 377 "properties/CSSPropertyAPIFontSizeAdjust.cpp",
378 "properties/CSSPropertyAPIFontVariantCaps.cpp", 378 "properties/CSSPropertyAPIFontVariantCaps.cpp",
379 "properties/CSSPropertyAPIFontVariantLigatures.cpp", 379 "properties/CSSPropertyAPIFontVariantLigatures.cpp",
380 "properties/CSSPropertyAPIFontVariantNumeric.cpp", 380 "properties/CSSPropertyAPIFontVariantNumeric.cpp",
381 "properties/CSSPropertyAPIFontVariationSettings.cpp", 381 "properties/CSSPropertyAPIFontVariationSettings.cpp",
382 "properties/CSSPropertyAPIFragmentation.cpp",
382 "properties/CSSPropertyAPIGridAutoFlow.cpp", 383 "properties/CSSPropertyAPIGridAutoFlow.cpp",
383 "properties/CSSPropertyAPIGridAutoLine.cpp", 384 "properties/CSSPropertyAPIGridAutoLine.cpp",
384 "properties/CSSPropertyAPIGridLine.cpp", 385 "properties/CSSPropertyAPIGridLine.cpp",
385 "properties/CSSPropertyAPIGridTemplateAreas.cpp", 386 "properties/CSSPropertyAPIGridTemplateAreas.cpp",
386 "properties/CSSPropertyAPIGridTemplateLine.cpp", 387 "properties/CSSPropertyAPIGridTemplateLine.cpp",
387 "properties/CSSPropertyAPIImage.cpp", 388 "properties/CSSPropertyAPIImage.cpp",
388 "properties/CSSPropertyAPIImageOrientation.cpp", 389 "properties/CSSPropertyAPIImageOrientation.cpp",
389 "properties/CSSPropertyAPIJustifyItems.cpp", 390 "properties/CSSPropertyAPIJustifyItems.cpp",
390 "properties/CSSPropertyAPILetterAndWordSpacing.cpp", 391 "properties/CSSPropertyAPILetterAndWordSpacing.cpp",
391 "properties/CSSPropertyAPILineHeightStep.cpp", 392 "properties/CSSPropertyAPILineHeightStep.cpp",
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
508 "resolver/TransformBuilder.h", 509 "resolver/TransformBuilder.h",
509 "resolver/ViewportStyleResolver.cpp", 510 "resolver/ViewportStyleResolver.cpp",
510 "resolver/ViewportStyleResolver.h", 511 "resolver/ViewportStyleResolver.h",
511 ] 512 ]
512 513
513 configs += [ 514 configs += [
514 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 515 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
515 "//build/config/compiler:no_size_t_to_int_warning", 516 "//build/config/compiler:no_size_t_to_int_warning",
516 ] 517 ]
517 } 518 }
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