summaryrefslogtreecommitdiffstats
path: root/third_party/gles2_book/gles2_book.gyp
diff options
context:
space:
mode:
authoralokp@chromium.org <alokp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-01-14 21:06:11 +0000
committeralokp@chromium.org <alokp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-01-14 21:06:11 +0000
commitc1823aa513cae301ce28438e62b0eab05c3a4e5f (patch)
treedb20df6ce4305c9beda843dc90eff1f60f721c8c /third_party/gles2_book/gles2_book.gyp
parent9925f734681d1f0dd8f30576a0c4cebfa4339190 (diff)
downloadchromium_src-c1823aa513cae301ce28438e62b0eab05c3a4e5f.zip
chromium_src-c1823aa513cae301ce28438e62b0eab05c3a4e5f.tar.gz
chromium_src-c1823aa513cae301ce28438e62b0eab05c3a4e5f.tar.bz2
Added simple texture demo.
BUG=26099 TEST=Run simple_texture_2d executable. You should see a square with checker-board pattern. Review URL: http://codereview.chromium.org/543063 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@36267 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/gles2_book/gles2_book.gyp')
-rw-r--r--third_party/gles2_book/gles2_book.gyp11
1 files changed, 11 insertions, 0 deletions
diff --git a/third_party/gles2_book/gles2_book.gyp b/third_party/gles2_book/gles2_book.gyp
index d94fcc3..b71b5e1 100644
--- a/third_party/gles2_book/gles2_book.gyp
+++ b/third_party/gles2_book/gles2_book.gyp
@@ -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': [