summaryrefslogtreecommitdiff
path: root/pdfium.gyp
diff options
context:
space:
mode:
authorLei Zhang <thestig@chromium.org>2015-08-18 13:17:51 -0700
committerLei Zhang <thestig@chromium.org>2015-08-18 13:17:51 -0700
commitf81f724838983add18125f41292e98ef94e1bb39 (patch)
tree81b54edf1aae0cab9a029ff94de300a83a65c8f9 /pdfium.gyp
parent3519320afaaaf373c17f9ec7d74117af3c7ab0ec (diff)
downloadpdfium-f81f724838983add18125f41292e98ef94e1bb39.tar.xz
Merge to M45: 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. R=tsepez@chromium.org TBR=tsepez@chromium.org BUG=517854 Review URL: https://codereview.chromium.org/1274423003 . (cherry picked from commit 9778206732296e949ef22a79362c6bce34a56052) Review URL: https://codereview.chromium.org/1291873004 .
Diffstat (limited to 'pdfium.gyp')
-rw-r--r--pdfium.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/pdfium.gyp b/pdfium.gyp
index 2ced8e4d9e..7255079598 100644
--- a/pdfium.gyp
+++ b/pdfium.gyp
@@ -718,6 +718,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',
],