From 4049046a39cb364577a1ac8a2aac47a86afc5b7b Mon Sep 17 00:00:00 2001 From: "piman@chromium.org" Date: Tue, 5 Jan 2010 03:07:07 +0000 Subject: linux: implement gpu plugin Review URL: http://codereview.chromium.org/500132 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35509 0039d316-1c4b-4281-b951-d872f2087c98 --- gpu/gpu.gyp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'gpu/gpu.gyp') diff --git a/gpu/gpu.gyp b/gpu/gpu.gyp index d056bea..ee00088 100644 --- a/gpu/gpu.gyp +++ b/gpu/gpu.gyp @@ -250,9 +250,13 @@ ['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"', -- cgit v1.1