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

Unified Diff: gyp/debugger.gyp

Issue 344213003: Move BenchTimer to tools as Timer (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: alpha Created 6 years, 6 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 | « gyp/crash_handler.gyp ('k') | gyp/dm.gyp » ('j') | gyp/tools.gyp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/debugger.gyp
diff --git a/gyp/debugger.gyp b/gyp/debugger.gyp
index 84f03972df504a36f39f6598ef6f6aeb951d27b5..dd827afa1c6d10d50ac8f43d361e22127d862607 100644
--- a/gyp/debugger.gyp
+++ b/gyp/debugger.gyp
@@ -96,7 +96,7 @@
],
'dependencies': [
'skia_lib.gyp:skia_lib',
- 'bench.gyp:bench_timer',
+ 'tools.gyp:timer',
tfarina 2014/06/20 16:20:37 could you sort?
mtklein 2014/06/20 16:33:27 Done.
'tools.gyp:picture_renderer',
],
'conditions': [
« no previous file with comments | « gyp/crash_handler.gyp ('k') | gyp/dm.gyp » ('j') | gyp/tools.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698