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

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

Issue 2731953004: Implemented the CSSPropertyAPI for the font-family property. (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/BUILD.gn » ('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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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("//build/config/chromecast_build.gni") 5 import("//build/config/chromecast_build.gni")
6 import("//build/toolchain/toolchain.gni") 6 import("//build/toolchain/toolchain.gni")
7 import("//build/config/ui.gni") 7 import("//build/config/ui.gni")
8 import("//build/split_static_library.gni") 8 import("//build/split_static_library.gni")
9 import("//testing/libfuzzer/fuzzer_test.gni") 9 import("//testing/libfuzzer/fuzzer_test.gni")
10 import("//third_party/WebKit/Source/bindings/bindings.gni") 10 import("//third_party/WebKit/Source/bindings/bindings.gni")
(...skipping 519 matching lines...) Expand 10 before | Expand all | Expand 10 after
530 "$blink_core_output_dir/css/properties/CSSPropertyAPIOpacity.h", 530 "$blink_core_output_dir/css/properties/CSSPropertyAPIOpacity.h",
531 "$blink_core_output_dir/css/properties/CSSPropertyAPIWebkitBoxFlexGroup.h", 531 "$blink_core_output_dir/css/properties/CSSPropertyAPIWebkitBoxFlexGroup.h",
532 "$blink_core_output_dir/css/properties/CSSPropertyAPIMargin.h", 532 "$blink_core_output_dir/css/properties/CSSPropertyAPIMargin.h",
533 "$blink_core_output_dir/css/properties/CSSPropertyAPIShapeMargin.h", 533 "$blink_core_output_dir/css/properties/CSSPropertyAPIShapeMargin.h",
534 "$blink_core_output_dir/css/properties/CSSPropertyAPIMarker.h", 534 "$blink_core_output_dir/css/properties/CSSPropertyAPIMarker.h",
535 "$blink_core_output_dir/css/properties/CSSPropertyAPIWebkitBoxFlex.h", 535 "$blink_core_output_dir/css/properties/CSSPropertyAPIWebkitBoxFlex.h",
536 "$blink_core_output_dir/css/properties/CSSPropertyAPIGridAutoLine.h", 536 "$blink_core_output_dir/css/properties/CSSPropertyAPIGridAutoLine.h",
537 "$blink_core_output_dir/css/properties/CSSPropertyAPIOffsetAnchor.h", 537 "$blink_core_output_dir/css/properties/CSSPropertyAPIOffsetAnchor.h",
538 "$blink_core_output_dir/css/properties/CSSPropertyAPIFontSize.h", 538 "$blink_core_output_dir/css/properties/CSSPropertyAPIFontSize.h",
539 "$blink_core_output_dir/css/properties/CSSPropertyAPILineHeight.h", 539 "$blink_core_output_dir/css/properties/CSSPropertyAPILineHeight.h",
540 "$blink_core_output_dir/css/properties/CSSPropertyAPIFontFamily.h",
540 ] 541 ]
541 } 542 }
542 543
543 css_properties("make_core_generated_css_property_names") { 544 css_properties("make_core_generated_css_property_names") {
544 script = "../build/scripts/make_css_property_names.py" 545 script = "../build/scripts/make_css_property_names.py"
545 outputs = [ 546 outputs = [
546 "$blink_core_output_dir/CSSPropertyNames.cpp", 547 "$blink_core_output_dir/CSSPropertyNames.cpp",
547 "$blink_core_output_dir/CSSPropertyNames.h", 548 "$blink_core_output_dir/CSSPropertyNames.h",
548 ] 549 ]
549 } 550 }
(...skipping 888 matching lines...) Expand 10 before | Expand all | Expand 10 after
1438 sources = [ 1439 sources = [
1439 "frame/csp/ContentSecurityPolicyFuzzer.cpp", 1440 "frame/csp/ContentSecurityPolicyFuzzer.cpp",
1440 ] 1441 ]
1441 deps = [ 1442 deps = [
1442 ":core", 1443 ":core",
1443 "//third_party/WebKit/Source/platform:blink_fuzzer_test_support", 1444 "//third_party/WebKit/Source/platform:blink_fuzzer_test_support",
1444 ] 1445 ]
1445 dict = "//testing/libfuzzer/fuzzers/dicts/content_security_policy.dict" 1446 dict = "//testing/libfuzzer/fuzzers/dicts/content_security_policy.dict"
1446 seed_corpus = "//testing/libfuzzer/fuzzers/content_security_policy_corpus" 1447 seed_corpus = "//testing/libfuzzer/fuzzers/content_security_policy_corpus"
1447 } 1448 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/css/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698