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

Unified Diff: gpu/demos/demos.gyp

Issue 8764010: Add back in compressed_textures sample. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: minor bug Created 9 years, 1 month 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 | « gpu/demos/compressed_textures/compressed_textures.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/demos/demos.gyp
diff --git a/gpu/demos/demos.gyp b/gpu/demos/demos.gyp
index 26d22306f6c7c7801c3c5d0473e13b4d9eeb5b82..62925642b1f06f52aac17650d69293597a2b4fa1 100644
--- a/gpu/demos/demos.gyp
+++ b/gpu/demos/demos.gyp
@@ -205,6 +205,17 @@
'gles2_book/demo_texture_wrap.cc',
],
},
+ {
+ 'target_name': 'compressed_textures_exe',
+ 'type': 'executable',
+ 'dependencies': [
+ 'gpu_demo_framework_exe',
+ '../../third_party/gles2_book/gles2_book.gyp:es_util',
+ ],
+ 'sources': [
+ 'compressed_textures/compressed_textures.cc',
+ ],
+ },
],
'conditions': [
['enable_pepper_demos==1', {
« no previous file with comments | « gpu/demos/compressed_textures/compressed_textures.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698