Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(357)

Unified Diff: gpu/gles2_conform_support/gles2_conform_support.gyp

Issue 8633020: Revert 111170 - Move GL headers from gpu to third_party/khronos (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gpu/gles2_conform_support/egl/native/EGL/eglplatform.h ('k') | gpu/gpu.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/gles2_conform_support/gles2_conform_support.gyp
===================================================================
--- gpu/gles2_conform_support/gles2_conform_support.gyp (revision 111172)
+++ gpu/gles2_conform_support/gles2_conform_support.gyp (working copy)
@@ -33,7 +33,7 @@
'<(DEPTH)/base/base.gyp:base',
'<(DEPTH)/gpu/gpu.gyp:command_buffer_service',
],
- 'include_dirs': ['<(DEPTH)/third_party/khronos'],
+ 'include_dirs': ['egl/native'],
'sources': [
'egl/config.cc',
'egl/config.h',
@@ -44,12 +44,8 @@
'egl/surface.h',
],
'direct_dependent_settings': {
- 'include_dirs': ['<(DEPTH)/third_party/khronos'],
+ 'include_dirs': ['egl/native'],
},
- 'defines': [
- 'EGLAPI=',
- 'EGLAPIENTRY=',
- ],
},
{
'target_name': 'egl_main_native',
@@ -62,18 +58,14 @@
'dependencies': ['../../build/linux/system.gyp:gtk'],
}],
],
- 'include_dirs': ['<(DEPTH)/third_party/khronos'],
+ 'include_dirs': ['egl/native'],
'sources': [
'<@(bootstrap_sources_native)',
],
'direct_dependent_settings': {
- 'include_dirs': ['<(DEPTH)/third_party/khronos'],
+ 'include_dirs': ['egl/native'],
},
- 'defines': [
- 'GTF_GLES20',
- 'EGLAPI=',
- 'EGLAPIENTRY=',
- ],
+ 'defines': ['GTF_GLES20'],
},
{
'target_name': 'gles2_conform_support',
@@ -92,8 +84,6 @@
'defines': [
'GLES2_CONFORM_SUPPORT_ONLY',
'GTF_GLES20',
- 'EGLAPI=',
- 'EGLAPIENTRY=',
],
'sources': [
'<@(bootstrap_sources_native)',
« no previous file with comments | « gpu/gles2_conform_support/egl/native/EGL/eglplatform.h ('k') | gpu/gpu.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698