Chromium Code Reviews| Index: gyp/tests.gyp |
| diff --git a/gyp/tests.gyp b/gyp/tests.gyp |
| index d0a898c41e4d3faeca3a51b3cc4afad6d94262a2..7acef4e8093b38098dcf16b81e783e02ef9c1608 100644 |
| --- a/gyp/tests.gyp |
| +++ b/gyp/tests.gyp |
| @@ -15,6 +15,17 @@ |
| '../tests/skia_test.cpp', |
| ], |
| 'conditions': [ |
| + [ 'skia_android_framework == 1', { |
| + 'libraries': [ |
| + '-lskia', |
| + '-lcutils', |
| + 'stlport_static.a', |
|
djsollen
2014/04/28 13:52:23
are we sure that is the right way to include stlpo
scroggo
2014/04/28 14:37:24
This matches what the makefile already stated.
|
| + ], |
| + 'libraries!': [ |
| + '-lz', |
| + '-llog', |
| + ], |
| + }], |
| [ 'skia_gpu == 1', { |
| 'include_dirs': [ |
| '../src/gpu', |