diff options
author | Lei Zhang <thestig@chromium.org> | 2015-10-07 11:12:06 -0700 |
---|---|---|
committer | Lei Zhang <thestig@chromium.org> | 2015-10-07 11:12:06 -0700 |
commit | a0f2b67bd659e3f1780edfac56d8754bca685d5f (patch) | |
tree | 02309e03c5b3ca11e7eeaa7210f7397ba5c1bb33 /BUILD.gn | |
parent | 80aa8c26887d98f654a9eecf7298663656cfc40f (diff) | |
download | pdfium-a0f2b67bd659e3f1780edfac56d8754bca685d5f.tar.xz |
Stop inlining CJBig2_BitStream.
R=tsepez@chromium.org
Review URL: https://codereview.chromium.org/1393823002 .
Diffstat (limited to 'BUILD.gn')
-rw-r--r-- | BUILD.gn | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -355,6 +355,7 @@ static_library("fxcodec") { "core/src/fxcodec/jbig2/JBig2_ArithDecoder.h", "core/src/fxcodec/jbig2/JBig2_ArithIntDecoder.cpp", "core/src/fxcodec/jbig2/JBig2_ArithIntDecoder.h", + "core/src/fxcodec/jbig2/JBig2_BitStream.cpp", "core/src/fxcodec/jbig2/JBig2_BitStream.h", "core/src/fxcodec/jbig2/JBig2_Context.cpp", "core/src/fxcodec/jbig2/JBig2_Context.h", |