diff options
author | Tom Sepez <tsepez@chromium.org> | 2015-07-14 16:33:32 -0700 |
---|---|---|
committer | Tom Sepez <tsepez@chromium.org> | 2015-07-14 16:33:32 -0700 |
commit | dacc22cdfea727a04bce086d9bfec9a4d1a29bd4 (patch) | |
tree | 83cc28d65f16333a5baa3ccf047a31e96ed7bb97 /BUILD.gn | |
parent | 0c96176e6fb4ef37194e7bbff1b04e482e19df89 (diff) | |
download | pdfium-dacc22cdfea727a04bce086d9bfec9a4d1a29bd4.tar.xz |
Move FPDFAPI_FlateInit() prototype and friends to .h file
R=thestig@chromium.org
Review URL: https://codereview.chromium.org/1240713004 .
Diffstat (limited to 'BUILD.gn')
-rw-r--r-- | BUILD.gn | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -343,6 +343,7 @@ static_library("fxcodec") { sources = [ "core/include/fxcodec/fx_codec.h", "core/include/fxcodec/fx_codec_def.h", + "core/include/fxcodec/fx_codec_flate.h", "core/include/fxcodec/fx_codec_provider.h", "core/src/fxcodec/codec/codec_int.h", "core/src/fxcodec/codec/fx_codec.cpp", |