diff options
author | Tom Sepez <tsepez@chromium.org> | 2015-07-14 16:43:54 -0700 |
---|---|---|
committer | Tom Sepez <tsepez@chromium.org> | 2015-07-14 16:43:54 -0700 |
commit | b2552025f977873cc96bdfd7144329623159ad33 (patch) | |
tree | 34a5d912e4886e2141f2aecd23b6ec972ecaf85e /BUILD.gn | |
parent | a4755c6c899c6d29b01b1a0a58dac20b65d361dc (diff) | |
download | pdfium-b2552025f977873cc96bdfd7144329623159ad33.tar.xz |
Merge to XFA: Move FPDFAPI_FlateInit() prototype and friends to .h file
(cherry picked from commit dacc22cdfea727a04bce086d9bfec9a4d1a29bd4)
Orignal Review URL: https://codereview.chromium.org/1240713004 .
TBR=thestig@chromium.org
Review URL: https://codereview.chromium.org/1230373003 .
Diffstat (limited to 'BUILD.gn')
-rw-r--r-- | BUILD.gn | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -323,6 +323,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", |