From 246a7045b9c45620fd725210aac51322e611c83f Mon Sep 17 00:00:00 2001 From: "apatrick@chromium.org" Date: Fri, 5 Mar 2010 21:53:50 +0000 Subject: Added support for opening a GPU command buffer from a renderer processes through a GPU channel. Probably only works in windows only so far. TEST=none BUG=none Review URL: http://codereview.chromium.org/657046 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40783 0039d316-1c4b-4281-b951-d872f2087c98 --- gpu/gpu.gyp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gpu/gpu.gyp') diff --git a/gpu/gpu.gyp b/gpu/gpu.gyp index 9fedfb3..81685c6 100644 --- a/gpu/gpu.gyp +++ b/gpu/gpu.gyp @@ -134,7 +134,7 @@ 'target_name': 'gles2_cmd_helper', 'type': 'static_library', 'dependencies': [ - 'command_buffer_common', + 'command_buffer_client', ], 'sources': [ 'command_buffer/client/gles2_cmd_helper.cc', -- cgit v1.1