summaryrefslogtreecommitdiffstats
path: root/gpu/command_buffer_service.gypi
diff options
context:
space:
mode:
Diffstat (limited to 'gpu/command_buffer_service.gypi')
-rw-r--r--gpu/command_buffer_service.gypi5
1 files changed, 2 insertions, 3 deletions
diff --git a/gpu/command_buffer_service.gypi b/gpu/command_buffer_service.gypi
index b26d253..57fde5b 100644
--- a/gpu/command_buffer_service.gypi
+++ b/gpu/command_buffer_service.gypi
@@ -5,12 +5,10 @@
{
'include_dirs': [
'..',
- '<(DEPTH)/third_party/khronos',
],
'all_dependent_settings': {
'include_dirs': [
'..',
- '<(DEPTH)/third_party/khronos',
],
},
'dependencies': [
@@ -21,6 +19,7 @@
'../ui/surface/surface.gyp:surface',
'../ui/ui.gyp:ui',
'../third_party/angle/src/build_angle.gyp:translator_glsl',
+ '../third_party/khronos/khronos.gyp:headers',
'../third_party/smhasher/smhasher.gyp:cityhash',
],
'sources': [
@@ -110,7 +109,7 @@
}],
['ui_compositor_image_transport==1', {
'include_dirs': [
- '<(DEPTH)/third_party/angle/include',
+ '../third_party/angle/include',
],
}],
],