diff options
author | Tom Sepez <tsepez@chromium.org> | 2015-08-07 15:28:21 -0700 |
---|---|---|
committer | Tom Sepez <tsepez@chromium.org> | 2015-08-07 15:28:21 -0700 |
commit | 9778206732296e949ef22a79362c6bce34a56052 (patch) | |
tree | a98c24d7aeac190ed1d579150443a8a37f3547ab /pdfium.gyp | |
parent | e65030e7639fd0e21789ed18855b36720cdba09d (diff) | |
download | pdfium-9778206732296e949ef22a79362c6bce34a56052.tar.xz |
Fix FXSYS_itoa() implementation.
I thought about removing it, but decided to fix it instead until c++11
hits and there may be better alternatives.
Remove unused variants.
BUG=517854
R=brucedawson@chromium.org, thestig@chromium.org
Review URL: https://codereview.chromium.org/1274423003 .
Diffstat (limited to 'pdfium.gyp')
-rw-r--r-- | pdfium.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pdfium.gyp b/pdfium.gyp index 16d55d30d8..31f57da1b6 100644 --- a/pdfium.gyp +++ b/pdfium.gyp @@ -719,6 +719,7 @@ 'core/src/fxcrt/fx_basic_bstring_unittest.cpp', 'core/src/fxcrt/fx_basic_memmgr_unittest.cpp', 'core/src/fxcrt/fx_basic_wstring_unittest.cpp', + 'core/src/fxcrt/fx_system_unittest.cpp', 'testing/fx_string_testhelpers.h', 'testing/fx_string_testhelpers.cpp', ], |