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

Unified Diff: BUILD.gn

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 | « no previous file | core/include/fpdfapi/cpdf_object.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index 4c5fbac368b6c08fecc90f2f7c9f0097c386bd2e..fb19213b4f7ae17379479ef1ab7f0b66513cb16e 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -251,6 +251,7 @@ static_library("fpdfapi") {
"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",
@@ -368,6 +369,7 @@ static_library("fpdfapi") {
"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 | « no previous file | core/include/fpdfapi/cpdf_object.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698