diff options
author | binji@chromium.org <binji@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-09-10 21:58:16 +0000 |
---|---|---|
committer | binji@chromium.org <binji@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-09-10 21:58:16 +0000 |
commit | ff92200ce492ce422f4c1594e1bf904694a4d67b (patch) | |
tree | 9562b149dc72e1425b57d956ac93c12eecf43cbe /ppapi | |
parent | a2fb6d4b1c88c49a02be2b8ce8e553d86ca78021 (diff) | |
download | chromium_src-ff92200ce492ce422f4c1594e1bf904694a4d67b.zip chromium_src-ff92200ce492ce422f4c1594e1bf904694a4d67b.tar.gz chromium_src-ff92200ce492ce422f4c1594e1bf904694a4d67b.tar.bz2 |
Add gyp build of untrusted ppapi_gles2 library.
BUG=none
Review URL: https://chromiumcodereview.appspot.com/10909155
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@155844 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi')
-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': [ |