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

Unified Diff: third_party/gles2_book/gles2_book.gyp

Issue 543063: Added simple texture 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
Index: third_party/gles2_book/gles2_book.gyp
===================================================================
--- third_party/gles2_book/gles2_book.gyp (revision 36248)
+++ third_party/gles2_book/gles2_book.gyp (working copy)
@@ -51,6 +51,17 @@
],
},
{
+ 'target_name': 'simple_texture_2d',
+ 'type': 'static_library',
+ 'dependencies': [
+ 'es_util',
+ ],
+ 'sources': [
+ 'Chapter_9/Simple_Texture2D/Simple_Texture2D.c',
+ 'Chapter_9/Simple_Texture2D/Simple_Texture2D.h',
+ ],
+ },
+ {
'target_name': 'simple_vertex_shader',
'type': 'static_library',
'dependencies': [

Powered by Google App Engine
This is Rietveld 408576698