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

Unified Diff: gyp/bench.gypi

Issue 347443002: Add nanobench, a fresh look at our microbenchmark harness. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: printf -> SkDebugf 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
« gyp/bench.gyp ('K') | « gyp/bench.gyp ('k') | gyp/most.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 06df30bd2634e8060739c456a12e808813a31031..0de7b73e9583dd657cf205542e37d0747042b6e3 100644
--- a/gyp/bench.gypi
+++ b/gyp/bench.gypi
@@ -2,11 +2,21 @@
'include_dirs': [
'../src/core',
'../src/effects',
+ '../src/gpu',
'../src/utils',
'../tools',
],
'dependencies': [
+ 'etc1.gyp:libetc1',
'skia_lib.gyp:skia_lib',
+ 'tools.gyp:resources',
+ 'tools.gyp:sk_tool_utils',
+ ],
+ 'conditions': [
+ ['skia_gpu == 1', {
+ 'include_dirs': [ '../src/gpu' ],
+ 'dependencies': [ 'gputest.gyp:skgputest' ],
+ }],
],
'sources': [
'../bench/Benchmark.cpp',
« gyp/bench.gyp ('K') | « gyp/bench.gyp ('k') | gyp/most.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698