| Index: gyp/visualbench.gyp
|
| diff --git a/gyp/visualbench.gyp b/gyp/visualbench.gyp
|
| index 4bf559ae98fab5689dcb3b464f57a6bb55d29c84..4900826a9442863f0340e86b629693fb633b503a 100644
|
| --- a/gyp/visualbench.gyp
|
| +++ b/gyp/visualbench.gyp
|
| @@ -17,6 +17,7 @@
|
| 'include_dirs' : [
|
| '../bench',
|
| '../include/gpu',
|
| + '../include/private',
|
| '../src/core',
|
| '../src/effects',
|
| '../src/images',
|
| @@ -38,7 +39,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',
|
| @@ -57,7 +58,7 @@
|
| '-lGLESv2',
|
| '-lEGL',
|
| ],
|
| - },
|
| + },
|
| }],
|
| ],
|
| },
|
|
|