diff options
author | thestig <thestig@chromium.org> | 2016-05-20 11:50:06 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-05-20 11:50:06 -0700 |
commit | 1b99b2dcde9d8bf1a5944a7e0dac81ca33459af5 (patch) | |
tree | 50ce9fbd5fadac593fc0af976de6841e55e22fdf /BUILD.gn | |
parent | 3cbb6fbcc7077d94161ec95b7bc1421671317c65 (diff) | |
download | pdfium-1b99b2dcde9d8bf1a5944a7e0dac81ca33459af5.tar.xz |
Merge GetBits32() impls into one. Put it in fxcrt.
Review-Url: https://codereview.chromium.org/1990153003
Diffstat (limited to 'BUILD.gn')
-rw-r--r-- | BUILD.gn | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1622,6 +1622,7 @@ test("pdfium_unittests") { "core/fxcrt/fx_basic_bstring_unittest.cpp", "core/fxcrt/fx_basic_gcc_unittest.cpp", "core/fxcrt/fx_basic_memmgr_unittest.cpp", + "core/fxcrt/fx_basic_util_unittest.cpp", "core/fxcrt/fx_basic_wstring_unittest.cpp", "core/fxcrt/fx_bidi_unittest.cpp", "core/fxcrt/fx_extension_unittest.cpp", |