aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp
diff options
context:
space:
mode:
authorGravatar halcanary <halcanary@google.com>2014-08-11 13:08:27 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2014-08-11 13:08:27 -0700
commit8b2cb3391d75f0e7b522ab3180da833370f413bd (patch)
tree2ca8b26cbfd748a5c62353adaf2ca3e941bf1fbc /gyp
parent8572fc01ac4f6bdcf173b05417776abc55f729c1 (diff)
clean up render_pdfs:
Remove unused headers replace dynamic memory wstream with null wstream. Use SkAutoTDelete when appropriate. Replace PdfRenderer class with short function: pdf_to_stream. Collapse render_pdf, process_input, tool_main_core functions Split out process_input_files function. Don't crash when no arguments given. print out max rss on each skp. prettier output R=mtklein@google.com Author: halcanary@google.com Review URL: https://codereview.chromium.org/463603002
Diffstat (limited to 'gyp')
-rw-r--r--gyp/tools.gyp2
1 files changed, 0 insertions, 2 deletions
diff --git a/gyp/tools.gyp b/gyp/tools.gyp
index f4d927cd89..46d668bf4e 100644
--- a/gyp/tools.gyp
+++ b/gyp/tools.gyp
@@ -517,8 +517,6 @@
'type': 'executable',
'sources': [
'../tools/render_pdfs_main.cpp',
- '../tools/PdfRenderer.cpp',
- '../tools/PdfRenderer.h',
],
'include_dirs': [
'../src/core',