diff options
author | Tom Sepez <tsepez@chromium.org> | 2015-12-09 14:55:41 -0800 |
---|---|---|
committer | Tom Sepez <tsepez@chromium.org> | 2015-12-09 14:55:41 -0800 |
commit | 465ed873abc829e9dda39f30c8679d2d18721f62 (patch) | |
tree | 1d6887fa4c350810a06a06b4b0df2513f42e20cf /BUILD.gn | |
parent | 35e68a5275f2d1e6819c773f0f367e225a0d5961 (diff) | |
download | pdfium-465ed873abc829e9dda39f30c8679d2d18721f62.tar.xz |
XFA: Fix win8 gn build under chromium checkout (non-xfa)
The no nominmax config was lost when moving from master.
Fix a few other small differences along the way, and fully
conditionalize the build of tiff.
R=thestig@chromium.org
Review URL: https://codereview.chromium.org/1514633002 .
Diffstat (limited to 'BUILD.gn')
-rw-r--r-- | BUILD.gn | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -609,10 +609,7 @@ static_library("fxge") { "core/src/fxge/win32/fx_win32_print.cpp", "core/src/fxge/win32/win32_int.h", ] - configs -= [ - "//build/config/win:lean_and_mean", - "//build/config/win:nominmax", - ] + configs -= [ "//build/config/win:lean_and_mean" ] } } |