Chromium Code Reviews| Index: gyp/tests.gypi |
| diff --git a/gyp/tests.gypi b/gyp/tests.gypi |
| index 24a0c9ae0909b6d1f71077db4dc44d486e9c7c43..a6ad5d2cc6a93bda2fd62cfc66d9022e04ea2870 100644 |
| --- a/gyp/tests.gypi |
| +++ b/gyp/tests.gypi |
| @@ -37,6 +37,10 @@ |
| '-ldl', |
| ], |
| }], |
| + [ 'not skia_pdf', { |
| + 'dependencies!': [ 'pdf.gyp:pdf' ], |
| + 'dependencies': [ 'pdf.gyp:nopdf' ], |
| + }], |
| ], |
| 'sources': [ |
| '../tests/Test.h', |