diff options
author | weili <weili@chromium.org> | 2016-07-01 15:59:48 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-07-01 15:59:48 -0700 |
commit | 1d13fb7be58a0909f532e4f4da572e69ecbb2c8e (patch) | |
tree | 073dcc3f0c53fbcfa822697b9e09ec2be7d15643 /xfa.gyp | |
parent | 08e707273ef50c3a2365ff976e96e761800016d3 (diff) | |
download | pdfium-1d13fb7be58a0909f532e4f4da572e69ecbb2c8e.tar.xz |
Enable compiling with clang chrome plugins for GYP build
For standalone build, enable the compilation with
clang_use_chrome_plugins. Also remove the previous
clang_use_pdfium_plugins to be consistent with chrome
build, also avoid errors on chromeos_ozone build.
BUG=pdfium:469
Review-Url: https://codereview.chromium.org/2115813002
Diffstat (limited to 'xfa.gyp')
-rw-r--r-- | xfa.gyp | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -2,6 +2,9 @@ "variables": { "chromium_code": 1, "pdf_enable_v8%": 1, + "variables": { + 'clang_use_chrome_plugins': 1, + }, }, "target_defaults": { "defines": [ |