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

Unified Diff: gyp/bench.gypi

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 | « gyp/bench.gyp ('k') | gyp/tools.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/bench.gypi
diff --git a/gyp/bench.gypi b/gyp/bench.gypi
index 82a7cd6ba48a1e3ea74c358b9e47b7ed0cf0fc75..06df30bd2634e8060739c456a12e808813a31031 100644
--- a/gyp/bench.gypi
+++ b/gyp/bench.gypi
@@ -9,8 +9,8 @@
'skia_lib.gyp:skia_lib',
],
'sources': [
- '../bench/SkBenchmark.cpp',
- '../bench/SkBenchmark.h',
+ '../bench/Benchmark.cpp',
+ '../bench/Benchmark.h',
'../bench/AAClipBench.cpp',
'../bench/BicubicBench.cpp',
« no previous file with comments | « gyp/bench.gyp ('k') | gyp/tools.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698