summaryrefslogtreecommitdiffstats
path: root/gpu/gles2_conform_support
diff options
context:
space:
mode:
authorbauerb@chromium.org <bauerb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-11-28 10:33:46 +0000
committerbauerb@chromium.org <bauerb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-11-28 10:33:46 +0000
commit7d51a725ae8963b801e460d8ac783079c6c0e5e3 (patch)
tree67587195e12192ec29e60939d93c956f8678b156 /gpu/gles2_conform_support
parent7dc1ffbd5b5027f683b616a4c605f6c8c07e6fe4 (diff)
downloadchromium_src-7d51a725ae8963b801e460d8ac783079c6c0e5e3.zip
chromium_src-7d51a725ae8963b801e460d8ac783079c6c0e5e3.tar.gz
chromium_src-7d51a725ae8963b801e460d8ac783079c6c0e5e3.tar.bz2
Disambiguate 'headers' targets in khronos and mesa.
I suspect that the target name collision is causing compile failures on Win (e.g. http://build.chromium.org/p/chromium.win/builders/Win%20Builder/builds/4176/steps/compile/logs/stdio) BUG=none TBR=jochen@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/11412217 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@169895 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'gpu/gles2_conform_support')
-rw-r--r--gpu/gles2_conform_support/gles2_conform_support.gyp6
1 files changed, 3 insertions, 3 deletions
diff --git a/gpu/gles2_conform_support/gles2_conform_support.gyp b/gpu/gles2_conform_support/gles2_conform_support.gyp
index ae4683a..bfc5949 100644
--- a/gpu/gles2_conform_support/gles2_conform_support.gyp
+++ b/gpu/gles2_conform_support/gles2_conform_support.gyp
@@ -34,7 +34,7 @@
'../../gpu/gpu.gyp:gpu',
'../../gpu/gpu.gyp:gles2_implementation_client_side_arrays_no_check',
'../../gpu/gpu.gyp:command_buffer_service',
- '../../third_party/khronos/khronos.gyp:headers',
+ '../../third_party/khronos/khronos.gyp:khronos_headers',
'../../ui/gl/gl.gyp:gl',
'../../ui/ui.gyp:ui',
],
@@ -57,7 +57,7 @@
'type': 'static_library',
'dependencies': [
'egl_native',
- '../../third_party/khronos/khronos.gyp:headers',
+ '../../third_party/khronos/khronos.gyp:khronos_headers',
],
'conditions': [
['toolkit_uses_gtk == 1', {
@@ -79,7 +79,7 @@
'type': 'static_library',
'dependencies': [
'egl_native',
- '../../third_party/khronos/khronos.gyp:headers',
+ '../../third_party/khronos/khronos.gyp:khronos_headers',
],
'conditions': [
['toolkit_uses_gtk == 1', {