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

Unified Diff: content/content_common.gypi

Issue 255713008: Change glimage to accept a type. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: First draft Created 6 years, 8 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: content/content_common.gypi
diff --git a/content/content_common.gypi b/content/content_common.gypi
index 34bda3a9a54fe5940146e412809d319c8b98e42d..c4ab5f08c9fb3bcc619e71c0e73074cde0ba4af7 100644
--- a/content/content_common.gypi
+++ b/content/content_common.gypi
@@ -234,6 +234,8 @@
'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_ozone.h',
'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',
@@ -582,6 +584,11 @@
'common/gpu/x_util.h',
],
}],
+ ['use_ozone == 1', {
+ 'sources!': [
+ 'common/gpu/client/gpu_memory_buffer_impl_linux.cc',
+ ]
+ }],
['enable_plugins==1', {
'dependencies': [
'../ppapi/ppapi_internal.gyp:ppapi_shared',

Powered by Google App Engine
This is Rietveld 408576698