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

Unified Diff: gpu/demos/demos.gyp

Issue 549063: Added cubemap demo. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 11 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 | gpu/demos/simple_texture_cubemap/main.cc » ('j') | gpu/demos/simple_texture_cubemap/main.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/demos/demos.gyp
===================================================================
--- gpu/demos/demos.gyp (revision 36268)
+++ gpu/demos/demos.gyp (working copy)
@@ -57,6 +57,17 @@
],
},
{
+ 'target_name': 'simple_texture_cubemap',
+ 'type': 'executable',
+ 'dependencies': [
+ 'app_framework',
+ '../../third_party/gles2_book/gles2_book.gyp:simple_texture_cubemap',
+ ],
+ 'sources': [
+ 'simple_texture_cubemap/main.cc',
+ ],
+ },
+ {
'target_name': 'simple_vertex_shader',
'type': 'executable',
'dependencies': [
« no previous file with comments | « no previous file | gpu/demos/simple_texture_cubemap/main.cc » ('j') | gpu/demos/simple_texture_cubemap/main.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698