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

Unified Diff: third_party/WebKit/Source/modules/modules.gypi

Issue 2048823004: PaymentRequest.abort() should return a promise. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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/modules.gypi
diff --git a/third_party/WebKit/Source/modules/modules.gypi b/third_party/WebKit/Source/modules/modules.gypi
index 2336e6b207a3aed37da2b538ab83c11966391dbc..26ecc751eb6e11a7d18cbbf2f104111c68161f10 100644
--- a/third_party/WebKit/Source/modules/modules.gypi
+++ b/third_party/WebKit/Source/modules/modules.gypi
@@ -2006,9 +2006,15 @@
'mediastream/RTCDataChannelTest.cpp',
'notifications/NotificationDataTest.cpp',
'notifications/NotificationResourcesLoaderTest.cpp',
+ 'payments/AbortTest.cpp',
+ 'payments/MockFunction.cpp',
+ 'payments/MockFunction.h',
'payments/PaymentAddressTest.cpp',
'payments/PaymentDetailsTestHelper.cpp',
+ 'payments/PaymentDetailsTestHelper.h',
'payments/PaymentRequestDetailsTest.cpp',
+ 'payments/PaymentRequestTestBase.cpp',
+ 'payments/PaymentRequestTestBase.h',
'payments/PaymentRequestTest.cpp',
'payments/PaymentRequestUpdateEventTest.cpp',
'payments/PaymentResponseTest.cpp',

Powered by Google App Engine
This is Rietveld 408576698