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

Unified Diff: ui/gfx/gfx_tests.gyp

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 | « ui/gfx/font_render_params_linux_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/gfx_tests.gyp
diff --git a/ui/gfx/gfx_tests.gyp b/ui/gfx/gfx_tests.gyp
index 59e14d384766d33d9b3d1b1c113f4b082b65fe8c..aa869567bdde723c0e792d99b874716e9a99142e 100644
--- a/ui/gfx/gfx_tests.gyp
+++ b/ui/gfx/gfx_tests.gyp
@@ -43,7 +43,6 @@
'display_change_notifier_unittest.cc',
'display_unittest.cc',
'font_list_unittest.cc',
- 'font_render_params_linux_unittest.cc',
'geometry/box_unittest.cc',
'geometry/cubic_bezier_unittest.cc',
'geometry/insets_unittest.cc',
@@ -104,6 +103,7 @@
'../../build/linux/system.gyp:pangocairo',
],
'sources': [
+ 'font_render_params_linux_unittest.cc',
'platform_font_pango_unittest.cc',
],
'conditions': [
« no previous file with comments | « ui/gfx/font_render_params_linux_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698