Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3400)

Unified Diff: build/libs.gyp

Issue 329046: Splits the command buffers into common commands... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/o3d/
Patch Set: '' Created 11 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: build/libs.gyp
===================================================================
--- build/libs.gyp (revision 30289)
+++ build/libs.gyp (working copy)
@@ -57,6 +57,14 @@
'../../<(glewdir)/lib/glew32.lib',
],
},
+ 'copies': [
+ {
+ 'destination': '<(PRODUCT_DIR)',
+ 'files': [
+ "../../<(glewdir)/bin/glew32.dll",
+ ]
+ },
+ ],
},
],
],
« no previous file with comments | « no previous file | command_buffer/client/cross/cmd_buffer_helper.h » ('j') | command_buffer/common/cross/cmd_buffer_common.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698