Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(569)

Unified Diff: media/mojo/interfaces/BUILD.gn

Issue 2908303003: media: Create Mojo StructTraits for VideoFrame (Closed)
Patch Set: Remove death test. Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: media/mojo/interfaces/BUILD.gn
diff --git a/media/mojo/interfaces/BUILD.gn b/media/mojo/interfaces/BUILD.gn
index 745536026c008e3fc78c392bc28ea3fe93e3b36c..88e8bcb535ed7b2807776b853bc05609ef2d1f45 100644
--- a/media/mojo/interfaces/BUILD.gn
+++ b/media/mojo/interfaces/BUILD.gn
@@ -51,3 +51,13 @@ mojom("remoting") {
"remoting.mojom",
]
}
+
+mojom("test_interfaces") {
+ testonly = true
+ sources = [
+ "traits_test_service.mojom",
+ ]
+ public_deps = [
+ ":interfaces",
+ ]
+}

Powered by Google App Engine
This is Rietveld 408576698