summaryrefslogtreecommitdiffstats
path: root/native_client_sdk
diff options
context:
space:
mode:
Diffstat (limited to 'native_client_sdk')
-rw-r--r--native_client_sdk/src/build_tools/sdk_files.list3
-rw-r--r--native_client_sdk/src/libraries/ppapi_gles2/library.dsc10
2 files changed, 0 insertions, 13 deletions
diff --git a/native_client_sdk/src/build_tools/sdk_files.list b/native_client_sdk/src/build_tools/sdk_files.list
index e36aa92..4008e28 100644
--- a/native_client_sdk/src/build_tools/sdk_files.list
+++ b/native_client_sdk/src/build_tools/sdk_files.list
@@ -239,9 +239,6 @@ examples/tutorial/load_progress/Makefile
examples/tutorial/load_progress/manifest.json
[win]examples/tutorial/make.bat
examples/tutorial/Makefile
-include/EGL/eglext.h
-include/EGL/egl.h
-include/EGL/eglplatform.h
include/error_handling/error_handling.h
include/error_handling/string_stream.h
include/GLES2/gl2ext.h
diff --git a/native_client_sdk/src/libraries/ppapi_gles2/library.dsc b/native_client_sdk/src/libraries/ppapi_gles2/library.dsc
index bc51312..bddf8c6 100644
--- a/native_client_sdk/src/libraries/ppapi_gles2/library.dsc
+++ b/native_client_sdk/src/libraries/ppapi_gles2/library.dsc
@@ -35,16 +35,6 @@
'DEST': 'include/GLES2',
},
- # ppapi/lib/gl/include/EGL
- {
- 'FILES': [
- 'egl.h',
- 'eglext.h',
- 'eglplatform.h',
- ],
- 'DEST': 'include/EGL',
- },
-
# ppapi/lib/gl/gles2
{
'FILES': [ 'gl2ext_ppapi.h' ],