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

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: SkTSort and othr comments from mtklein 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') | 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 e2e12bf3facf02f437ec30f2e3e40dd7a7ea4a3c..f36c523435a8a3aa97cd31c9e2310604edc667e2 100644
--- a/gyp/tools.gyp
+++ b/gyp/tools.gyp
@@ -521,10 +521,12 @@
'../tools/PdfRenderer.h',
],
'include_dirs': [
+ '../src/core',
'../src/pipe/utils/',
'../src/utils/',
],
'dependencies': [
+ 'flags.gyp:flags',
'pdf.gyp:pdf',
'skia_lib.gyp:skia_lib',
'tools.gyp:picture_utils',
« no previous file with comments | « no previous file | tools/render_pdfs_main.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698