summaryrefslogtreecommitdiff
path: root/xfa.gyp
diff options
context:
space:
mode:
authorTom Sepez <tsepez@chromium.org>2015-10-12 15:47:07 -0700
committerTom Sepez <tsepez@chromium.org>2015-10-12 15:47:07 -0700
commita8a39e25af3c19bb91434fdf367cffa0e1536934 (patch)
treed6bfa30a756014ec79dfce75d6658ecf3778594a /xfa.gyp
parent5ef9faa8e8f5593556d78f775d86f1e52e4c341a (diff)
downloadpdfium-a8a39e25af3c19bb91434fdf367cffa0e1536934.tar.xz
Allow building of XFA branch without XFA
R=thestig@chromium.org Review URL: https://codereview.chromium.org/1399833002 .
Diffstat (limited to 'xfa.gyp')
-rw-r--r--xfa.gyp5
1 files changed, 5 insertions, 0 deletions
diff --git a/xfa.gyp b/xfa.gyp
index 5051343bea..25dd8ff619 100644
--- a/xfa.gyp
+++ b/xfa.gyp
@@ -1,4 +1,9 @@
{
+ "target_defaults": {
+ "defines": [
+ "PDF_ENABLE_XFA",
+ ],
+ },
"targets":[
{
"target_name":"xfa",