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

Unified Diff: gyp/bench.gyp

Issue 1730833003: SkPDF/Bench: add bench for SkPDFSharedStream (deflate) (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 2b9cd340324f8445b68a9474a230e858135396fc..a7964b86d8e4d8a7bed3bd8ed580be9fa9afe7c3 100644
--- a/gyp/bench.gyp
+++ b/gyp/bench.gyp
@@ -22,12 +22,14 @@
'dependencies': [
'flags.gyp:flags_common',
'jsoncpp.gyp:jsoncpp',
+ 'pdf.gyp:pdf',
'skia_lib.gyp:skia_lib',
'tools.gyp:crash_handler',
'tools.gyp:proc_stats',
- 'tools.gyp:timer',
'tools.gyp:thermal_manager',
+ 'tools.gyp:timer',
],
+ 'include_dirs': [ '../src/pdf' ],
mtklein 2016/02/24 19:59:43 Think this goes with the rest in the .gypi?
'conditions': [
['skia_android_framework', {
'libraries': [
@@ -41,11 +43,6 @@
'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