Index: gyp/tests.gypi |
diff --git a/gyp/tests.gypi b/gyp/tests.gypi |
index ad6a56ca6c5a022b7c9f9873fedc6eedfc17d736..1fd87addf9d2d9ea0a828ea6694dfca0c5c35bf6 100644 |
--- a/gyp/tests.gypi |
+++ b/gyp/tests.gypi |
@@ -27,6 +27,7 @@ |
'tools.gyp:picture_utils', |
'tools.gyp:resources', |
'tools.gyp:sk_tool_utils', |
+ 'zlib.gyp:zlib', |
], |
'conditions': [ |
[ 'skia_os not in ["linux", "freebsd", "openbsd", "solaris", "chromeos", "android"]', { |
@@ -38,7 +39,7 @@ |
], |
}], |
[ 'not skia_pdf', { |
- 'dependencies!': [ 'pdf.gyp:pdf' ], |
+ 'dependencies!': [ 'pdf.gyp:pdf', 'zlib.gyp:zlib' ], |
'dependencies': [ 'pdf.gyp:nopdf' ], |
'sources!': [ '<!@(python find.py ../tests "PDF*.c*")', ], |
}], |