diff options
author | apatrick@chromium.org <apatrick@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-03 23:54:31 +0000 |
---|---|---|
committer | apatrick@chromium.org <apatrick@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-03 23:54:31 +0000 |
commit | 2727c73679b340aaf11c41ed4e57ada626f9c5a5 (patch) | |
tree | 8ce56f37c1a07fad0b97a6d6abaf372f0239eb86 /chrome/chrome.gyp | |
parent | b49b27f504501ecafee601985176dcbad9540f56 (diff) | |
download | chromium_src-2727c73679b340aaf11c41ed4e57ada626f9c5a5.zip chromium_src-2727c73679b340aaf11c41ed4e57ada626f9c5a5.tar.gz chromium_src-2727c73679b340aaf11c41ed4e57ada626f9c5a5.tar.bz2 |
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
Diffstat (limited to 'chrome/chrome.gyp')
-rw-r--r-- | chrome/chrome.gyp | 10 |
1 files changed, 0 insertions, 10 deletions
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', |