diff options
author | Tom Sepez <tsepez@chromium.org> | 2016-01-20 14:06:23 -0800 |
---|---|---|
committer | Tom Sepez <tsepez@chromium.org> | 2016-01-20 14:06:23 -0800 |
commit | a505d9d3e13485e090e50d5d83f882fb707d3f48 (patch) | |
tree | 72c7544f2c52bc22ca92af611cbd7d68f662622b /pdfium.gyp | |
parent | 2a312f90dbf5da8b930dee814db786965792961a (diff) | |
download | pdfium-a505d9d3e13485e090e50d5d83f882fb707d3f48.tar.xz |
Replace more CFX_MapPtrToPtr and remove it.
Still used by XFA, so the merge will make this XFA only.
R=ochang@chromium.org
Review URL: https://codereview.chromium.org/1580573002 .
Diffstat (limited to 'pdfium.gyp')
-rw-r--r-- | pdfium.gyp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pdfium.gyp b/pdfium.gyp index 38244ce233..e6721e7aaa 100644 --- a/pdfium.gyp +++ b/pdfium.gyp @@ -429,7 +429,6 @@ 'core/src/fxcrt/fx_basic_coords.cpp', 'core/src/fxcrt/fx_basic_gcc.cpp', 'core/src/fxcrt/fx_basic_list.cpp', - 'core/src/fxcrt/fx_basic_maps.cpp', 'core/src/fxcrt/fx_basic_memmgr.cpp', 'core/src/fxcrt/fx_basic_plex.cpp', 'core/src/fxcrt/fx_basic_utf.cpp', |