From 0024a22b4a793630a1a8e8d85c4525c7b82a3ed7 Mon Sep 17 00:00:00 2001 From: weili Date: Sun, 24 Jul 2016 08:26:49 -0700 Subject: Remove CFX_Deletable Change the last use of CFX_Deletable to its actual type and remove the use of CFX_Deletable. Review-Url: https://codereview.chromium.org/2178613002 --- pdfium.gyp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'pdfium.gyp') diff --git a/pdfium.gyp b/pdfium.gyp index 21b63aa1a2..7d09085360 100644 --- a/pdfium.gyp +++ b/pdfium.gyp @@ -480,8 +480,6 @@ 'third_party/third_party.gyp:fx_zlib', ], 'sources': [ - 'core/fxcodec/include/fx_codec.h', - 'core/fxcodec/include/fx_codec_def.h', 'core/fxcodec/codec/ccodec_basicmodule.h', 'core/fxcodec/codec/ccodec_faxmodule.h', 'core/fxcodec/codec/ccodec_flatemodule.h', @@ -498,6 +496,9 @@ 'core/fxcodec/codec/fx_codec_jbig.cpp', 'core/fxcodec/codec/fx_codec_jpeg.cpp', 'core/fxcodec/codec/fx_codec_jpx_opj.cpp', + 'core/fxcodec/include/JBig2_DocumentContext.h', + 'core/fxcodec/include/fx_codec.h', + 'core/fxcodec/include/fx_codec_def.h', 'core/fxcodec/jbig2/JBig2_ArithDecoder.cpp', 'core/fxcodec/jbig2/JBig2_ArithDecoder.h', 'core/fxcodec/jbig2/JBig2_ArithIntDecoder.cpp', -- cgit v1.2.3