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

Unified Diff: content/content_common.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: one last build fix 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_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': [
« no previous file with comments | « content/content_browser.gypi ('k') | content/public/android/java/src/org/chromium/content/app/ChildProcessService.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698