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

Unified Diff: gpu/gpu_common.gypi

Issue 14456004: GPU client side changes for GpuMemoryBuffers (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@glapi
Patch Set: Updated the extension documentation Created 7 years, 7 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_common.gypi
diff --git a/gpu/gpu_common.gypi b/gpu/gpu_common.gypi
index 432457bbda390d47fb70b159a5a57c28a639397f..f7c9c3842c487ce6e381a8b690c10f71e895045a 100644
--- a/gpu/gpu_common.gypi
+++ b/gpu/gpu_common.gypi
@@ -39,6 +39,16 @@
'command_buffer/client/gpu_memory_buffer.h',
'command_buffer/client/gpu_memory_buffer_factory.cc',
'command_buffer/client/gpu_memory_buffer_factory.h',
+ 'command_buffer/client/gpu_memory_buffer_mock.cc',
greggman 2013/05/10 00:12:22 Mocks do no belong here. They should get put in th
kaanb 2013/05/13 23:00:36 Done.
+ 'command_buffer/client/gpu_memory_buffer_mock.h',
+ 'command_buffer/client/gpu_memory_buffer_tracker.h',
+ 'command_buffer/client/gpu_memory_buffer_tracker_in_process.cc',
+ 'command_buffer/client/gpu_memory_buffer_tracker_in_process.h',
+ 'command_buffer/client/gpu_memory_buffer_tracker_mock.cc',
+ 'command_buffer/client/gpu_memory_buffer_tracker_mock.h',
+ 'command_buffer/client/image_factory.h',
+ 'command_buffer/client/image_factory_mock.cc',
+ 'command_buffer/client/image_factory_mock.h',
'command_buffer/client/program_info_manager.cc',
'command_buffer/client/program_info_manager.h',
'command_buffer/client/query_tracker.cc',

Powered by Google App Engine
This is Rietveld 408576698