Chromium Code Reviews| Index: samples/samples.gyp |
| diff --git a/samples/samples.gyp b/samples/samples.gyp |
| index 6f262d5a0455daae7e9375cd33c1286025b5cdba..b345f1d2c3e12e05037c0c7013fef6165c3c4ad9 100644 |
| --- a/samples/samples.gyp |
| +++ b/samples/samples.gyp |
| @@ -66,6 +66,12 @@ |
| '<(DEPTH)/v8/tools/gyp/v8.gyp:v8_libplatform', |
| ], |
| }], |
| + ['pdf_use_skia==1', { |
| + 'defines': ['PDF_ENABLE_SKIA'], |
| + 'dependencies': [ |
| + '<(DEPTH)/skia/skia.gyp:skia', |
| + ], |
| + }], |
| ], |
| }, |
| { |