Chromium Code Reviews| 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', |