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

Unified Diff: gyp/tools.gyp

Issue 233833002: Add bench_playback, for quick profiling of SKR playback. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: move in Created 6 years, 8 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 | « no previous file | tools/bench_playback.cpp » ('j') | tools/bench_playback.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/tools.gyp
diff --git a/gyp/tools.gyp b/gyp/tools.gyp
index 079fd4d7a4a200e2a452b892650d57b1caf5c02c..8bcebf54a6b3226eeb7f662206518e152f7f8ab9 100644
--- a/gyp/tools.gyp
+++ b/gyp/tools.gyp
@@ -16,6 +16,7 @@
'bbh_shootout',
'bench_pictures',
'bench_record',
+ 'bench_playback',
'filter',
'lua_app',
'lua_pictures',
@@ -308,6 +309,24 @@
],
},
{
+ 'target_name': 'bench_playback',
+ 'type': 'executable',
+ 'sources': [
+ '../tools/bench_playback.cpp',
+ '../tools/LazyDecodeBitmap.cpp',
+ ],
+ 'include_dirs': [
+ '../src/core/',
+ '../src/images',
+ '../src/lazy',
+ ],
+ 'dependencies': [
+ 'flags.gyp:flags',
+ 'skia_lib.gyp:skia_lib',
+ 'record.gyp:*',
+ ],
+ },
+ {
'target_name': 'picture_renderer',
'type': 'static_library',
'sources': [
« no previous file with comments | « no previous file | tools/bench_playback.cpp » ('j') | tools/bench_playback.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698