diff options
Diffstat (limited to 'ppapi/ppapi_untrusted.gyp')
-rw-r--r-- | ppapi/ppapi_untrusted.gyp | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/ppapi/ppapi_untrusted.gyp b/ppapi/ppapi_untrusted.gyp index 46f70bb..9f78f19 100644 --- a/ppapi/ppapi_untrusted.gyp +++ b/ppapi/ppapi_untrusted.gyp @@ -30,6 +30,26 @@ ], }, { + 'target_name': 'ppapi_gles2_lib', + 'type': 'none', + 'variables': { + 'nlib_target': 'libppapi_gles2.a', + 'build_glibc': 1, + 'build_newlib': 1, + 'include_dirs': [ + 'lib/gl/include', + ], + 'sources': [ + 'lib/gl/gles2/gl2ext_ppapi.c', + 'lib/gl/gles2/gl2ext_ppapi.h', + 'lib/gl/gles2/gles2.c', + ], + }, + 'dependencies': [ + '<(DEPTH)/native_client/tools.gyp:prep_toolchain', + ], + }, + { 'target_name': 'ppapi_nacl_tests', 'type': 'none', 'dependencies': [ |