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

Unified Diff: chrome/browser/media/router/BUILD.gn

Issue 1055403006: Upstreaming review for Media Router Mojo interface. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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: chrome/browser/media/router/BUILD.gn
diff --git a/chrome/browser/media/router/BUILD.gn b/chrome/browser/media/router/BUILD.gn
index 746eaa9e3ea1baedd0e2c87c23ef6e79b67cb0e0..623fbc39a02bf1c9b8d692d01292b8ba4a662632 100644
--- a/chrome/browser/media/router/BUILD.gn
+++ b/chrome/browser/media/router/BUILD.gn
@@ -66,6 +66,12 @@ source_set("unit_tests") {
]
}
+mojom("mojo_bindings") {
+ sources = [
+ "media_router_api.mojom",
+ ]
+}
+
# Optional standalone test binary, for faster isolated builds.
test("unit_tests_main") {
deps = [
« no previous file with comments | « no previous file | chrome/browser/media/router/media_router.gyp » ('j') | chrome/browser/media/router/media_router.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698