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

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

Issue 2525483005: Remove SurfaceTextureManager (Closed)
Patch Set: Fix link error Created 4 years 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/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",
« no previous file with comments | « gpu/command_buffer/common/unittest_main.cc ('k') | gpu/ipc/client/android/in_process_surface_texture_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698