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

Unified Diff: gpu/gpu.gyp

Issue 2061743004: Implement native GMB backbuffers in the GLES2 Command Decoder. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Comments from piman. Created 4 years, 6 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 | « gpu/gles2_conform_support/egl/context.cc ('k') | gpu/ipc/service/gpu_command_buffer_stub.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/gpu.gyp
diff --git a/gpu/gpu.gyp b/gpu/gpu.gyp
index b1791e8c436f7171bbea05e5a7b3358518837a54..f7b73b422f2e49f918290038ca09583e4684ffa4 100644
--- a/gpu/gpu.gyp
+++ b/gpu/gpu.gyp
@@ -451,6 +451,7 @@
'command_buffer/tests/gl_lose_context_chromium_unittest.cc',
'command_buffer/tests/gl_manager.cc',
'command_buffer/tests/gl_manager.h',
+ 'command_buffer/tests/gl_native_gmb_backbuffer_unittest.cc',
'command_buffer/tests/gl_pointcoord_unittest.cc',
'command_buffer/tests/gl_program_unittest.cc',
'command_buffer/tests/gl_query_unittest.cc',
@@ -467,6 +468,8 @@
'command_buffer/tests/gl_unittests_android.cc',
'command_buffer/tests/gl_virtual_contexts_unittest.cc',
'command_buffer/tests/occlusion_query_unittest.cc',
+ 'command_buffer/tests/texture_image_factory.cc',
+ 'command_buffer/tests/texture_image_factory.h',
],
'conditions': [
['OS == "android"', {
« no previous file with comments | « gpu/gles2_conform_support/egl/context.cc ('k') | gpu/ipc/service/gpu_command_buffer_stub.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698