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

Unified Diff: third_party/WebKit/Source/modules/serviceworkers/BUILD.gn

Issue 2715663002: ServiceWorker: Factor out FetchEvent related logics from RespondWithObserver. (Closed)
Patch Set: ServiceWorker: Factor out FetchEvent related logics from RespondWithObserver. Created 3 years, 9 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 | third_party/WebKit/Source/modules/serviceworkers/FetchEvent.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/modules/serviceworkers/BUILD.gn
diff --git a/third_party/WebKit/Source/modules/serviceworkers/BUILD.gn b/third_party/WebKit/Source/modules/serviceworkers/BUILD.gn
index b08ba25063f74832d8bad7348adb014bf9e3c4ed..f8ccca08acdc867e723553b62b897d453f53c0e6 100644
--- a/third_party/WebKit/Source/modules/serviceworkers/BUILD.gn
+++ b/third_party/WebKit/Source/modules/serviceworkers/BUILD.gn
@@ -12,6 +12,8 @@ blink_modules_sources("serviceworkers") {
"ExtendableMessageEvent.h",
"FetchEvent.cpp",
"FetchEvent.h",
+ "FetchRespondWithObserver.cpp",
+ "FetchRespondWithObserver.h",
"ForeignFetchEvent.cpp",
"ForeignFetchEvent.h",
"ForeignFetchRespondWithObserver.cpp",
« no previous file with comments | « no previous file | third_party/WebKit/Source/modules/serviceworkers/FetchEvent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698