summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorthestig <thestig@chromium.org>2016-06-23 10:54:05 -0700
committerCommit bot <commit-bot@chromium.org>2016-06-23 10:54:05 -0700
commitf7f659c2c98a4d02e3695266d33f449b7be01af9 (patch)
tree216b55ba6cbf4a519bdf3b8bf4f755cce5ef4619
parent41cb62ec84f8e8ca4ce8075fd4d825f8e22292a2 (diff)
downloadpdfium-f7f659c2c98a4d02e3695266d33f449b7be01af9.tar.xz
Turn on clang_use_chrome_plugins for GYP as well.
BUG=pdfium:469 Review-Url: https://codereview.chromium.org/2089823004
-rw-r--r--pdfium.gyp2
1 files changed, 1 insertions, 1 deletions
diff --git a/pdfium.gyp b/pdfium.gyp
index a84c83df13..164d6571e0 100644
--- a/pdfium.gyp
+++ b/pdfium.gyp
@@ -7,7 +7,7 @@
'chromium_code': 1,
'variables': {
- 'clang_use_pdfium_plugins%': 0,
+ 'clang_use_pdfium_plugins%': 1,
},
'clang_use_pdfium_plugins%': '<(clang_use_pdfium_plugins)',