diff options
author | apatrick@chromium.org <apatrick@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-01-14 21:50:00 +0000 |
---|---|---|
committer | apatrick@chromium.org <apatrick@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-01-14 21:50:00 +0000 |
commit | a1de87d247f02b4ca61e609804d075b7fe0717cb (patch) | |
tree | 7c061457d8d2388c8f31d388b5c4eebef2978905 /gpu/gpu.gyp | |
parent | e18f419b689ca8f560c1c02abb987ff25f2038b5 (diff) | |
download | chromium_src-a1de87d247f02b4ca61e609804d075b7fe0717cb.zip chromium_src-a1de87d247f02b4ca61e609804d075b7fe0717cb.tar.gz chromium_src-a1de87d247f02b4ca61e609804d075b7fe0717cb.tar.bz2 |
Revert 36268 - Implemented PGL library, an EGL like API for Pepper. Updated Pepper test plugin to use it.
TEST=none yet
BUG=none
Review URL: http://codereview.chromium.org/545052
TBR=alokp@chromium.org
Review URL: http://codereview.chromium.org/550048
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@36270 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'gpu/gpu.gyp')
-rw-r--r-- | gpu/gpu.gyp | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/gpu/gpu.gyp b/gpu/gpu.gyp index 3185f5b..8a51c05 100644 --- a/gpu/gpu.gyp +++ b/gpu/gpu.gyp @@ -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"', |