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

Unified Diff: third_party/gles2_book/gles2_book.gyp

Issue 552012: Added texture wrap 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 | « third_party/gles2_book/Chapter_9/TextureWrap/TextureWrap.c ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/gles2_book/gles2_book.gyp
===================================================================
--- third_party/gles2_book/gles2_book.gyp (revision 36357)
+++ third_party/gles2_book/gles2_book.gyp (working copy)
@@ -83,6 +83,17 @@
'Chapter_8/Simple_VertexShader/Simple_VertexShader.h',
],
},
+ {
+ 'target_name': 'texture_wrap',
+ 'type': 'static_library',
+ 'dependencies': [
+ 'es_util',
+ ],
+ 'sources': [
+ 'Chapter_9/TextureWrap/TextureWrap.c',
+ 'Chapter_9/TextureWrap/TextureWrap.h',
+ ],
+ },
]
}
« no previous file with comments | « third_party/gles2_book/Chapter_9/TextureWrap/TextureWrap.c ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698