diff options
author | Dan Sinclair <dsinclair@chromium.org> | 2017-08-31 16:08:39 -0400 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2017-08-31 20:29:45 +0000 |
commit | a864419a26164350a27ff03f34fa30d0166bc077 (patch) | |
tree | 174ed423bdd19e7acfdd699d39292cc2255e0bc8 /BUILD.gn | |
parent | 2a1c8ac53f249bfe2789ea95170f11d308992449 (diff) | |
download | pdfium-a864419a26164350a27ff03f34fa30d0166bc077.tar.xz |
Move implementations into fx_system.cpp
This CL moves code defined in fx_system.h to be implemented in
fx_system.cpp.
Change-Id: I0c19066d4497bd208f4560fdcaf57cf04bf9f146
Reviewed-on: https://pdfium-review.googlesource.com/12674
Reviewed-by: Tom Sepez <tsepez@chromium.org>
Commit-Queue: dsinclair <dsinclair@chromium.org>
Diffstat (limited to 'BUILD.gn')
-rw-r--r-- | BUILD.gn | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -830,7 +830,6 @@ static_library("fxcrt") { "core/fxcrt/cfx_widestring.h", "core/fxcrt/cfx_widetextbuf.cpp", "core/fxcrt/cfx_widetextbuf.h", - "core/fxcrt/fx_basic_gcc.cpp", "core/fxcrt/fx_bidi.cpp", "core/fxcrt/fx_bidi.h", "core/fxcrt/fx_codepage.h", @@ -1926,7 +1925,6 @@ test("pdfium_unittests") { "core/fxcrt/cfx_unowned_ptr_unittest.cpp", "core/fxcrt/cfx_weak_ptr_unittest.cpp", "core/fxcrt/cfx_widestring_unittest.cpp", - "core/fxcrt/fx_basic_gcc_unittest.cpp", "core/fxcrt/fx_bidi_unittest.cpp", "core/fxcrt/fx_coordinates_unittest.cpp", "core/fxcrt/fx_extension_unittest.cpp", |