diff options
Diffstat (limited to 'samples/samples.gyp')
-rw-r--r-- | samples/samples.gyp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/samples/samples.gyp b/samples/samples.gyp index 6f262d5a04..b345f1d2c3 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', + ], + }], ], }, { |