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

Side by Side Diff: ui/gfx/BUILD.gn

Issue 2302313002: Configure font font names in GFX unittests (Closed)
Patch Set: Use Heiti SC font, namespace, comment, hex escapes Created 4 years, 3 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 | ui/gfx/font_list_unittest.cc » ('j') | ui/gfx/font_names_testing.cc » ('J')
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/ui.gni") 5 import("//build/config/ui.gni")
6 import("//testing/test.gni") 6 import("//testing/test.gni")
7 import("//testing/libfuzzer/fuzzer_test.gni") 7 import("//testing/libfuzzer/fuzzer_test.gni")
8 8
9 if (is_android) { 9 if (is_android) {
10 import("//build/config/android/config.gni") 10 import("//build/config/android/config.gni")
(...skipping 531 matching lines...) Expand 10 before | Expand all | Expand 10 after
542 "test/ui_cocoa_test_helper.mm", 542 "test/ui_cocoa_test_helper.mm",
543 ] 543 ]
544 } 544 }
545 if (is_linux) { 545 if (is_linux) {
546 deps += [ "//build/linux:fontconfig" ] 546 deps += [ "//build/linux:fontconfig" ]
547 } 547 }
548 } 548 }
549 549
550 test("gfx_unittests") { 550 test("gfx_unittests") {
551 sources = [ 551 sources = [
552 "font_names_testing.cc",
553 "font_names_testing.h",
552 "font_render_params_linux_unittest.cc", 554 "font_render_params_linux_unittest.cc",
553 "font_unittest.cc", 555 "font_unittest.cc",
554 "image/image_family_unittest.cc", 556 "image/image_family_unittest.cc",
555 "image/image_ios_unittest.mm", 557 "image/image_ios_unittest.mm",
556 "image/image_skia_unittest.cc", 558 "image/image_skia_unittest.cc",
557 "image/image_unittest.cc", 559 "image/image_unittest.cc",
558 "ios/NSString+CrStringDrawing_unittest.mm", 560 "ios/NSString+CrStringDrawing_unittest.mm",
559 "ios/uikit_util_unittest.mm", 561 "ios/uikit_util_unittest.mm",
560 "platform_font_linux_unittest.cc", 562 "platform_font_linux_unittest.cc",
561 "test/run_all_unittests.cc", 563 "test/run_all_unittests.cc",
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
712 714
713 fuzzer_test("color_transform_fuzztest") { 715 fuzzer_test("color_transform_fuzztest") {
714 sources = [ 716 sources = [
715 "color_transform_fuzzer.cc", 717 "color_transform_fuzzer.cc",
716 ] 718 ]
717 deps = [ 719 deps = [
718 ":gfx", 720 ":gfx",
719 ] 721 ]
720 libfuzzer_options = [ "max_len=1024" ] 722 libfuzzer_options = [ "max_len=1024" ]
721 } 723 }
OLDNEW
« no previous file with comments | « no previous file | ui/gfx/font_list_unittest.cc » ('j') | ui/gfx/font_names_testing.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698