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

Unified Diff: content/content_browser.gypi

Issue 634643002: content: Out-of-process GPU service support for SurfaceTexture backed GpuMemoryBuffers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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_browser.gypi
diff --git a/content/content_browser.gypi b/content/content_browser.gypi
index c554b2130a30b66347f1dee93ea991134bce33cd..67f9c2aac9a502c1c4a954e414a7b2f651fd4825 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -272,6 +272,8 @@
'browser/android/browser_jni_registrar.h',
'browser/android/browser_startup_controller.cc',
'browser/android/browser_startup_controller.h',
+ 'browser/android/browser_surface_texture_manager.cc',
+ 'browser/android/browser_surface_texture_manager.h',
'browser/android/child_process_launcher_android.cc',
'browser/android/child_process_launcher_android.h',
'browser/android/composited_touch_handle_drawable.cc',
@@ -317,8 +319,6 @@
'browser/android/popup_item_type_list.h',
'browser/android/popup_touch_handle_drawable.cc',
'browser/android/popup_touch_handle_drawable.h',
- 'browser/android/surface_texture_peer_browser_impl.cc',
- 'browser/android/surface_texture_peer_browser_impl.h',
'browser/android/system_ui_resource_manager_impl.cc',
'browser/android/system_ui_resource_manager_impl.h',
'browser/android/tracing_controller_android.cc',

Powered by Google App Engine
This is Rietveld 408576698