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

Unified Diff: components/webmessaging/public/interfaces/BUILD.gn

Issue 2004643002: Implement BroadcastChannel (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase and slightly improved tests Created 4 years, 7 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: components/webmessaging/public/interfaces/BUILD.gn
diff --git a/components/password_manager/content/public/interfaces/BUILD.gn b/components/webmessaging/public/interfaces/BUILD.gn
similarity index 77%
copy from components/password_manager/content/public/interfaces/BUILD.gn
copy to components/webmessaging/public/interfaces/BUILD.gn
index e032e8afb07a40e3e12b70a123f24b262d863f71..9f4126879949293037130e4790b735bbd125c617 100644
--- a/components/password_manager/content/public/interfaces/BUILD.gn
+++ b/components/webmessaging/public/interfaces/BUILD.gn
@@ -4,12 +4,11 @@
import("//mojo/public/tools/bindings/mojom.gni")
-mojom("interfaces") {
- sources = [
- "credential_manager.mojom",
- ]
+mojom_files = [ "broadcast_channel.mojom" ]
- public_deps = [
+mojom("interfaces") {
+ sources = mojom_files
+ deps = [
"//url/mojo:url_mojom_origin",
]
}

Powered by Google App Engine
This is Rietveld 408576698