Index: media/mojo/interfaces/BUILD.gn |
diff --git a/media/mojo/interfaces/BUILD.gn b/media/mojo/interfaces/BUILD.gn |
index fabec4240075bca7941fa921638ddd908a8f96ec..1f2ae38da4e9a40414d47eaf98d383b2006f1ff5 100644 |
--- a/media/mojo/interfaces/BUILD.gn |
+++ b/media/mojo/interfaces/BUILD.gn |
@@ -13,6 +13,10 @@ mojom("interfaces") { |
"media_types.mojom", |
] |
+ if (is_chromeos) { |
+ sources += [ "platform_verification.mojom" ] |
+ } |
+ |
deps = [ |
"//ui/mojo/geometry:interfaces", |
] |