diff options
author | jcivelli@chromium.org <jcivelli@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-04 00:43:15 +0000 |
---|---|---|
committer | jcivelli@chromium.org <jcivelli@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-04 00:43:15 +0000 |
commit | 0b537a44c49a3ce217d7e21befd84224d089d588 (patch) | |
tree | d674da2bfd5189f1b23fe359dd760e9188ba7299 /gpu | |
parent | bb837f9287259862c94155cc59cfc9e1bdfe1258 (diff) | |
download | chromium_src-0b537a44c49a3ce217d7e21befd84224d089d588.zip chromium_src-0b537a44c49a3ce217d7e21befd84224d089d588.tar.gz chromium_src-0b537a44c49a3ce217d7e21befd84224d089d588.tar.bz2 |
Revert 76840 - Removed GPU plugin.
Pepper 3D v2 does not use the GPU plugin. It is integrated with the accelerated compositor.
TEST=PPAPI 3D v2 still works, trybots
BUG=none
Review URL: http://codereview.chromium.org/6588090
TBR=apatrick@chromium.org
Review URL: http://codereview.chromium.org/6614030
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76845 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'gpu')
-rw-r--r-- | gpu/gpu.gyp | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/gpu/gpu.gyp b/gpu/gpu.gyp index 0fb7581..87b17a7 100644 --- a/gpu/gpu.gyp +++ b/gpu/gpu.gyp @@ -221,6 +221,26 @@ ], }, { + 'target_name': 'gpu_plugin', + 'type': 'static_library', + 'dependencies': [ + '../base/base.gyp:base', + 'command_buffer_service', + ], + 'include_dirs': [ + '..', + ], + 'all_dependent_settings': { + 'include_dirs': [ + '..', + ], + }, + 'sources': [ + 'gpu_plugin/gpu_plugin.cc', + 'gpu_plugin/gpu_plugin.h', + ], + }, + { 'target_name': 'gpu_unittests', 'type': 'executable', 'dependencies': [ |