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

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

Issue 2699713003: [WIP] RespondWithObserver
Patch Set: RespondWithObserver Created 3 years, 10 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/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..ea2fb3251aa613191c2397ad97156dda74873d6a 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",
@@ -24,6 +26,8 @@ blink_modules_sources("serviceworkers") {
"NavigationPreloadManager.h",
"NavigatorServiceWorker.cpp",
"NavigatorServiceWorker.h",
+ "PaymentRequestRespondWithObserver.cpp",
+ "PaymentRequestRespondWithObserver.h",
"RespondWithObserver.cpp",
"RespondWithObserver.h",
"ServiceWorker.cpp",

Powered by Google App Engine
This is Rietveld 408576698