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

Unified Diff: content/common/BUILD.gn

Issue 2405423002: [Video Capture Service] Move Mojo structs and enums to media/capture/mojo (Closed)
Patch Set: Revert Mojo enum VideoPixelFormat to native 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
« no previous file with comments | « chrome/renderer/BUILD.gn ('k') | content/common/indexed_db/indexed_db_struct_traits.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/BUILD.gn
diff --git a/content/common/BUILD.gn b/content/common/BUILD.gn
index c31a261c3788bb06d8faf37ff92459e64e9cb406..0aecb40846ecec1a4e582bb23b6816fbd11f8d41 100644
--- a/content/common/BUILD.gn
+++ b/content/common/BUILD.gn
@@ -379,6 +379,7 @@ source_set("common") {
"//media:shared_memory_support",
"//media/base/ipc",
"//media/capture",
+ "//media/capture/ipc",
"//media/gpu/ipc/client",
"//media/gpu/ipc/common",
"//media/midi",
@@ -590,6 +591,7 @@ mojom("mojo_bindings") {
# TODO(mcasas): remove the following dep after https://crbug.com/653994
"//gpu/ipc/common:interfaces",
"//ipc:mojom",
+ "//media/capture/mojo:capture_types",
"//media/mojo/interfaces",
"//mojo/common:common_custom_types",
"//services/service_manager/public/interfaces",
« no previous file with comments | « chrome/renderer/BUILD.gn ('k') | content/common/indexed_db/indexed_db_struct_traits.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698