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

Unified Diff: ui/gfx/BUILD.gn

Issue 394963002: linux: Add tests for FontRenderParams on Linux. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: minor updates 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/DEPS » ('j') | ui/gfx/font_render_params_linux_unittest.cc » ('J')
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 78c021199c7f3ceba5349915f39326846e513243..63a26f16963886580435b9013f5415d3be865a9b 100644
--- a/ui/gfx/BUILD.gn
+++ b/ui/gfx/BUILD.gn
@@ -384,6 +384,7 @@ 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",
@@ -405,10 +406,17 @@ test("gfx_unittests") {
":gfx_test_support",
"//base",
"//base/test:test_support",
+ "//net",
"//testing/gtest",
"//ui/base",
"//ui/gfx/geometry",
]
+
+ if (use_pango) {
+ sources += [
+ "platform_font_pango_unittest.cc",
Daniel Erat 2014/07/15 22:12:21 this looks like it got dropped in the gn configs.
msw 2014/07/16 00:53:31 Acknowledged.
+ ]
+ }
}
if (is_android) {
« no previous file with comments | « no previous file | ui/gfx/DEPS » ('j') | ui/gfx/font_render_params_linux_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698