summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authorLei Zhang <thestig@chromium.org>2015-10-07 11:12:06 -0700
committerLei Zhang <thestig@chromium.org>2015-10-07 11:12:06 -0700
commita0f2b67bd659e3f1780edfac56d8754bca685d5f (patch)
tree02309e03c5b3ca11e7eeaa7210f7397ba5c1bb33 /BUILD.gn
parent80aa8c26887d98f654a9eecf7298663656cfc40f (diff)
downloadpdfium-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.gn1
1 files changed, 1 insertions, 0 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 8b9ed85a92..f048f9db3c 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -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",