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

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

Issue 2642033002: Implements CSSPropertyAPI for the d property (Closed)
Patch Set: add the new generated .h file to core/BUILD.gn Created 3 years, 7 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 385 matching lines...) Expand 10 before | Expand all | Expand 10 after
396 "properties/CSSPropertyAPIColumnCount.cpp", 396 "properties/CSSPropertyAPIColumnCount.cpp",
397 "properties/CSSPropertyAPIColumnGap.cpp", 397 "properties/CSSPropertyAPIColumnGap.cpp",
398 "properties/CSSPropertyAPIColumnRuleWidth.cpp", 398 "properties/CSSPropertyAPIColumnRuleWidth.cpp",
399 "properties/CSSPropertyAPIColumnSpan.cpp", 399 "properties/CSSPropertyAPIColumnSpan.cpp",
400 "properties/CSSPropertyAPIColumnWidth.cpp", 400 "properties/CSSPropertyAPIColumnWidth.cpp",
401 "properties/CSSPropertyAPIContain.cpp", 401 "properties/CSSPropertyAPIContain.cpp",
402 "properties/CSSPropertyAPIContent.cpp", 402 "properties/CSSPropertyAPIContent.cpp",
403 "properties/CSSPropertyAPICounterIncrement.cpp", 403 "properties/CSSPropertyAPICounterIncrement.cpp",
404 "properties/CSSPropertyAPICounterReset.cpp", 404 "properties/CSSPropertyAPICounterReset.cpp",
405 "properties/CSSPropertyAPICursor.cpp", 405 "properties/CSSPropertyAPICursor.cpp",
406 "properties/CSSPropertyAPID.cpp",
406 "properties/CSSPropertyAPIFilter.cpp", 407 "properties/CSSPropertyAPIFilter.cpp",
407 "properties/CSSPropertyAPIFlexBasis.cpp", 408 "properties/CSSPropertyAPIFlexBasis.cpp",
408 "properties/CSSPropertyAPIFlexGrowOrShrink.cpp", 409 "properties/CSSPropertyAPIFlexGrowOrShrink.cpp",
409 "properties/CSSPropertyAPIFontFamily.cpp", 410 "properties/CSSPropertyAPIFontFamily.cpp",
410 "properties/CSSPropertyAPIFontFeatureSettings.cpp", 411 "properties/CSSPropertyAPIFontFeatureSettings.cpp",
411 "properties/CSSPropertyAPIFontSize.cpp", 412 "properties/CSSPropertyAPIFontSize.cpp",
412 "properties/CSSPropertyAPIFontSizeAdjust.cpp", 413 "properties/CSSPropertyAPIFontSizeAdjust.cpp",
413 "properties/CSSPropertyAPIFontVariantCaps.cpp", 414 "properties/CSSPropertyAPIFontVariantCaps.cpp",
414 "properties/CSSPropertyAPIFontVariantLigatures.cpp", 415 "properties/CSSPropertyAPIFontVariantLigatures.cpp",
415 "properties/CSSPropertyAPIFontVariantNumeric.cpp", 416 "properties/CSSPropertyAPIFontVariantNumeric.cpp",
(...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after
554 "resolver/TransformBuilder.h", 555 "resolver/TransformBuilder.h",
555 "resolver/ViewportStyleResolver.cpp", 556 "resolver/ViewportStyleResolver.cpp",
556 "resolver/ViewportStyleResolver.h", 557 "resolver/ViewportStyleResolver.h",
557 ] 558 ]
558 559
559 configs += [ 560 configs += [
560 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 561 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
561 "//build/config/compiler:no_size_t_to_int_warning", 562 "//build/config/compiler:no_size_t_to_int_warning",
562 ] 563 ]
563 } 564 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/BUILD.gn ('k') | third_party/WebKit/Source/core/css/CSSProperties.json5 » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698