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

Unified Diff: gyp/bench.gyp

Issue 347823004: Remove Sk prefix from some bench classes. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: SkGMBench -> GMBench 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 | « dm/DMUtil.h ('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 6ec972f32803c8020b0a9c48d5f0e9f1459eb029..15927e641300d012b57ded829cbfbad7fe72958b 100644
--- a/gyp/bench.gyp
+++ b/gyp/bench.gyp
@@ -18,11 +18,11 @@
'skia_lib.gyp:skia_lib',
],
'sources': [
+ '../bench/BenchLogger.cpp',
+ '../bench/BenchLogger.h',
+ '../bench/GMBench.cpp',
+ '../bench/GMBench.h',
'../bench/ResultsWriter.cpp',
- '../bench/SkBenchLogger.cpp',
- '../bench/SkBenchLogger.h',
- '../bench/SkGMBench.cpp',
- '../bench/SkGMBench.h',
'../bench/benchmain.cpp',
'../tools/sk_tool_utils.cpp',
],
« no previous file with comments | « dm/DMUtil.h ('k') | gyp/bench.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698