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

Unified Diff: third_party/WebKit/public/BUILD.gn

Issue 2703343002: ServiceWorker: Use mojo's data pipe for respondWith(stream) (Closed)
Patch Set: Used TEST_P to test closing the connection first and On{Aborted,Completed} first Created 3 years, 8 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: third_party/WebKit/public/BUILD.gn
diff --git a/third_party/WebKit/public/BUILD.gn b/third_party/WebKit/public/BUILD.gn
index febc9f155b60979053acd68c30054550daee62f7..8ea38384101f6d52ac429feb3d257b0d65b013f9 100644
--- a/third_party/WebKit/public/BUILD.gn
+++ b/third_party/WebKit/public/BUILD.gn
@@ -713,6 +713,7 @@ mojom("mojo_bindings") {
"platform/modules/presentation/presentation.mojom",
"platform/modules/sensitive_input_visibility/sensitive_input_visibility_service.mojom",
"platform/modules/serviceworker/service_worker_event_status.mojom",
+ "platform/modules/serviceworker/service_worker_stream_handle.mojom",
"platform/modules/websockets/websocket.mojom",
"platform/referrer.mojom",
"platform/site_engagement.mojom",

Powered by Google App Engine
This is Rietveld 408576698