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

Unified Diff: pdf/BUILD.gn

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
« no previous file with comments | « no previous file | pdf/pdf.gyp » ('j') | pdf/pdfium/pdfium_api_string_buffer_adapter.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pdf/BUILD.gn
diff --git a/pdf/BUILD.gn b/pdf/BUILD.gn
index f733455c60d9ab21b106cfa7e25b026dd21db12b..58104687cee906bac9438c1873bfa41bf08f5d39 100644
--- a/pdf/BUILD.gn
+++ b/pdf/BUILD.gn
@@ -51,6 +51,8 @@ shared_library("pdf") {
if (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",
« no previous file with comments | « no previous file | pdf/pdf.gyp » ('j') | pdf/pdfium/pdfium_api_string_buffer_adapter.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698