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

Unified Diff: gyp/tools.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 | « gyp/bench.gypi ('k') | tools/PictureBenchmark.h » ('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 7af70f782fe999147136f87a03021552d5bd87e0..5ea127296ae495935da7b0fc984ead95cda3ef51 100644
--- a/gyp/tools.gyp
+++ b/gyp/tools.gyp
@@ -286,11 +286,11 @@
'target_name': 'bench_pictures',
'type': 'executable',
'sources': [
+ '../bench/BenchLogger.cpp',
+ '../bench/BenchLogger.h',
'../bench/ResultsWriter.cpp',
'../tools/PictureBenchmark.cpp',
'../tools/PictureResultsWriter.h',
- '../bench/SkBenchLogger.h',
- '../bench/SkBenchLogger.cpp',
'../tools/bench_pictures_main.cpp',
],
'include_dirs': [
« no previous file with comments | « gyp/bench.gypi ('k') | tools/PictureBenchmark.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698