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

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: 2016-02-24 (Wednesday) 17:03:32 EST 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') | gyp/bench.gypi » ('j') | 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..c235702591385f492c755b1718adf20e9e96f2d1 100644
--- a/gyp/bench.gyp
+++ b/gyp/bench.gyp
@@ -25,8 +25,8 @@
'skia_lib.gyp:skia_lib',
'tools.gyp:crash_handler',
'tools.gyp:proc_stats',
- 'tools.gyp:timer',
'tools.gyp:thermal_manager',
+ 'tools.gyp:timer',
],
'conditions': [
['skia_android_framework', {
@@ -41,11 +41,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') | gyp/bench.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698