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

Unified Diff: content/common/BUILD.gn

Issue 2352173004: Mojoify FetchEvent of Service Worker. (Closed)
Patch Set: Use EnumTraits Created 4 years, 3 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 7c6f85b370c65018684ea936d8ec20a7f1fb4d1d..09014c0bf9fff2e5c69f8c89d2e29af058a2dfd3 100644
--- a/content/common/BUILD.gn
+++ b/content/common/BUILD.gn
@@ -309,6 +309,8 @@ source_set("common") {
"service_worker/service_worker_messages.h",
"service_worker/service_worker_status_code.cc",
"service_worker/service_worker_status_code.h",
+ "service_worker/service_worker_status_code_traits.cc",
+ "service_worker/service_worker_status_code_traits.h",
shimazu 2016/09/27 01:01:07 I think we can remove these two lines from here be
horo 2016/09/27 02:11:39 Done.
"service_worker/service_worker_type_converters.cc",
"service_worker/service_worker_type_converters.h",
"service_worker/service_worker_types.cc",
@@ -563,6 +565,7 @@ mojom("mojo_bindings") {
"render_message_filter.mojom",
"render_widget_window_tree_client_factory.mojom",
"service_worker/embedded_worker_setup.mojom",
+ "service_worker/fetch_event_dispatcher.mojom",
"storage_partition_service.mojom",
"url_loader.mojom",
"url_loader_factory.mojom",
@@ -574,6 +577,7 @@ mojom("mojo_bindings") {
"//components/leveldb/public/interfaces",
"//device/sensors/public/interfaces",
"//device/time_zone_monitor/public/interfaces",
+ "//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