summaryrefslogtreecommitdiff
path: root/bench.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'bench.gyp')
-rw-r--r--bench.gyp5
1 files changed, 4 insertions, 1 deletions
diff --git a/bench.gyp b/bench.gyp
index 43924ab..9e8d1d7 100644
--- a/bench.gyp
+++ b/bench.gyp
@@ -52,11 +52,14 @@
'../bench/BenchSysTimer_windows.h',
'../bench/BenchSysTimer_windows.cpp',
],
- 'include_dirs': [
+ 'include_dirs': [
'../src/core',
'../src/gpu',
'../tools',
],
+ 'direct_dependent_settings': {
+ 'include_dirs': ['../bench'],
+ },
'dependencies': [
'skia_lib.gyp:skia_lib',
],