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

Unified Diff: content/common/BUILD.gn

Issue 2407623002: VideoCapture: migrate last Renderer-->Host msg and start Host-->Renderer migration (Closed)
Patch Set: chfremer@ comments 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: content/common/BUILD.gn
diff --git a/content/common/BUILD.gn b/content/common/BUILD.gn
index d24c6d567111878b647ae29e3e22487db74c2c87..e8dfbe6031f69125ee1c5a20cfd5faa34ef1c411 100644
--- a/content/common/BUILD.gn
+++ b/content/common/BUILD.gn
@@ -579,6 +579,9 @@ mojom("mojo_bindings") {
"//components/leveldb/public/interfaces",
"//content/public/common:interfaces",
"//device/sensors/public/interfaces",
+
+ # TODO(mcasas): remove the following dep after https://crbug.com/653994
+ "//gpu/ipc/common:interfaces",
"//ipc:mojom",
"//services/shell/public/interfaces",
"//services/ui/public/interfaces",
« no previous file with comments | « content/browser/renderer_host/media/video_capture_host_unittest.cc ('k') | content/common/media/video_capture_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698