| Index: content/content_common.gypi
|
| diff --git a/content/content_common.gypi b/content/content_common.gypi
|
| index d2ac8bf998475d6ff236e19803642de1cf85b6a2..47538d6aa7290db02aafd04186f195fa89e2ce71 100644
|
| --- a/content/content_common.gypi
|
| +++ b/content/content_common.gypi
|
| @@ -154,8 +154,8 @@
|
| 'common/android/gin_java_bridge_value.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_manager.cc',
|
| + 'common/android/surface_texture_manager.h',
|
| 'common/android/surface_texture_peer.cc',
|
| 'common/android/surface_texture_peer.h',
|
| 'common/appcache_interfaces.cc',
|
| @@ -669,6 +669,8 @@
|
| 'sources': [
|
| 'common/gpu/client/gpu_memory_buffer_impl_surface_texture.cc',
|
| 'common/gpu/client/gpu_memory_buffer_impl_surface_texture.h',
|
| + 'common/gpu/gpu_memory_buffer_factory_surface_texture.cc',
|
| + 'common/gpu/gpu_memory_buffer_factory_surface_texture.h',
|
| ],
|
| 'link_settings': {
|
| 'libraries': [
|
|
|