summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authorTom Sepez <tsepez@chromium.org>2017-04-24 15:55:11 -0700
committerChromium commit bot <commit-bot@chromium.org>2017-04-24 23:23:34 +0000
commit9ff306d958e178843b292044ce208cda86adc825 (patch)
treec3043b4242fe89ce299ca4a653fd23ebbf965518 /BUILD.gn
parent64ee2c3fe2a21d0471595ae486d7e55e2eadfb57 (diff)
downloadpdfium-9ff306d958e178843b292044ce208cda86adc825.tar.xz
Add FXSYS_wcsftime() to avoid termination on win.
Bug: 712725 Change-Id: I3384385176410964a87b12c2587f68247ea80cc9 Reviewed-on: https://pdfium-review.googlesource.com/4454 Reviewed-by: Lei Zhang <thestig@chromium.org> Commit-Queue: Tom Sepez <tsepez@chromium.org>
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn1
1 files changed, 1 insertions, 0 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 23e1cf2dbe..3e5eafbe1a 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -782,6 +782,7 @@ static_library("fxcrt") {
"core/fxcrt/fx_stream.cpp",
"core/fxcrt/fx_stream.h",
"core/fxcrt/fx_string.h",
+ "core/fxcrt/fx_system.cpp",
"core/fxcrt/fx_system.h",
"core/fxcrt/fx_ucd.h",
"core/fxcrt/fx_ucddata.cpp",