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

Unified Diff: gyp/tools.gyp

Issue 433063002: Memory improvements to render_pdfs; better DM pool size defaults (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: default DM_POOL_SIZE smalle ron android Created 6 years, 4 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 | « gyp/common_conditions.gypi ('k') | src/lazy/SkDiscardableMemoryPool.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/tools.gyp
diff --git a/gyp/tools.gyp b/gyp/tools.gyp
index f36c523435a8a3aa97cd31c9e2310604edc667e2..afc0333791b5da15e9dbe8f4c922f11ac1cf2189 100644
--- a/gyp/tools.gyp
+++ b/gyp/tools.gyp
@@ -517,11 +517,13 @@
'type': 'executable',
'sources': [
'../tools/render_pdfs_main.cpp',
+ '../tools/LazyDecodeBitmap.cpp',
'../tools/PdfRenderer.cpp',
'../tools/PdfRenderer.h',
],
'include_dirs': [
'../src/core',
+ '../src/lazy',
'../src/pipe/utils/',
'../src/utils/',
],
« no previous file with comments | « gyp/common_conditions.gypi ('k') | src/lazy/SkDiscardableMemoryPool.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698