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

Unified Diff: ppapi/ppapi_gl.gypi

Issue 5212006: Make target running GLES2 autogen script. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Trigger manually Created 9 years, 11 months 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/command_buffer/build_gles2_cmd_buffer.py ('k') | webkit/glue/webkit_glue.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/ppapi_gl.gypi
diff --git a/ppapi/ppapi_gl.gypi b/ppapi/ppapi_gl.gypi
index 7af969401d09a2fb09ce0b8f2f172b240e13dc27..4f2b16c11933cb59652145fa7c12057605d27bda 100644
--- a/ppapi/ppapi_gl.gypi
+++ b/ppapi/ppapi_gl.gypi
@@ -62,5 +62,30 @@
'lib/gl/gles2/gles2.c',
],
},
+ {
+ 'target_name': 'ppapi_gles_bindings',
+ 'type': 'none',
+ 'suppress_wildcard': 1,
+ 'actions': [
+ {
+ 'action_name': 'generate_ppapi_gles_bindings',
+ 'variables': {
+ 'gles_script': '<(DEPTH)/gpu/command_buffer/build_gles2_cmd_buffer.py',
+ },
+ 'inputs': [
+ '<(gles_script)',
+ ],
+ 'outputs': [
+ 'c/dev/ppb_opengles_dev.h',
+ 'lib/gl/gles2/gles2.c',
+ ],
+ 'action': [
+ 'python',
+ '<(gles_script)',
+ '--alternate-mode=ppapi'
+ ],
+ 'message': 'Generating Pepper OpenGL ES bindings',
+ }],
+ },
],
}
« no previous file with comments | « gpu/command_buffer/build_gles2_cmd_buffer.py ('k') | webkit/glue/webkit_glue.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698