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

Unified Diff: gpu/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
Index: gpu/BUILD.gn
diff --git a/gpu/BUILD.gn b/gpu/BUILD.gn
index d198548df7b8dc6086698d522f41c12cde529523..4663a52552e662f99365dc46d12b38729fa49ccf 100644
--- a/gpu/BUILD.gn
+++ b/gpu/BUILD.gn
@@ -331,11 +331,6 @@ test("gpu_unittests") {
"ipc/common/struct_traits_unittest.cc",
]
- if (is_android) {
- sources +=
- [ "ipc/client/gpu_memory_buffer_impl_surface_texture_unittest.cc" ]
- }
-
if (is_mac) {
sources += [ "ipc/client/gpu_memory_buffer_impl_io_surface_unittest.cc" ]
}

Powered by Google App Engine
This is Rietveld 408576698