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 /pdfium.gyp | |
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 'pdfium.gyp')
-rw-r--r-- | pdfium.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pdfium.gyp b/pdfium.gyp index b12d17fdf2..a728cea89e 100644 --- a/pdfium.gyp +++ b/pdfium.gyp @@ -346,6 +346,7 @@ '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', |