diff options
author | thestig <thestig@chromium.org> | 2016-06-24 14:54:44 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-06-24 14:54:44 -0700 |
commit | 17dfaa781ba3a72740cce157bb38e7d6bf86067e (patch) | |
tree | 73511457c0fac91edc9457b55f0a1f6ec77bdcf1 /pdfium.gyp | |
parent | 88b56f4dec7df76884f87fbc7eed44898a8ddd34 (diff) | |
download | pdfium-17dfaa781ba3a72740cce157bb38e7d6bf86067e.tar.xz |
Revert "Turn on clang_use_chrome_plugins for GYP as well."
This reverts commit f7f659c2c98a4d02e3695266d33f449b7be01af9.
PDFium roll in Chromium fails on linux_chromium_chromeos_ozone_rel_ng.
TBR=dsinclair@chromium.org
BUG=pdfium:469
Review-Url: https://codereview.chromium.org/2092273002
Diffstat (limited to 'pdfium.gyp')
-rw-r--r-- | pdfium.gyp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pdfium.gyp b/pdfium.gyp index 164d6571e0..a84c83df13 100644 --- a/pdfium.gyp +++ b/pdfium.gyp @@ -7,7 +7,7 @@ 'chromium_code': 1, 'variables': { - 'clang_use_pdfium_plugins%': 1, + 'clang_use_pdfium_plugins%': 0, }, 'clang_use_pdfium_plugins%': '<(clang_use_pdfium_plugins)', |