Index: gyp/visualbench.gyp |
diff --git a/gyp/visualbench.gyp b/gyp/visualbench.gyp |
index 4900826a9442863f0340e86b629693fb633b503a..4bf559ae98fab5689dcb3b464f57a6bb55d29c84 100644 |
--- a/gyp/visualbench.gyp |
+++ b/gyp/visualbench.gyp |
@@ -17,7 +17,6 @@ |
'include_dirs' : [ |
'../bench', |
'../include/gpu', |
- '../include/private', |
'../src/core', |
'../src/effects', |
'../src/images', |
@@ -39,7 +38,7 @@ |
'dependencies': [ |
'etc1.gyp:libetc1', |
'flags.gyp:flags', |
- 'gputest.gyp:skgputest', |
+ 'gputest.gyp:skgputest', |
'skia_lib.gyp:skia_lib', |
'tools.gyp:proc_stats', |
'tools.gyp:sk_tool_utils', |
@@ -58,7 +57,7 @@ |
'-lGLESv2', |
'-lEGL', |
], |
- }, |
+ }, |
}], |
], |
}, |