| Index: gpu/ipc/common/BUILD.gn
|
| diff --git a/gpu/ipc/common/BUILD.gn b/gpu/ipc/common/BUILD.gn
|
| index 629ae545aefa1728b79244b82cc05bd47795cfa3..d6dce7a7b8e6eb5ff1be733a65a8cb5da4d7529e 100644
|
| --- a/gpu/ipc/common/BUILD.gn
|
| +++ b/gpu/ipc/common/BUILD.gn
|
| @@ -106,6 +106,8 @@ source_set("ipc_common_sources") {
|
|
|
| if (is_android) {
|
| sources += [
|
| + "android/scoped_surface_request_conduit.cc",
|
| + "android/scoped_surface_request_conduit.h",
|
| "android/surface_texture_manager.cc",
|
| "android/surface_texture_manager.h",
|
| "android/surface_texture_peer.cc",
|
|
|