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

Unified Diff: converter/converter.gyp

Issue 1711015: Copy the Cg-to-GLSL converter script alongside the converter... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/o3d/
Patch Set: Created 10 years, 8 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: converter/converter.gyp
===================================================================
--- converter/converter.gyp (revision 45593)
+++ converter/converter.gyp (working copy)
@@ -36,6 +36,7 @@
'../import/import.gyp:o3dImport',
'../serializer/serializer.gyp:o3dSerializer',
'../utils/utils.gyp:o3dUtils',
+ 'cgToGLSLConverterScript',
],
'sources': [
'cross/buffer_stub.cc',
@@ -121,6 +122,18 @@
],
],
},
+ {
+ 'target_name': 'cgToGLSLConverterScript',
+ 'type': 'none',
+ 'copies': [
+ {
+ 'destination': '<(PRODUCT_DIR)',
+ 'files': [
+ '../cg_to_glsl/convert.py',
+ ]
+ },
+ ]
+ },
],
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698