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 --- chrome/chrome.gyp | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'chrome/chrome.gyp') diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp index 49b2219..f7a2c0f 100644 --- a/chrome/chrome.gyp +++ b/chrome/chrome.gyp @@ -601,16 +601,6 @@ '<(DEPTH)/third_party/wtl/include', ], }], - ['enable_gpu==1', { - 'dependencies': [ - '../gpu/gpu.gyp:command_buffer_service', - ], - 'sources': [ - 'plugin/command_buffer_stub.cc', - 'plugin/command_buffer_stub.h', - 'plugin/command_buffer_stub_win.cc', - ], - },], ['OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris"', { 'dependencies': [ '../build/linux/system.gyp:gtk', -- cgit v1.1