diff options
author | John Abd-El-Malek <jam@chromium.org> | 2014-11-06 10:42:39 -0800 |
---|---|---|
committer | John Abd-El-Malek <jam@chromium.org> | 2014-11-06 10:42:39 -0800 |
commit | 173f919d0ec99a1a973c9d3a82b474f761d5bce1 (patch) | |
tree | 4a0a9099f0a3f9cb0d7badd7b6273fc9d2ddff22 /BUILD.gn | |
parent | e9b38fa38de2c95d8260be31c57d9272c4d127ed (diff) | |
download | pdfium-173f919d0ec99a1a973c9d3a82b474f761d5bce1.tar.xz |
Fix PDFium build with Windows GN.
R=scottmg@chromium.org
Review URL: https://codereview.chromium.org/695183005
Diffstat (limited to 'BUILD.gn')
-rw-r--r-- | BUILD.gn | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,6 +11,7 @@ config("pdfium_config") { "_FXFT_VERSION_=2501", "_FPDFSDK_LIB", "_NO_GDIPLUS_", # workaround text rendering issues on Windows + "OPJ_STATIC", ] if (pdf_use_skia) { @@ -657,7 +658,6 @@ static_library("fxge") { ] configs -= [ "//build/config/win:lean_and_mean", - "//build/config/win:nominmax", ] } } |