From 2727c73679b340aaf11c41ed4e57ada626f9c5a5 Mon Sep 17 00:00:00 2001 From: "apatrick@chromium.org" Date: Thu, 3 Mar 2011 23:54:31 +0000 Subject: 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 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76840 0039d316-1c4b-4281-b951-d872f2087c98 --- gpu/gpu.gyp | 20 -------------------- 1 file changed, 20 deletions(-) (limited to 'gpu/gpu.gyp') diff --git a/gpu/gpu.gyp b/gpu/gpu.gyp index 87b17a7..0fb7581 100644 --- a/gpu/gpu.gyp +++ b/gpu/gpu.gyp @@ -221,26 +221,6 @@ ], }, { - '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': [ -- cgit v1.1