diff options
Diffstat (limited to 'chromium/gpu/gles2_cmd_helper.gypi')
-rw-r--r-- | chromium/gpu/gles2_cmd_helper.gypi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chromium/gpu/gles2_cmd_helper.gypi b/chromium/gpu/gles2_cmd_helper.gypi index 523a7614bbb..87f971c4520 100644 --- a/chromium/gpu/gles2_cmd_helper.gypi +++ b/chromium/gpu/gles2_cmd_helper.gypi @@ -3,6 +3,9 @@ # found in the LICENSE file. { + 'dependencies': [ + '<(DEPTH)/third_party/khronos/khronos.gyp:khronos_headers', + ], # Library helps make GLES2 command buffers. 'sources': [ 'command_buffer/client/gles2_cmd_helper.cc', |