Index: cc/ipc/BUILD.gn |
diff --git a/cc/ipc/BUILD.gn b/cc/ipc/BUILD.gn |
index f7b4fd9ad6414b85c3f0d559b66f8ff648b78d2a..fedd4f5ae791f28d15ceb4ee420fa78e6c98705f 100644 |
--- a/cc/ipc/BUILD.gn |
+++ b/cc/ipc/BUILD.gn |
@@ -37,8 +37,13 @@ component("ipc") { |
mojom("interfaces") { |
sources = [ |
"render_pass_id.mojom", |
+ "returned_resource.mojom", |
"surface_id.mojom", |
] |
+ |
+ public_deps = [ |
+ "//gpu/ipc/common:interfaces", |
+ ] |
} |
mojom("test_interfaces") { |