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

Unified Diff: media/mojo/interfaces/media_types.typemap

Issue 2405423002: [Video Capture Service] Move Mojo structs and enums to media/capture/mojo (Closed)
Patch Set: Fix dependency issues Created 4 years, 2 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/media_types.typemap
diff --git a/media/mojo/interfaces/media_types.typemap b/media/mojo/interfaces/media_types.typemap
index 13a15251fb00ddaaa6b726d1eba2aa5b119308c8..60cee01bee7a09d4a9010ffe6f398471e5a3b241 100644
--- a/media/mojo/interfaces/media_types.typemap
+++ b/media/mojo/interfaces/media_types.typemap
@@ -16,7 +16,10 @@ public_headers = [
"//media/base/video_types.h",
]
-traits_headers = [ "//media/base/ipc/media_param_traits_macros.h" ]
+traits_headers = [
+ "//media/base/ipc/media_param_traits_macros.h",
+ "//media/mojo/interfaces/media_types_typemap_traits.h",
+]
deps = [
"//media",

Powered by Google App Engine
This is Rietveld 408576698