Index: content/content_common.gypi |
diff --git a/content/content_common.gypi b/content/content_common.gypi |
index 92a6628fab49473d5e2097a48c85a4ef6a18738d..bb1c53397e27706ba3a1705b014f5a13494dff64 100644 |
--- a/content/content_common.gypi |
+++ b/content/content_common.gypi |
@@ -132,6 +132,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', |
@@ -543,6 +545,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 |