diff options
author | Wei Li <weili@chromium.org> | 2016-03-14 14:50:36 -0700 |
---|---|---|
committer | Wei Li <weili@chromium.org> | 2016-03-14 14:50:36 -0700 |
commit | 19fdd5878b072af261f1fd6682639ef3dabcdb68 (patch) | |
tree | bf7770e69fb0ca5c282f73b59393ca8dca845c86 /samples/samples.gyp | |
parent | 399be5bf559f72d4649a60320a3d802f6b21780b (diff) | |
download | pdfium-19fdd5878b072af261f1fd6682639ef3dabcdb68.tar.xz |
Fix build error due to commit 399be5b
R=tsepez@chromium.org
Review URL: https://codereview.chromium.org/1799913002 .
Diffstat (limited to 'samples/samples.gyp')
-rw-r--r-- | samples/samples.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/samples/samples.gyp b/samples/samples.gyp index b345f1d2c3..6bb48af174 100644 --- a/samples/samples.gyp +++ b/samples/samples.gyp @@ -6,6 +6,7 @@ 'variables': { 'pdf_enable_v8%': 1, 'pdf_enable_xfa%': 0, # Set to 1 in standalone builds by standalone.gypi. + 'pdf_use_skia%': 0, }, 'target_defaults': { 'defines' : [ |