diff options
author | piman@chromium.org <piman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-01-05 04:11:13 +0000 |
---|---|---|
committer | piman@chromium.org <piman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-01-05 04:11:13 +0000 |
commit | 7706e5e3598efb51d021a64f34f2c2d3e390be6f (patch) | |
tree | 0f39b8c6076c80ed0efe9a0a71fcaed3ebdd1ab9 /gpu/gpu.gyp | |
parent | 9561ea774cff1ee6542d699d09099423d5c518be (diff) | |
download | chromium_src-7706e5e3598efb51d021a64f34f2c2d3e390be6f.zip chromium_src-7706e5e3598efb51d021a64f34f2c2d3e390be6f.tar.gz chromium_src-7706e5e3598efb51d021a64f34f2c2d3e390be6f.tar.bz2 |
Revert 35509 - linux: implement gpu plugin
Review URL: http://codereview.chromium.org/500132
TBR=piman@chromium.org
Review URL: http://codereview.chromium.org/525022
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35511 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'gpu/gpu.gyp')
-rw-r--r-- | gpu/gpu.gyp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gpu/gpu.gyp b/gpu/gpu.gyp index ee00088..d056bea 100644 --- a/gpu/gpu.gyp +++ b/gpu/gpu.gyp @@ -250,13 +250,9 @@ ['OS == "linux"', { 'sources': [ - 'command_buffer/service/gpu_processor_linux.cc', 'command_buffer/service/x_utils.cc', 'command_buffer/service/x_utils.h', ], - 'dependencies': [ - '../build/linux/system.gyp:gtk', - ] }, ], ['OS == "win"', |