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

Unified Diff: gyp/tools.gyp

Issue 418173012: Revert of Memory improvements to render_pdfs; better DM pool size defaults (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 5 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 359fb19b1022cde41da8c1e95d36133b04e27669..052130e06dd10eaf841c34be3e91ab175017463b 100644
--- a/gyp/tools.gyp
+++ b/gyp/tools.gyp
@@ -513,17 +513,12 @@
'type': 'executable',
'sources': [
'../tools/render_pdfs_main.cpp',
- '../tools/flags/SkCommandLineFlags.cpp',
- '../tools/LazyDecodeBitmap.cpp',
'../tools/PdfRenderer.cpp',
'../tools/PdfRenderer.h',
],
'include_dirs': [
- '../src/core',
- '../src/lazy',
'../src/pipe/utils/',
'../src/utils/',
- '../tools/flags',
],
'dependencies': [
'pdf.gyp:pdf',
« 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