diff options
author | tsepez <tsepez@chromium.org> | 2017-01-06 10:29:49 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2017-01-06 10:29:49 -0800 |
commit | 591ed144f8dfe4b2915f01f1cc725f584d498a3f (patch) | |
tree | f08cf7fe476888216f696bec84023ad34b8a7cfe /BUILD.gn | |
parent | 6fd07ef0a817dca5acbcadea41b8f880376f339a (diff) | |
download | pdfium-591ed144f8dfe4b2915f01f1cc725f584d498a3f.tar.xz |
Remove CFX_MapPtrToPtr and templates.chromium/2976chromium/2975
All usage is now replaced with stl equivalents.
Move one definition from fx_basic.h to where it's actually needed.
Review-Url: https://codereview.chromium.org/2612773007
Diffstat (limited to 'BUILD.gn')
-rw-r--r-- | BUILD.gn | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -730,7 +730,6 @@ static_library("fxcrt") { "core/fxcrt/fx_basic_coords.cpp", "core/fxcrt/fx_basic_gcc.cpp", "core/fxcrt/fx_basic_memmgr.cpp", - "core/fxcrt/fx_basic_plex.cpp", "core/fxcrt/fx_basic_utf.cpp", "core/fxcrt/fx_basic_util.cpp", "core/fxcrt/fx_basic_wstring.cpp", @@ -755,7 +754,6 @@ static_library("fxcrt") { "core/fxcrt/fxcrt_stream.cpp", "core/fxcrt/fxcrt_windows.cpp", "core/fxcrt/fxcrt_windows.h", - "core/fxcrt/plex.h", "core/fxcrt/xml_int.h", ] configs += [ ":pdfium_core_config" ] @@ -772,7 +770,6 @@ static_library("fxcrt") { "core/fxcrt/fx_arabic.cpp", "core/fxcrt/fx_arabic.h", "core/fxcrt/fx_arb.h", - "core/fxcrt/fx_basic_maps.cpp", ] } } |