summaryrefslogtreecommitdiffstats
path: root/gpu/gpu.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'gpu/gpu.gyp')
-rw-r--r--gpu/gpu.gyp9
1 files changed, 9 insertions, 0 deletions
diff --git a/gpu/gpu.gyp b/gpu/gpu.gyp
index 547c670..e33c78ca 100644
--- a/gpu/gpu.gyp
+++ b/gpu/gpu.gyp
@@ -150,8 +150,17 @@
{
'target_name': 'command_buffer_client',
'type': 'static_library',
+ 'include_dirs': [
+ '..',
+ ],
+ 'all_dependent_settings': {
+ 'include_dirs': [
+ '..',
+ ],
+ },
'dependencies': [
'command_buffer_common',
+ 'gpu_common',
],
'sources': [
'command_buffer/client/cmd_buffer_helper.cc',