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

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

Issue 2627463003: Convert MediaRouter mojom apis to intake url::Origin objects instead of strings (Closed)
Patch Set: Add missing dependency for extensions_renderer_resources target Created 3 years, 10 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 5de0f258c9b9d071da32acc57bc6bdba3e4c9e43..a9c4bfb69c4c301c5ec9ae83208dd98cefa962a1 100644
--- a/chrome/browser/media/router/BUILD.gn
+++ b/chrome/browser/media/router/BUILD.gn
@@ -102,6 +102,7 @@ mojom("mojo_bindings") {
public_deps = [
"//mojo/common:common_custom_types",
+ "//url/mojo:url_mojom_origin",
]
}

Powered by Google App Engine
This is Rietveld 408576698