Index: build/common.gypi |
diff --git a/build/common.gypi b/build/common.gypi |
index 8e0c0c0b0b5bbb72dd92ab8368236ef43387319b..88b412195fbf741eeab39217c4bee72bf9cbac44 100644 |
--- a/build/common.gypi |
+++ b/build/common.gypi |
@@ -887,10 +887,10 @@ |
'enable_pdf%': 1, |
'pdf_enable_v8%': 1, |
}], |
- ['chromeos==1 or OS=="android" or OS=="ios" or (embedded==1 and chromecast==0)', { |
+ ['OS=="android" or OS=="ios" or (embedded==1 and chromecast==0)', { |
'pdf_enable_xfa%': 0, |
}, { |
- 'pdf_enable_xfa%': 0, # Reverted pending crbug.com/596373 |
+ 'pdf_enable_xfa%': 1, |
}], |
['chromeos==1 or OS=="android" or OS=="ios" or desktop_linux==1', { |