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

Unified Diff: content/common/BUILD.gn

Issue 2352173004: Mojoify FetchEvent of Service Worker. (Closed)
Patch Set: incorporated dcheng's comment Created 4 years, 2 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 8159a031f460eed87018202a9eec7c7b281938e4..d40842132f360efc10a64e5a844570cbb6976275 100644
--- a/content/common/BUILD.gn
+++ b/content/common/BUILD.gn
@@ -569,6 +569,7 @@ mojom("mojo_bindings") {
"renderer.mojom",
"service_worker/embedded_worker.mojom",
"service_worker/embedded_worker_setup.mojom",
+ "service_worker/fetch_event_dispatcher.mojom",
"storage_partition_service.mojom",
"url_loader.mojom",
"url_loader_factory.mojom",
@@ -581,6 +582,7 @@ mojom("mojo_bindings") {
"//content/public/common:interfaces",
"//device/sensors/public/interfaces",
"//ipc:mojom",
+ "//mojo/common:common_custom_types",
"//services/shell/public/interfaces",
"//services/ui/public/interfaces",
"//skia/public/interfaces",

Powered by Google App Engine
This is Rietveld 408576698