summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--chromium/gpu/command_buffer_common.gypi2
-rw-r--r--chromium/gpu/gles2_cmd_helper.gypi3
2 files changed, 4 insertions, 1 deletions
diff --git a/chromium/gpu/command_buffer_common.gypi b/chromium/gpu/command_buffer_common.gypi
index 2b17bd4d960..f990516ec00 100644
--- a/chromium/gpu/command_buffer_common.gypi
+++ b/chromium/gpu/command_buffer_common.gypi
@@ -7,7 +7,7 @@
'../third_party/khronos/khronos.gyp:khronos_headers',
],
'conditions': [
- ['qt_os=="mac"', {
+ ['qt_os=="mac" or qt_os=="win32"', {
'export_dependent_settings': [
'../third_party/khronos/khronos.gyp:khronos_headers',
],
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',