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

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: address dcheng's comments Created 4 years, 6 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/ash/sysui/public/interfaces/BUILD.gn b/components/webmessaging/public/interfaces/BUILD.gn
similarity index 80%
copy from ash/sysui/public/interfaces/BUILD.gn
copy to components/webmessaging/public/interfaces/BUILD.gn
index 5dc80b1c58fa8d6d1d4d68ff15af828aa7197fdb..fa0bdf0eae393293672dcf42a769d2369a824602 100644
--- a/ash/sysui/public/interfaces/BUILD.gn
+++ b/components/webmessaging/public/interfaces/BUILD.gn
@@ -6,10 +6,9 @@ import("//mojo/public/tools/bindings/mojom.gni")
mojom("interfaces") {
sources = [
- "wallpaper.mojom",
+ "broadcast_channel.mojom",
]
-
deps = [
- "//skia/public/interfaces",
+ "//url/mojo:url_mojom_origin",
]
}
« no previous file with comments | « components/webmessaging/broadcast_channel_provider.cc ('k') | components/webmessaging/public/interfaces/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698