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

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

Issue 2027023002: ImageCapture: move mojom from WebKit/public to media/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rockot@s comment, image_capture.mojom to media/mojo/interfaces/ Created 4 years, 7 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 0a965506c71d987c0d4f4e883c7afc6b360188f7..cd8512d4523ef0ce9c72f84de8f204e93e9320b0 100644
--- a/media/mojo/interfaces/BUILD.gn
+++ b/media/mojo/interfaces/BUILD.gn
@@ -31,3 +31,9 @@ mojom("interfaces") {
"//ui/gfx/geometry/mojo",
]
}
+
+mojom("image_capture") {
+ sources = [
+ "image_capture.mojom",
+ ]
+}

Powered by Google App Engine
This is Rietveld 408576698