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

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

Issue 2302313002: Configure font font names in GFX unittests (Closed)
Patch Set: Review comments addressed 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') | 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/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 532 matching lines...) Expand 10 before | Expand all | Expand 10 after
543 "test/ui_cocoa_test_helper.mm", 543 "test/ui_cocoa_test_helper.mm",
544 ] 544 ]
545 } 545 }
546 if (is_linux) { 546 if (is_linux) {
547 deps += [ "//build/linux:fontconfig" ] 547 deps += [ "//build/linux:fontconfig" ]
548 } 548 }
549 } 549 }
550 550
551 test("gfx_unittests") { 551 test("gfx_unittests") {
552 sources = [ 552 sources = [
553 "font_names_testing.cc",
Alexei Svitkine (slow) 2016/09/02 15:38:33 Looks like you forgot to add this file.
554 "font_names_testing.h",
553 "font_render_params_linux_unittest.cc", 555 "font_render_params_linux_unittest.cc",
554 "font_unittest.cc", 556 "font_unittest.cc",
555 "image/image_family_unittest.cc", 557 "image/image_family_unittest.cc",
556 "image/image_ios_unittest.mm", 558 "image/image_ios_unittest.mm",
557 "image/image_skia_unittest.cc", 559 "image/image_skia_unittest.cc",
558 "image/image_unittest.cc", 560 "image/image_unittest.cc",
559 "ios/NSString+CrStringDrawing_unittest.mm", 561 "ios/NSString+CrStringDrawing_unittest.mm",
560 "ios/uikit_util_unittest.mm", 562 "ios/uikit_util_unittest.mm",
561 "platform_font_linux_unittest.cc", 563 "platform_font_linux_unittest.cc",
562 "test/run_all_unittests.cc", 564 "test/run_all_unittests.cc",
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
713 715
714 fuzzer_test("color_transform_fuzztest") { 716 fuzzer_test("color_transform_fuzztest") {
715 sources = [ 717 sources = [
716 "color_transform_fuzzer.cc", 718 "color_transform_fuzzer.cc",
717 ] 719 ]
718 deps = [ 720 deps = [
719 ":gfx", 721 ":gfx",
720 ] 722 ]
721 libfuzzer_options = [ "max_len=1024" ] 723 libfuzzer_options = [ "max_len=1024" ]
722 } 724 }
OLDNEW
« no previous file with comments | « no previous file | ui/gfx/font_list_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698