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

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

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/capture/mojo/BUILD.gn
diff --git a/components/rappor/public/interfaces/BUILD.gn b/media/capture/mojo/BUILD.gn
similarity index 68%
copy from components/rappor/public/interfaces/BUILD.gn
copy to media/capture/mojo/BUILD.gn
index 1c9a554265aaee1d42028cdf6b3a484490af2ac1..8215ce7c453beac7be872166ae0267e930cec586 100644
--- a/components/rappor/public/interfaces/BUILD.gn
+++ b/media/capture/mojo/BUILD.gn
@@ -4,12 +4,13 @@
import("//mojo/public/tools/bindings/mojom.gni")
-mojom("interfaces") {
+mojom("capture_types") {
sources = [
- "rappor_recorder.mojom",
+ "video_capture_types.mojom",
]
public_deps = [
- "//url/mojo:url_mojom_gurl",
+ "//media/mojo/interfaces",
+ "//ui/gfx/geometry/mojo",
]
}

Powered by Google App Engine
This is Rietveld 408576698