summaryrefslogtreecommitdiffstats
path: root/webkit/glue/webkit_glue.gypi
diff options
context:
space:
mode:
authorgavinp@chromium.org <gavinp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-02-08 20:19:25 +0000
committergavinp@chromium.org <gavinp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-02-08 20:19:25 +0000
commit35e9ba80f1f3bbbf8c1fd14fed674e5470f7f636 (patch)
tree769ce0189845a890bf5024e22b26fa582f095f08 /webkit/glue/webkit_glue.gypi
parenta771dc3feb97ae20170cf5617ba48d6340549698 (diff)
downloadchromium_src-35e9ba80f1f3bbbf8c1fd14fed674e5470f7f636.zip
chromium_src-35e9ba80f1f3bbbf8c1fd14fed674e5470f7f636.tar.gz
chromium_src-35e9ba80f1f3bbbf8c1fd14fed674e5470f7f636.tar.bz2
Revert 73222 - Make target running GLES2 autogen script.
Also lays groundwork for rebuilding Pepper OpenGL ES bindings as part of the build. BUG=none TEST=run "make ppapi_gles_bindings" or "make ppapi_gles_implementation". Review URL: http://codereview.chromium.org/5212006 TBR=neb@chromium.org This change was causing just building to create merge conflicts in clean repos. Either these targets shouldn't be part of standard build targets like "chrome" or "unit_tests", or we shouldn't have build targets which generate output into the working tree... Review URL: http://codereview.chromium.org/6461001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74161 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/glue/webkit_glue.gypi')
-rw-r--r--webkit/glue/webkit_glue.gypi29
1 files changed, 0 insertions, 29 deletions
diff --git a/webkit/glue/webkit_glue.gypi b/webkit/glue/webkit_glue.gypi
index 2f04e5f..8e8d26e 100644
--- a/webkit/glue/webkit_glue.gypi
+++ b/webkit/glue/webkit_glue.gypi
@@ -153,35 +153,6 @@
],
},
{
- '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',