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

Unified Diff: components/webmessaging/BUILD.gn

Issue 2004643002: Implement BroadcastChannel (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: revert to mojo interface of PS4 to have less logic in renderer 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
« no previous file with comments | « no previous file | components/webmessaging/DEPS » ('j') | components/webmessaging/broadcast_channel_service.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/webmessaging/BUILD.gn
diff --git a/components/image_fetcher/BUILD.gn b/components/webmessaging/BUILD.gn
similarity index 53%
copy from components/image_fetcher/BUILD.gn
copy to components/webmessaging/BUILD.gn
index ffb753a412bab78f20dede0084f2ac375e6e63e9..e950c3c6878d2056b07d9de867001425e0ffcfdb 100644
--- a/components/image_fetcher/BUILD.gn
+++ b/components/webmessaging/BUILD.gn
@@ -2,14 +2,16 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-source_set("image_fetcher") {
+static_library("webmessaging") {
sources = [
- "image_fetcher.h",
- "image_fetcher_delegate.h",
+ "broadcast_channel_service.cc",
+ "broadcast_channel_service.h",
]
- public_deps = [
+ deps = [
"//base",
+ "//components/webmessaging/public/interfaces",
+ "//mojo/common",
"//url",
]
}
« no previous file with comments | « no previous file | components/webmessaging/DEPS » ('j') | components/webmessaging/broadcast_channel_service.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698