Index: third_party/gles2_book/gles2_book.gyp |
=================================================================== |
--- third_party/gles2_book/gles2_book.gyp (revision 36194) |
+++ third_party/gles2_book/gles2_book.gyp (working copy) |
@@ -40,6 +40,17 @@ |
], |
}, |
{ |
+ 'target_name': 'mip_map_2d', |
+ 'type': 'static_library', |
+ 'dependencies': [ |
+ 'es_util', |
+ ], |
+ 'sources': [ |
+ 'Chapter_9/MipMap2D/MipMap2D.c', |
+ 'Chapter_9/MipMap2D/MipMap2D.h', |
+ ], |
+ }, |
+ { |
'target_name': 'simple_vertex_shader', |
'type': 'static_library', |
'dependencies': [ |