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

Unified Diff: services/video_capture/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: services/video_capture/BUILD.gn
diff --git a/services/video_capture/BUILD.gn b/services/video_capture/BUILD.gn
index d42b9e3989c4e235e994242d28239da8f10d09ce..74d0ded9860fa72330b39383669c53fc010a1a50 100644
--- a/services/video_capture/BUILD.gn
+++ b/services/video_capture/BUILD.gn
@@ -89,6 +89,8 @@ test("video_capture_unittests") {
":video_capture",
"//base",
"//base/test:test_support",
+ "//media/capture:capture",
+ "//media/capture/mojo:capture_types",
"//media/mojo/common:common",
"//services/service_manager/public/cpp",
"//services/service_manager/public/cpp:service_test_support",

Powered by Google App Engine
This is Rietveld 408576698