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

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

Issue 2539543002: RELAND: ImageCapture: move image_capture.mojom from media/mojo/interfaces/ to media/capture/mojo/ (Closed)
Patch Set: https://codereview.chromium.org/2526953002 Created 4 years, 1 month 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
« no previous file with comments | « media/capture/content/android/BUILD.gn ('k') | media/capture/mojo/image_capture.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/capture/mojo/BUILD.gn
diff --git a/media/capture/mojo/BUILD.gn b/media/capture/mojo/BUILD.gn
index c1b2258c52a0110f0b4039cd749cc665b0a558e3..fc19ee1920d2c161dc7531fa159327919f5b0b16 100644
--- a/media/capture/mojo/BUILD.gn
+++ b/media/capture/mojo/BUILD.gn
@@ -15,3 +15,9 @@ mojom("capture_types") {
"//ui/gfx/geometry/mojo",
]
}
+
+mojom("image_capture") {
+ sources = [
+ "image_capture.mojom",
+ ]
+}
« no previous file with comments | « media/capture/content/android/BUILD.gn ('k') | media/capture/mojo/image_capture.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698