summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authorTom Sepez <tsepez@chromium.org>2015-06-19 13:38:19 -0700
committerTom Sepez <tsepez@chromium.org>2015-06-19 13:38:19 -0700
commit012ada613a1462f109eb59790f8e5ee91aacdb7e (patch)
treedddb1175411ec861c2deb0f052ca3836c16fe337 /BUILD.gn
parent959eb05140a8f5af7724a2da4cf5d04e2e50f4a6 (diff)
downloadpdfium-012ada613a1462f109eb59790f8e5ee91aacdb7e.tar.xz
Disintermediation.
Removed several header files that simply proxy other headers. R=thestig@chromium.org Review URL: https://codereview.chromium.org/1199553002.
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn4
1 files changed, 0 insertions, 4 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 84922e575e..6aea07e137 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -353,7 +353,6 @@ static_library("fxcodec") {
"core/src/fxcodec/codec/fx_codec_jbig_enc.cpp",
"core/src/fxcodec/codec/fx_codec_jpeg.cpp",
"core/src/fxcodec/codec/fx_codec_jpx_opj.cpp",
- "core/src/fxcodec/fx_zlib/include/fx_zlib.h",
"core/src/fxcodec/jbig2/JBig2_ArithDecoder.h",
"core/src/fxcodec/jbig2/JBig2_ArithIntDecoder.cpp",
"core/src/fxcodec/jbig2/JBig2_ArithIntDecoder.h",
@@ -382,9 +381,6 @@ static_library("fxcodec") {
"core/src/fxcodec/jbig2/JBig2_Segment.h",
"core/src/fxcodec/jbig2/JBig2_SymbolDict.cpp",
"core/src/fxcodec/jbig2/JBig2_SymbolDict.h",
- "core/src/fxcodec/lcms2/fx_lcms2.h",
- "core/src/fxcodec/lcms2/fx_lcms2_plugin.h",
- "core/src/fxcodec/libjpeg/fx_libjpeg.h",
]
configs -= [ "//build/config/compiler:chromium_code" ]