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

Unified Diff: ui/gfx/BUILD.gn

Issue 407763003: linux: Avoid using unset Fontconfig properties. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: only build font_render_params_linux_unittest.cc when using pango Created 6 years, 5 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | ui/gfx/font_render_params_linux.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/BUILD.gn
diff --git a/ui/gfx/BUILD.gn b/ui/gfx/BUILD.gn
index 0d59aee79536121d0de6e53124bb6058d2fe82a2..3e4937a87382e377b17360155ac1ca8463a475f7 100644
--- a/ui/gfx/BUILD.gn
+++ b/ui/gfx/BUILD.gn
@@ -394,7 +394,6 @@ source_set("gfx_test_support") {
test("gfx_unittests") {
sources = [
- "font_render_params_linux_unittest.cc",
"geometry/box_unittest.cc",
"geometry/cubic_bezier_unittest.cc",
"geometry/insets_unittest.cc",
@@ -423,7 +422,10 @@ test("gfx_unittests") {
]
if (use_pango) {
- sources += [ "platform_font_pango_unittest.cc" ]
+ sources += [
+ "font_render_params_linux_unittest.cc",
+ "platform_font_pango_unittest.cc",
+ ]
configs += [
"//build/config/linux:pangocairo",
"//build/config/linux:pangoft2",
« no previous file with comments | « no previous file | ui/gfx/font_render_params_linux.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698