From 18cef85adbb63aa6217db6939ef176741eb43154 Mon Sep 17 00:00:00 2001 From: "gman@google.com" Date: Wed, 28 Oct 2009 18:46:40 +0000 Subject: Splits the command buffers into common commands and specific commands. Common are things like Noop, SetToken, Jump, Gosub, return. Specific are O3D etc... Review URL: http://codereview.chromium.org/329046 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30365 0039d316-1c4b-4281-b951-d872f2087c98 --- o3d/build/libs.gyp | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'o3d/build/libs.gyp') diff --git a/o3d/build/libs.gyp b/o3d/build/libs.gyp index 747530f..122c6d6 100644 --- a/o3d/build/libs.gyp +++ b/o3d/build/libs.gyp @@ -57,6 +57,14 @@ '../../<(glewdir)/lib/glew32.lib', ], }, + 'copies': [ + { + 'destination': '<(PRODUCT_DIR)', + 'files': [ + "../../<(glewdir)/bin/glew32.dll", + ] + }, + ], }, ], ], -- cgit v1.1