summaryrefslogtreecommitdiffstats
path: root/o3d/build
diff options
context:
space:
mode:
authorgman@google.com <gman@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-28 18:46:40 +0000
committergman@google.com <gman@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-28 18:46:40 +0000
commit18cef85adbb63aa6217db6939ef176741eb43154 (patch)
treeb61036ed2380bb7a4cafd34c7547744c0c3a1751 /o3d/build
parentbbe28b10274e20bf0d86980738aa8cdb0fb78dcf (diff)
downloadchromium_src-18cef85adbb63aa6217db6939ef176741eb43154.zip
chromium_src-18cef85adbb63aa6217db6939ef176741eb43154.tar.gz
chromium_src-18cef85adbb63aa6217db6939ef176741eb43154.tar.bz2
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
Diffstat (limited to 'o3d/build')
-rw-r--r--o3d/build/libs.gyp8
1 files changed, 8 insertions, 0 deletions
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",
+ ]
+ },
+ ],
},
],
],