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

Unified Diff: gpu/command_buffer_service.gypi

Issue 180723023: gpu: Mailbox emulation with EGLImage (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: oops Created 6 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/command_buffer_service.gypi
diff --git a/gpu/command_buffer_service.gypi b/gpu/command_buffer_service.gypi
index b51da1a4318eb626a2a243bbf401d5a468a318c9..8ccf2c57a650f1230f642428fb9c03864b355feb 100644
--- a/gpu/command_buffer_service.gypi
+++ b/gpu/command_buffer_service.gypi
@@ -99,6 +99,8 @@
'command_buffer/service/logger.h',
'command_buffer/service/mailbox_manager.cc',
'command_buffer/service/mailbox_manager.h',
+ 'command_buffer/service/mailbox_synchronizer.cc',
+ 'command_buffer/service/mailbox_synchronizer.h',
'command_buffer/service/memory_program_cache.h',
'command_buffer/service/memory_program_cache.cc',
'command_buffer/service/mocks.h',
@@ -120,6 +122,8 @@
'command_buffer/service/shader_translator_cache.cc',
'command_buffer/service/stream_texture_manager_in_process_android.h',
'command_buffer/service/stream_texture_manager_in_process_android.cc',
+ 'command_buffer/service/texture_definition.h',
+ 'command_buffer/service/texture_definition.cc',
'command_buffer/service/texture_manager.h',
'command_buffer/service/texture_manager.cc',
'command_buffer/service/transfer_buffer_manager.cc',

Powered by Google App Engine
This is Rietveld 408576698