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

Unified Diff: gyp/bench.gyp

Issue 1729943003: SkPDF/Bench: add bench for SkPDFCreateBitmapObject (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 4 years, 10 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 | « bench/PDFBench.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/bench.gyp
diff --git a/gyp/bench.gyp b/gyp/bench.gyp
index e9908b5860f9abe7c811f812bbba2f3ddf806adc..2b9cd340324f8445b68a9474a230e858135396fc 100644
--- a/gyp/bench.gyp
+++ b/gyp/bench.gyp
@@ -41,6 +41,11 @@
'tools.gyp:android_utils',
],
}],
+ [ 'skia_pdf',
+ { 'dependencies': [ 'pdf.gyp:pdf' ],
+ 'include_dirs': [ '../src/pdf' ], },
+ { 'dependencies': [ 'pdf.gyp:nopdf' ], }
+ ],
],
},
],
« no previous file with comments | « bench/PDFBench.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698