Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2)

Unified Diff: pdfium.gyp

Issue 1783933003: Split CPDF_Stream/CPDF_StreamAcc into separate files (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « core/src/fxcodec/jbig2/JBig2_Context.cpp ('k') | xfa/src/fxfa/app/xfa_ffapp.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pdfium.gyp
diff --git a/pdfium.gyp b/pdfium.gyp
index 982d31ea174b8903d23a5930ad3309c63985ac51..1f5a3941114f2290481b1f1c1c0dff0680a8d3db 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/src/fpdfapi/fpdf_parser/cpdf_standard_security_handler.cpp',
'core/src/fpdfapi/fpdf_parser/cpdf_standard_security_handler.h',
'core/src/fpdfapi/fpdf_parser/cpdf_stream.cpp',
+ 'core/src/fpdfapi/fpdf_parser/cpdf_stream_acc.cpp',
'core/src/fpdfapi/fpdf_parser/cpdf_string.cpp',
'core/src/fpdfapi/fpdf_parser/cpdf_syntax_parser.cpp',
'core/src/fpdfapi/fpdf_parser/cpdf_syntax_parser.h',
« no previous file with comments | « core/src/fxcodec/jbig2/JBig2_Context.cpp ('k') | xfa/src/fxfa/app/xfa_ffapp.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698