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

Unified Diff: gpu/demos/demos.gyp

Issue 9699048: Make Occlusion Query Sample (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: make it more C++y Created 8 years, 9 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 | « no previous file | gpu/demos/framework/window.h » ('j') | 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 802b328ef458cd3a34078f38464b6736f319791d..5b2fdb4bf8d4f9284e02a820ff541e610d67d5db 100644
--- a/gpu/demos/demos.gyp
+++ b/gpu/demos/demos.gyp
@@ -218,6 +218,17 @@
'compressed_textures/compressed_textures.cc',
],
},
+ {
+ 'target_name': 'occlusion_query_exe',
+ 'type': 'executable',
+ 'dependencies': [
+ 'gpu_demo_framework_exe',
+ '../../third_party/gles2_book/gles2_book.gyp:es_util',
+ ],
+ 'sources': [
+ 'occlusion_query/occlusion_query.cc',
+ ],
+ },
],
'conditions': [
['enable_pepper_demos==1', {
« no previous file with comments | « no previous file | gpu/demos/framework/window.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698