Index: gpu/ipc/client/BUILD.gn |
diff --git a/gpu/ipc/client/BUILD.gn b/gpu/ipc/client/BUILD.gn |
index aa4f317e4af44d50c594979a51a59a060631c2be..53775227407e2b14bdb033700ad1ac752110a3e1 100644 |
--- a/gpu/ipc/client/BUILD.gn |
+++ b/gpu/ipc/client/BUILD.gn |
@@ -35,13 +35,6 @@ source_set("ipc_client_sources") { |
"gpu_process_hosted_ca_layer_tree_params.h", |
] |
} |
- if (is_android) { |
- sources += [ |
- "android/in_process_surface_texture_manager.cc", |
- "android/in_process_surface_texture_manager.h", |
- ] |
- libs = [ "android" ] |
- } |
if (use_ozone) { |
sources += [ |
"gpu_memory_buffer_impl_ozone_native_pixmap.cc", |