Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(278)

Unified Diff: BUILD.gn

Issue 2381063002: Move core/fxcodec/codec/include and core/fxcodec/include files up (Closed)
Patch Set: Rebase to master Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | core/fpdfapi/cpdf_modulemgr.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index 4e38d58b6e3cc5d9436e0b9209c21a0c6244e3a9..8574de51a545393643173a1f15c749761ef67f53 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",
« no previous file with comments | « no previous file | core/fpdfapi/cpdf_modulemgr.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698