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

Unified Diff: content/common/BUILD.gn

Issue 2227593002: ServiceWorker: Implement StartWorker by using mojo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 4 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: content/common/BUILD.gn
diff --git a/content/common/BUILD.gn b/content/common/BUILD.gn
index 3e9cdd60b8ddfcf66ae4af90e44155b1a62804b7..4969a4a69e75626a0f14d2114979a2509e0d3a87 100644
--- a/content/common/BUILD.gn
+++ b/content/common/BUILD.gn
@@ -250,6 +250,7 @@ mojom("mojo_bindings") {
"leveldb_wrapper.mojom",
"render_frame_message_filter.mojom",
"render_widget_window_tree_client_factory.mojom",
+ "service_worker/embedded_worker.mojom",
"service_worker/embedded_worker_setup.mojom",
"storage_partition_service.mojom",
"url_loader.mojom",
@@ -261,6 +262,7 @@ mojom("mojo_bindings") {
public_deps = [
"//components/leveldb/public/interfaces",
+ "//content/public/common:mojo_bindings",
"//device/sensors/public/interfaces",
"//services/shell/public/interfaces",
"//services/ui/public/interfaces",

Powered by Google App Engine
This is Rietveld 408576698