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

Unified Diff: content/content_common.gypi

Issue 195583003: Add initial GpuMemoryBufferSurfaceTexture implementation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add CalledOnValidThread() check. 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: content/content_common.gypi
diff --git a/content/content_common.gypi b/content/content_common.gypi
index 8e46bb5b3c4be2c59489cf8bb1f8fe723eb2c2df..eefac215d3cae6da1f754562c0622177a0bcfe26 100644
--- a/content/content_common.gypi
+++ b/content/content_common.gypi
@@ -119,6 +119,8 @@
'common/android/device_telephony_info.h',
'common/android/hash_set.cc',
'common/android/hash_set.h',
+ 'common/android/surface_texture_lookup.cc',
+ 'common/android/surface_texture_lookup.h',
'common/android/surface_texture_peer.cc',
'common/android/surface_texture_peer.h',
'common/appcache_messages.h',
@@ -494,6 +496,10 @@
},
}],
['OS=="android"',{
+ 'sources': [
+ 'common/gpu/client/gpu_memory_buffer_impl_surface_texture.cc',
+ 'common/gpu/client/gpu_memory_buffer_impl_surface_texture.h',
+ ],
'link_settings': {
'libraries': [
'-landroid', # ANativeWindow

Powered by Google App Engine
This is Rietveld 408576698