Index: gpu/ipc/common/BUILD.gn |
diff --git a/gpu/ipc/common/BUILD.gn b/gpu/ipc/common/BUILD.gn |
index 5d4cb18d692da35a117f9ba0beccbfb370dde78c..67c4d8b1b0f6a7605c432dd19e2eb666aaf5f965 100644 |
--- a/gpu/ipc/common/BUILD.gn |
+++ b/gpu/ipc/common/BUILD.gn |
@@ -25,6 +25,15 @@ source_set("ipc_common_sources") { |
"memory_stats.h", |
] |
+ if (is_android) { |
+ sources += [ |
+ "android/surface_texture_manager.cc", |
+ "android/surface_texture_manager.h", |
+ "android/surface_texture_peer.cc", |
+ "android/surface_texture_peer.h", |
+ ] |
+ } |
+ |
configs += [ |
"//gpu:gpu_implementation", |
"//third_party/khronos:khronos_headers", |