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

Unified Diff: webkit/glue/webkit_glue.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 | « ppapi/ppapi_gl.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/webkit_glue.gypi
diff --git a/webkit/glue/webkit_glue.gypi b/webkit/glue/webkit_glue.gypi
index eec99bf095366ed6ed36728922c26a54e4a96160..8c61fed4760e1264f5ec73e1325c55a5701bacf8 100644
--- a/webkit/glue/webkit_glue.gypi
+++ b/webkit/glue/webkit_glue.gypi
@@ -153,6 +153,35 @@
],
},
{
+ 'target_name': 'ppapi_gles_implementation',
+ 'type': 'none',
+ 'suppress_wildcard': 1,
+ 'conditions': [
+ ['enable_gpu==1', {
+ 'actions': [
+ {
+ 'action_name': 'generate_ppapi_gles_implementation',
+ 'variables': {
+ 'gles_script': '<(DEPTH)/gpu/command_buffer/build_gles2_cmd_buffer.py',
+ },
+ 'inputs': [
+ '<(gles_script)',
+ ],
+ 'outputs': [
+ '<(DEPTH)/webkit/plugins/ppapi/ppb_opengles_impl.cc',
+ ],
+ 'action': [
+ 'python',
+ '<(gles_script)',
+ '--alternate-mode=chrome_ppapi'
+ ],
+ 'message': 'Generating Pepper OpenGL ES implementation',
+ }
+ ],
+ }],
+ ],
+ },
+ {
'target_name': 'glue',
'type': '<(library)',
'msvs_guid': 'C66B126D-0ECE-4CA2-B6DC-FA780AFBBF09',
« no previous file with comments | « ppapi/ppapi_gl.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698