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

Unified Diff: content/content_common.gypi

Issue 10695020: upstream SurfaceTextureListener and SurfaceTextureBridge class for android (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixing nits Created 8 years, 6 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
« no previous file with comments | « content/common/gpu/stream_texture_manager_android.cc ('k') | content/content_jni.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_common.gypi
diff --git a/content/content_common.gypi b/content/content_common.gypi
index 0118e4370171bce9b40e0b9df04f7d067da16916..003863361c7ccfc366b5cd6c7f1affe26c22c54f 100644
--- a/content/content_common.gypi
+++ b/content/content_common.gypi
@@ -106,6 +106,10 @@
'common/android/common_jni_registrar.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',
@@ -199,6 +203,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',
« no previous file with comments | « content/common/gpu/stream_texture_manager_android.cc ('k') | content/content_jni.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698