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

Unified Diff: gyp/bench.gyp

Issue 438683002: nanobench: support GMs-as-benches (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: GM_ Created 6 years, 5 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 | « bench/nanobench.cpp ('k') | no next file » | 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 ad026a6439e324834e20541b48b3cf0d0cee8206..d6275905de52ac245ec43f85428edefaf70810f6 100644
--- a/gyp/bench.gyp
+++ b/gyp/bench.gyp
@@ -37,10 +37,14 @@
'target_name': 'nanobench',
'type': 'executable',
'sources': [
- '../bench/nanobench.cpp',
+ '../bench/GMBench.cpp',
'../bench/ResultsWriter.cpp',
+ '../bench/nanobench.cpp',
+ ],
+ 'includes': [
+ 'bench.gypi',
+ 'gmslides.gypi',
],
- 'includes': [ 'bench.gypi' ],
'dependencies': [
'flags.gyp:flags_common',
'jsoncpp.gyp:jsoncpp',
« no previous file with comments | « bench/nanobench.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698