summaryrefslogtreecommitdiff
path: root/pdfium.gyp
diff options
context:
space:
mode:
authorBo Xu <bo_xu@foxitsoftware.com>2014-07-08 15:30:46 -0700
committerBo Xu <bo_xu@foxitsoftware.com>2014-07-08 15:30:46 -0700
commit3522876d5291922ddc62bf1b70d02743b0850673 (patch)
treeb3fd7eda6e8ed8f07674f6a6fba21e82ca83bee7 /pdfium.gyp
parente7ee98e4c6fd56c9e930194e9fc11cc10e8293a1 (diff)
downloadpdfium-3522876d5291922ddc62bf1b70d02743b0850673.tar.xz
Remove custom memory manager
BUG= R=palmer@chromium.org Review URL: https://codereview.chromium.org/372473003
Diffstat (limited to 'pdfium.gyp')
-rw-r--r--pdfium.gyp2
1 files changed, 0 insertions, 2 deletions
diff --git a/pdfium.gyp b/pdfium.gyp
index 34d6959430..a78d104891 100644
--- a/pdfium.gyp
+++ b/pdfium.gyp
@@ -541,7 +541,6 @@
'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_memmgr_mini.cpp',
'core/src/fxcrt/fx_basic_plex.cpp',
'core/src/fxcrt/fx_basic_utf.cpp',
'core/src/fxcrt/fx_basic_util.cpp',
@@ -551,7 +550,6 @@
'core/src/fxcrt/fx_unicode.cpp',
'core/src/fxcrt/fx_xml_composer.cpp',
'core/src/fxcrt/fx_xml_parser.cpp',
- 'core/src/fxcrt/mem_int.h',
'core/src/fxcrt/plex.h',
'core/src/fxcrt/xml_int.h',
],