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

Unified Diff: gpu/gpu.gyp

Issue 12892005: Implement client side PBOs for glReadPixel (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: git cl try Created 7 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
Index: gpu/gpu.gyp
diff --git a/gpu/gpu.gyp b/gpu/gpu.gyp
index 1bb1105c0f8b845bda577d4bcb7664f669bb13cc..d0611f5ba311e849dd930595705707b0b97fc3dc 100644
--- a/gpu/gpu.gyp
+++ b/gpu/gpu.gyp
@@ -263,6 +263,7 @@
'command_buffer/tests/gl_virtual_contexts_unittests.cc',
'command_buffer/tests/gl_stream_draw_unittests.cc',
'command_buffer/tests/occlusion_query_unittests.cc',
+ 'command_buffer/tests/gl_readback_unittests.cc',
greggman 2013/03/21 23:18:13 nit: these go in alphabetical order.
hubbe 2013/03/21 23:36:51 Done.
],
'conditions': [
['OS == "android" and gtest_target_type == "shared_library"', {

Powered by Google App Engine
This is Rietveld 408576698