aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp/visualbench.gyp
diff options
context:
space:
mode:
authorGravatar Mike Klein <mtklein@google.com>2015-07-01 16:35:59 -0400
committerGravatar Mike Klein <mtklein@google.com>2015-07-01 16:35:59 -0400
commit478c9e4851eff5feb74dd2f8a14143bec569e1a8 (patch)
tree9acb07514c74296fe7b2b9dd17fa8a6ed907cf30 /gyp/visualbench.gyp
parentaa2a7de0ffaf8f864a7afc68bbd34ccb25876246 (diff)
Revert "Move headers used by headers in include/ to include/private."
Diffstat (limited to 'gyp/visualbench.gyp')
-rw-r--r--gyp/visualbench.gyp5
1 files changed, 2 insertions, 3 deletions
diff --git a/gyp/visualbench.gyp b/gyp/visualbench.gyp
index 4900826a94..4bf559ae98 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',
],
- },
+ },
}],
],
},