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

Unified Diff: gpu/ipc/service/BUILD.gn

Issue 2353453002: ui: Remove SurfaceTexture GpuMemoryBuffer type. (Closed)
Patch Set: ui: Remove SurfaceTexture GpuMemoryBuffer type. Created 4 years, 3 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 | « gpu/ipc/common/gpu_memory_buffer_support.cc ('k') | gpu/ipc/service/gpu_memory_buffer_factory.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/ipc/service/BUILD.gn
diff --git a/gpu/ipc/service/BUILD.gn b/gpu/ipc/service/BUILD.gn
index b7f3e6cc9f488cfdfe3678c1e028312834a27f81..26186d88feadbb49393975aee76468eb0977945c 100644
--- a/gpu/ipc/service/BUILD.gn
+++ b/gpu/ipc/service/BUILD.gn
@@ -96,8 +96,6 @@ target(link_target_type, "ipc_service_sources") {
}
if (is_android) {
sources += [
- "gpu_memory_buffer_factory_surface_texture.cc",
- "gpu_memory_buffer_factory_surface_texture.h",
"image_transport_surface_android.cc",
"stream_texture_android.cc",
"stream_texture_android.h",
@@ -167,7 +165,6 @@ test("gpu_ipc_service_unittests") {
]
libs = []
if (is_android) {
- sources += [ "gpu_memory_buffer_factory_surface_texture_unittest.cc" ]
deps += [ "//ui/android:ui_java" ]
}
if (is_mac) {
« no previous file with comments | « gpu/ipc/common/gpu_memory_buffer_support.cc ('k') | gpu/ipc/service/gpu_memory_buffer_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698