diff options
author | Tom Sepez <tsepez@chromium.org> | 2015-06-19 13:38:19 -0700 |
---|---|---|
committer | Tom Sepez <tsepez@chromium.org> | 2015-06-19 13:38:19 -0700 |
commit | 012ada613a1462f109eb59790f8e5ee91aacdb7e (patch) | |
tree | dddb1175411ec861c2deb0f052ca3836c16fe337 /BUILD.gn | |
parent | 959eb05140a8f5af7724a2da4cf5d04e2e50f4a6 (diff) | |
download | pdfium-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.gn | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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" ] |