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

Unified Diff: pdfium.gyp

Issue 1781593003: Split off IPDF_SecurityHandler and CPDF_StandardSecurityHandler. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Nits 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/fpdfapi/fpdf_parser/fpdf_parser_encrypt.cpp ('k') | no next file » | 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 c1e05412eb2c59aa1127bbaf25d95af10232ceb2..1193066b52df6ba6472302cdd45888e4bd9b836d 100644
--- a/pdfium.gyp
+++ b/pdfium.gyp
@@ -262,6 +262,7 @@
'core/include/fpdfapi/fpdf_render.h',
'core/include/fpdfapi/fpdf_resource.h',
'core/include/fpdfapi/fpdf_serial.h',
+ 'core/include/fpdfapi/ipdf_security_handler.h',
'core/src/fpdfapi/fpdf_basic_module.cpp',
'core/src/fpdfapi/fpdf_cmaps/cmap_int.h',
'core/src/fpdfapi/fpdf_cmaps/CNS1/Adobe-CNS1-UCS2_5.cpp',
@@ -351,6 +352,8 @@
'core/src/fpdfapi/fpdf_parser/cpdf_document.cpp',
'core/src/fpdfapi/fpdf_parser/cpdf_parser.cpp',
'core/src/fpdfapi/fpdf_parser/cpdf_simple_parser.cpp',
+ '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_syntax_parser.cpp',
'core/src/fpdfapi/fpdf_parser/cpdf_syntax_parser.h',
'core/src/fpdfapi/fpdf_parser/fpdf_parser_decode.cpp',
« no previous file with comments | « core/src/fpdfapi/fpdf_parser/fpdf_parser_encrypt.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698