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

Unified Diff: gyp/bench.gyp

Issue 554583004: Revert of nanobench: lazily decode bitmaps from SKPs (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 3 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/nanobench.cpp ('k') | gyp/iOSShell.gyp » ('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 08f173c8b28b5f5a4edd31c893e3d93eeb96852a..26849d511a618d4fd2126a74545d13b2b77d2944 100644
--- a/gyp/bench.gyp
+++ b/gyp/bench.gyp
@@ -9,12 +9,11 @@
'target_name': 'nanobench',
'type': 'executable',
'sources': [
+ '../gm/gm.cpp',
'../bench/GMBench.cpp',
'../bench/RecordingBench.cpp',
'../bench/SKPBench.cpp',
'../bench/nanobench.cpp',
- '../gm/gm.cpp',
- '../tools/LazyDecodeBitmap.cpp',
],
'includes': [
'bench.gypi',
« no previous file with comments | « bench/nanobench.cpp ('k') | gyp/iOSShell.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698