diff options
Diffstat (limited to 'gpu/command_buffer/command_buffer.gyp')
-rw-r--r-- | gpu/command_buffer/command_buffer.gyp | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/gpu/command_buffer/command_buffer.gyp b/gpu/command_buffer/command_buffer.gyp index 7a4c10a..382cd51 100644 --- a/gpu/command_buffer/command_buffer.gyp +++ b/gpu/command_buffer/command_buffer.gyp @@ -16,13 +16,9 @@ 'variables': { 'gles2_utils_target': 1, }, - 'all_dependent_settings': { - 'include_dirs': [ - '<(DEPTH)/third_party/khronos', - ], - }, 'dependencies': [ '../../base/base.gyp:base', + '../../third_party/khronos/khronos.gyp:headers', ], 'export_dependent_settings': [ '../../base/base.gyp:base', |