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

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: Remove DummyPageHolder and TrackExceptionState for haraken@ comment. 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 2c21d6b7290408a82c51a2e53200291d9e929f19..de066b6aa514d0437d4658301310e99841a4e00b 100644
--- a/third_party/WebKit/Source/modules/modules.gypi
+++ b/third_party/WebKit/Source/modules/modules.gypi
@@ -2020,12 +2020,16 @@
'mediastream/RTCDataChannelTest.cpp',
'notifications/NotificationDataTest.cpp',
'notifications/NotificationResourcesLoaderTest.cpp',
+ 'payments/AbortTest.cpp',
'payments/PaymentAddressTest.cpp',
'payments/PaymentRequestDetailsTest.cpp',
+ 'payments/PaymentRequestTestBase.cpp',
+ 'payments/PaymentRequestTestBase.h',
'payments/PaymentRequestTest.cpp',
'payments/PaymentRequestUpdateEventTest.cpp',
'payments/PaymentResponseTest.cpp',
'payments/PaymentTestHelper.cpp',
+ 'payments/PaymentTestHelper.h',
'payments/PaymentsValidatorsTest.cpp',
'presentation/PresentationAvailabilityTest.cpp',
'push_messaging/PushManagerTest.cpp',

Powered by Google App Engine
This is Rietveld 408576698