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

Unified Diff: pdf/pdf.gyp

Issue 848073003: PDF: Yet another stab at getting WriteInto() buffer sizes correct. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: document Created 5 years, 11 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
Index: pdf/pdf.gyp
diff --git a/pdf/pdf.gyp b/pdf/pdf.gyp
index d9f6cc3b67f14e86771a93ea2568e26fd594c312..5b37bb9d9d696b2fda24388f1ec947517ef2946d 100644
--- a/pdf/pdf.gyp
+++ b/pdf/pdf.gyp
@@ -71,6 +71,8 @@
'conditions': [
['pdf_engine==0', {
'sources': [
+ 'pdfium/pdfium_api_string_buffer_adapter.cc',
+ 'pdfium/pdfium_api_string_buffer_adapter.h',
'pdfium/pdfium_assert_matching_enums.cc',
'pdfium/pdfium_engine.cc',
'pdfium/pdfium_engine.h',

Powered by Google App Engine
This is Rietveld 408576698