| Index: content/content_common.gypi
|
| diff --git a/content/content_common.gypi b/content/content_common.gypi
|
| index b0a61930f38ac99aa560c2a74cc2264c719f0be1..d3fce9a66d86ab56562420738a137f4960c1d447 100644
|
| --- a/content/content_common.gypi
|
| +++ b/content/content_common.gypi
|
| @@ -104,6 +104,10 @@
|
| 'common/android/command_line.h',
|
| 'common/android/surface_callback.cc',
|
| 'common/android/surface_callback.h',
|
| + 'common/android/surface_texture_bridge.cc',
|
| + 'common/android/surface_texture_bridge.h',
|
| + 'common/android/surface_texture_listener.cc',
|
| + 'common/android/surface_texture_listener.h',
|
| 'common/android/surface_texture_peer.cc',
|
| 'common/android/surface_texture_peer.h',
|
| 'common/android/trace_event_binding.cc',
|
| @@ -197,6 +201,8 @@
|
| 'common/gpu/gpu_memory_manager.h',
|
| 'common/gpu/gpu_messages.h',
|
| 'common/gpu/gpu_process_launch_causes.h',
|
| + 'common/gpu/stream_texture_manager_android.cc',
|
| + 'common/gpu/stream_texture_manager_android.h',
|
| 'common/gpu/gpu_watchdog.h',
|
| 'common/gpu/image_transport_surface.h',
|
| 'common/gpu/image_transport_surface.cc',
|
|
|