Index: content/content_common.gypi |
diff --git a/content/content_common.gypi b/content/content_common.gypi |
index 1d2b4094b7f862e7b947184f0a437751395fc5d4..58bab4dd2dbfe9d8d9ade5a8ca5325b91aee5f97 100644 |
--- a/content/content_common.gypi |
+++ b/content/content_common.gypi |
@@ -251,12 +251,15 @@ |
'common/gpu/client/gl_helper_scaling.h', |
'common/gpu/client/gpu_channel_host.cc', |
'common/gpu/client/gpu_channel_host.h', |
+ 'common/gpu/client/gpu_memory_buffer_factory_host.cc', |
'common/gpu/client/gpu_memory_buffer_factory_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_native_buffer.cc', |
+ 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.h', |
'common/gpu/client/gpu_memory_buffer_impl_shared_memory.cc', |
'common/gpu/client/gpu_memory_buffer_impl_shared_memory.h', |
'common/gpu/client/gpu_memory_buffer_impl_win.cc', |
@@ -891,6 +894,12 @@ |
'../ui/ozone/ozone.gyp:ozone', |
'../ui/ozone/gpu/ozone_gpu.gyp:ozone_gpu', |
], |
+ 'sources': [ |
+ 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', |
+ ], |
+ 'sources!': [ |
+ 'common/gpu/client/gpu_memory_buffer_impl_linux.cc', |
+ ], |
}], |
], |
} |