summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authorTom Sepez <tsepez@chromium.org>2018-08-28 22:37:20 +0000
committerChromium commit bot <commit-bot@chromium.org>2018-08-28 22:37:20 +0000
commit48cd65d67eead592bce6c67084047ad6a7071267 (patch)
treece99b96dc49923836b1954b7fc08a68f9f7fc592 /BUILD.gn
parent126927eaec336153e3be43086deee672829395f1 (diff)
downloadpdfium-48cd65d67eead592bce6c67084047ad6a7071267.tar.xz
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 <tsepez@chromium.org> Reviewed-by: Lei Zhang <thestig@chromium.org>
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn10
1 files changed, 5 insertions, 5 deletions
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",