diff options
author | Tom Sepez <tsepez@chromium.org> | 2016-03-15 09:33:58 -0700 |
---|---|---|
committer | Tom Sepez <tsepez@chromium.org> | 2016-03-15 09:33:58 -0700 |
commit | 92bbb6fce88d1cb4d931da66adf690850ce62fd1 (patch) | |
tree | 5fa459547fd43200d341ef1849fad268e34743b5 /pdfium.gyp | |
parent | 2df269c52741c12d63300cee806e96ae5d0b038f (diff) | |
download | pdfium-92bbb6fce88d1cb4d931da66adf690850ce62fd1.tar.xz |
Split CPDF_Stream/CPDF_StreamAcc into separate files
R=dsinclair@chromium.org
Review URL: https://codereview.chromium.org/1783933003 .
Diffstat (limited to 'pdfium.gyp')
-rw-r--r-- | pdfium.gyp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pdfium.gyp b/pdfium.gyp index acd17f36ac..ab2d4cadda 100644 --- a/pdfium.gyp +++ b/pdfium.gyp @@ -265,6 +265,7 @@ 'core/include/fpdfapi/cpdf_reference.h', 'core/include/fpdfapi/cpdf_simple_parser.h', 'core/include/fpdfapi/cpdf_stream.h', + 'core/include/fpdfapi/cpdf_stream_acc.h', 'core/include/fpdfapi/cpdf_string.h', 'core/include/fpdfapi/fpdf_module.h', 'core/include/fpdfapi/fpdf_page.h', @@ -384,6 +385,7 @@ 'core/fpdfapi/fpdf_parser/cpdf_standard_security_handler.cpp', 'core/fpdfapi/fpdf_parser/cpdf_standard_security_handler.h', 'core/fpdfapi/fpdf_parser/cpdf_stream.cpp', + 'core/fpdfapi/fpdf_parser/cpdf_stream_acc.cpp', 'core/fpdfapi/fpdf_parser/cpdf_string.cpp', 'core/fpdfapi/fpdf_parser/cpdf_syntax_parser.cpp', 'core/fpdfapi/fpdf_parser/cpdf_syntax_parser.h', |