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

Unified Diff: gyp/tools.gyp

Issue 441423002: render_pdfs - don't render all skps (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: change command line flags, --match flag. 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 | « no previous file | tools/render_pdfs_main.cpp » ('j') | tools/render_pdfs_main.cpp » ('J')
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 e2e12bf3facf02f437ec30f2e3e40dd7a7ea4a3c..ae325405b2577824554e42886c10e1325a236578 100644
--- a/gyp/tools.gyp
+++ b/gyp/tools.gyp
@@ -519,10 +519,13 @@
'../tools/render_pdfs_main.cpp',
'../tools/PdfRenderer.cpp',
'../tools/PdfRenderer.h',
+ '../tools/flags/SkCommandLineFlags.h',
+ '../tools/flags/SkCommandLineFlags.cpp',
mtklein 2014/08/06 18:48:36 depend on flags.gyp:flags instead?
hal.canary 2014/08/06 20:11:23 Done.
],
'include_dirs': [
'../src/pipe/utils/',
'../src/utils/',
+ '../tools/flags',
],
'dependencies': [
'pdf.gyp:pdf',
« no previous file with comments | « no previous file | tools/render_pdfs_main.cpp » ('j') | tools/render_pdfs_main.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698