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

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

Issue 2705293010: PaymentApp: Implement respondWith() in PaymentRequestEvent. (blink side) (Closed)
Patch Set: PaymentApp: Implement respondWith() in PaymentRequestEvent. (blink side) 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
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 f8ccca08acdc867e723553b62b897d453f53c0e6..ea2fb3251aa613191c2397ad97156dda74873d6a 100644
--- a/third_party/WebKit/Source/modules/serviceworkers/BUILD.gn
+++ b/third_party/WebKit/Source/modules/serviceworkers/BUILD.gn
@@ -26,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