Index: chrome/browser/media/router/BUILD.gn |
diff --git a/chrome/browser/media/router/BUILD.gn b/chrome/browser/media/router/BUILD.gn |
index 746eaa9e3ea1baedd0e2c87c23ef6e79b67cb0e0..623fbc39a02bf1c9b8d692d01292b8ba4a662632 100644 |
--- a/chrome/browser/media/router/BUILD.gn |
+++ b/chrome/browser/media/router/BUILD.gn |
@@ -66,6 +66,12 @@ source_set("unit_tests") { |
] |
} |
+mojom("mojo_bindings") { |
+ sources = [ |
+ "media_router_api.mojom", |
+ ] |
+} |
+ |
# Optional standalone test binary, for faster isolated builds. |
test("unit_tests_main") { |
deps = [ |