Index: content/content_common.gypi |
diff --git a/content/content_common.gypi b/content/content_common.gypi |
index 888a1dea0494198bdb57bc9507c387af469243bb..a67a4ce7dd9f89394e8583fed572059f3961f944 100644 |
--- a/content/content_common.gypi |
+++ b/content/content_common.gypi |
@@ -193,6 +193,13 @@ |
'common/gpu/client/gpu_channel_host.h', |
'common/gpu/client/gpu_memory_buffer_impl.cc', |
'common/gpu/client/gpu_memory_buffer_impl.h', |
+ 'common/gpu/client/gpu_memory_buffer_impl_android.cc', |
+ 'common/gpu/client/gpu_memory_buffer_impl_linux.cc', |
+ 'common/gpu/client/gpu_memory_buffer_impl_mac.cc', |
+ 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', |
+ 'common/gpu/client/gpu_memory_buffer_impl_shm.cc', |
+ 'common/gpu/client/gpu_memory_buffer_impl_shm.h', |
+ 'common/gpu/client/gpu_memory_buffer_impl_win.cc', |
'common/gpu/client/gpu_video_decode_accelerator_host.cc', |
'common/gpu/client/gpu_video_decode_accelerator_host.h', |
'common/gpu/client/gpu_video_encode_accelerator_host.cc', |
@@ -432,6 +439,10 @@ |
], |
}], |
['OS=="mac"', { |
+ 'sources': [ |
+ 'common/gpu/client/gpu_memory_buffer_impl_io_surface.cc', |
+ 'common/gpu/client/gpu_memory_buffer_impl_io_surface.h', |
+ ], |
'sources!': [ |
'common/plugin_list_posix.cc', |
], |