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

Unified Diff: gyp/tools.gyp

Issue 551263003: Clean up old custom tools now subsumed by nanobench. (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 | « no previous file | tools/bench_playback.cpp » ('j') | no next file with comments »
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 ce397f3cf31a6dfbe005f974cab5bf6adb5e2605..e689ed1fd7686b595ae4a3cee6718bb3e024d5e4 100644
--- a/gyp/tools.gyp
+++ b/gyp/tools.gyp
@@ -15,8 +15,6 @@
'dependencies': [
'bbh_shootout',
'bench_pictures',
- 'bench_record',
- 'bench_playback',
'dump_record',
'filter',
'gpuveto',
@@ -413,40 +411,6 @@
],
},
{
- 'target_name': 'bench_record',
- 'type': 'executable',
- 'sources': [
- '../tools/bench_record.cpp',
- '../tools/LazyDecodeBitmap.cpp',
- ],
- 'include_dirs': [
- '../src/core/',
- '../src/images',
- '../src/lazy',
- ],
- 'dependencies': [
- 'timer',
- 'flags.gyp:flags',
- 'skia_lib.gyp:skia_lib',
- ],
- },
- {
- 'target_name': 'bench_playback',
- 'type': 'executable',
- 'sources': [
- '../tools/bench_playback.cpp',
- ],
- 'include_dirs': [
- '../src/core/',
- '../src/images',
- ],
- 'dependencies': [
- 'timer',
- 'flags.gyp:flags',
- 'skia_lib.gyp:skia_lib',
- ],
- },
- {
'target_name': 'dump_record',
'type': 'executable',
'sources': [
« no previous file with comments | « no previous file | tools/bench_playback.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698