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

Unified Diff: ui/gfx/gfx.gyp

Issue 394963002: linux: Add tests for FontRenderParams on Linux. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add pangoft2 to BUILD.gn 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
Index: ui/gfx/gfx.gyp
diff --git a/ui/gfx/gfx.gyp b/ui/gfx/gfx.gyp
index 59183fad9fe8a054806a2c956b0dc99b7344017d..3a551388e29ffec7753b311278be5cbc1e471afd 100644
--- a/ui/gfx/gfx.gyp
+++ b/ui/gfx/gfx.gyp
@@ -417,6 +417,8 @@
'target_name': 'gfx_test_support',
'type': 'static_library',
'sources': [
+ 'test/fontconfig_util_linux.cc',
+ 'test/fontconfig_util_linux.h',
'test/gfx_util.cc',
'test/gfx_util.h',
'test/ui_cocoa_test_helper.h',
@@ -441,6 +443,11 @@
['exclude', 'cocoa']
],
}],
+ ['OS=="linux"', {
+ 'dependencies': [
+ '../../build/linux/system.gyp:fontconfig',
+ ],
+ }],
],
},
],

Powered by Google App Engine
This is Rietveld 408576698