summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authordsinclair <dsinclair@chromium.org>2016-09-29 13:43:30 -0700
committerCommit bot <commit-bot@chromium.org>2016-09-29 13:43:30 -0700
commit8a4e286e686c3027f382afb07d3ddcec4610fdd9 (patch)
treec693cffa5f7969110c4b6b969120e794fe6bbfd7 /BUILD.gn
parente0307861b8e55c9f44e947d8bf82b9c16ec9b963 (diff)
downloadpdfium-8a4e286e686c3027f382afb07d3ddcec4610fdd9.tar.xz
Move core/fxcodec/codec/include and core/fxcodec/include files up
BUG=pdfium:611 Review-Url: https://codereview.chromium.org/2381063002
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn8
1 files changed, 4 insertions, 4 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 4e38d58b6e..8574de51a5 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -569,6 +569,7 @@ static_library("fpdftext") {
static_library("fxcodec") {
sources = [
+ "core/fxcodec/JBig2_DocumentContext.h",
"core/fxcodec/codec/ccodec_basicmodule.h",
"core/fxcodec/codec/ccodec_faxmodule.h",
"core/fxcodec/codec/ccodec_flatemodule.h",
@@ -585,9 +586,8 @@ static_library("fxcodec") {
"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/fx_codec.h",
+ "core/fxcodec/fx_codec_def.h",
"core/fxcodec/jbig2/JBig2_ArithDecoder.cpp",
"core/fxcodec/jbig2/JBig2_ArithDecoder.h",
"core/fxcodec/jbig2/JBig2_ArithIntDecoder.cpp",
@@ -645,13 +645,13 @@ static_library("fxcodec") {
"core/fxcodec/codec/ccodec_bmpmodule.h",
"core/fxcodec/codec/ccodec_gifmodule.h",
"core/fxcodec/codec/ccodec_pngmodule.h",
+ "core/fxcodec/codec/ccodec_progressivedecoder.h",
"core/fxcodec/codec/ccodec_tiffmodule.h",
"core/fxcodec/codec/fx_codec_bmp.cpp",
"core/fxcodec/codec/fx_codec_gif.cpp",
"core/fxcodec/codec/fx_codec_png.cpp",
"core/fxcodec/codec/fx_codec_progress.cpp",
"core/fxcodec/codec/fx_codec_tiff.cpp",
- "core/fxcodec/codec/include/ccodec_progressivedecoder.h",
"core/fxcodec/lbmp/fx_bmp.cpp",
"core/fxcodec/lbmp/fx_bmp.h",
"core/fxcodec/lgif/fx_gif.cpp",