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

Unified Diff: gpu/gpu.gyp

Issue 550048: Revert 36268 - Implemented PGL library, an EGL like API for Pepper. Updated P... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 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 | « no previous file | gpu/pgl/command_buffer_pepper.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/gpu.gyp
===================================================================
--- gpu/gpu.gyp (revision 36269)
+++ gpu/gpu.gyp (working copy)
@@ -361,30 +361,6 @@
'command_buffer/client/gles2_demo_cc.cc',
],
},
- {
- 'target_name': 'pgl',
- 'type': 'static_library',
- 'dependencies': [
- 'command_buffer_client',
- 'gles2_c_lib',
- '../third_party/npapi/npapi.gyp:npapi',
- ],
- 'include_dirs': [
- '..',
- '../third_party/npapi/bindings',
- ],
- 'all_dependent_settings': {
- 'include_dirs': [
- '../third_party/npapi/bindings',
- ],
- },
- 'sources': [
- 'pgl/command_buffer_pepper.cc',
- 'pgl/command_buffer_pepper.h',
- 'pgl/pgl.cc',
- 'pgl/pgl.h',
- ],
- },
],
'conditions': [
['OS == "win"',
« no previous file with comments | « no previous file | gpu/pgl/command_buffer_pepper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698