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

Unified Diff: gyp/tests.gypi

Issue 439813002: Test and generalize font configuration parser (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Fix nit and install Android fonts.xml update Created 6 years, 4 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 | resources/android_fonts/pre_v17/fallback_fonts.xml » ('j') | tests/FontConfigParser.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/tests.gypi
diff --git a/gyp/tests.gypi b/gyp/tests.gypi
index cf4ca35dcb1cf99fee8e7a046ab12ec910e34036..77dba694d6d9f999362992ef8688686447428fae 100644
--- a/gyp/tests.gypi
+++ b/gyp/tests.gypi
@@ -26,6 +26,17 @@
'tools.gyp:sk_tool_utils',
],
'conditions': [
+ [ 'skia_os == "android"', {
+ 'dependencies': [
+ 'ports.gyp:ports',
+ ],
+ 'include_dirs': [
+ '../src/ports',
+ ],
+ 'sources': [
+ '../tests/FontConfigParser.cpp',
+ ],
+ }],
[ 'skia_android_framework == 1', {
'libraries': [
'-ldl',
« no previous file with comments | « no previous file | resources/android_fonts/pre_v17/fallback_fonts.xml » ('j') | tests/FontConfigParser.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698