From 48cd65d67eead592bce6c67084047ad6a7071267 Mon Sep 17 00:00:00 2001 From: Tom Sepez Date: Tue, 28 Aug 2018 22:37:20 +0000 Subject: Rename remaining fx_codec*.cpp to match class and .h file name Then include headers in the proper order per standards, since it will no longer trigger a presubmit warning. Change-Id: I6bb86ac90e8fd9aed30b66dac61726f0dea8222c Reviewed-on: https://pdfium-review.googlesource.com/41535 Commit-Queue: Tom Sepez Reviewed-by: Lei Zhang --- BUILD.gn | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'BUILD.gn') diff --git a/BUILD.gn b/BUILD.gn index 8386f034d4..e3ba58cf02 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -723,23 +723,23 @@ jumbo_static_library("fxcodec") { sources = [ "core/fxcodec/JBig2_DocumentContext.h", "core/fxcodec/codec/ccodec_basicmodule.h", + "core/fxcodec/codec/ccodec_faxmodule.cpp", "core/fxcodec/codec/ccodec_faxmodule.h", + "core/fxcodec/codec/ccodec_flatemodule.cpp", "core/fxcodec/codec/ccodec_flatemodule.h", + "core/fxcodec/codec/ccodec_iccmodule.cpp", "core/fxcodec/codec/ccodec_iccmodule.h", + "core/fxcodec/codec/ccodec_jbig2module.cpp", "core/fxcodec/codec/ccodec_jbig2module.h", "core/fxcodec/codec/ccodec_jpegmodule.cpp", "core/fxcodec/codec/ccodec_jpegmodule.h", + "core/fxcodec/codec/ccodec_jpxmodule.cpp", "core/fxcodec/codec/ccodec_jpxmodule.h", "core/fxcodec/codec/ccodec_scanlinedecoder.cpp", "core/fxcodec/codec/ccodec_scanlinedecoder.h", "core/fxcodec/codec/cjpx_decoder.h", "core/fxcodec/codec/codec_int.h", "core/fxcodec/codec/fx_codec.cpp", - "core/fxcodec/codec/fx_codec_fax.cpp", - "core/fxcodec/codec/fx_codec_flate.cpp", - "core/fxcodec/codec/fx_codec_icc.cpp", - "core/fxcodec/codec/fx_codec_jbig.cpp", - "core/fxcodec/codec/fx_codec_jpx_opj.cpp", "core/fxcodec/fx_codec.h", "core/fxcodec/fx_codec_def.h", "core/fxcodec/jbig2/JBig2_ArithDecoder.cpp", -- cgit v1.2.3