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

Unified Diff: gyp/experimental.gyp

Issue 832403002: experimental skp_to_pdf_md5 program. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years, 11 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
Index: gyp/experimental.gyp
diff --git a/gyp/experimental.gyp b/gyp/experimental.gyp
index 87fe920371787092ac91817d8f8233f67d7f9969..8ad3bff860ee76fd499a9f55740882f1f17ee98e 100644
--- a/gyp/experimental.gyp
+++ b/gyp/experimental.gyp
@@ -89,6 +89,22 @@
],
},
{
+ 'target_name': 'skp_to_pdf_md5',
+ 'type': 'executable',
+ 'sources': [
+ '../experimental/tools/skp_to_pdf_md5.cpp',
+ ],
+ 'include_dirs': [
+ '../src/core',
+ '../tools/flags',
+ ],
+ 'dependencies': [
+ 'pdf.gyp:pdf',
+ 'skia_lib.gyp:skia_lib',
+ 'tools.gyp:sk_tool_utils',
+ ],
+ },
+ {
'target_name': 'gmtoskp',
'type': 'executable',
'sources': [
« experimental/tools/skp_to_pdf_md5.cpp ('K') | « experimental/tools/skp_to_pdf_md5.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698