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", |
] |
} |