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

Unified Diff: content/common/BUILD.gn

Issue 2289543003: IPC->mojo of audio_renderer_host (Closed)
Patch Set: It builds \o/. Created 4 years, 3 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 33c59827741b5856267c6f811d434e4b73cd8784..105c433f8b9806e81ac58f5af9c9d37ec003b2d8 100644
--- a/content/common/BUILD.gn
+++ b/content/common/BUILD.gn
@@ -252,6 +252,10 @@ mojom("mojo_bindings") {
import_dirs = [ "//mojo/services" ]
+ deps = [
+ "//media/mojo/interfaces",
+ ]
+
public_deps = [
"//components/leveldb/public/interfaces",
"//device/sensors/public/interfaces",

Powered by Google App Engine
This is Rietveld 408576698