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

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: Include what you use 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 9d5175421494d4fe5a70d8e4d78b803a73f201c8..bdd6657a78490b6781338a425422198d79879404 100644
--- a/third_party/WebKit/Source/modules/modules.gypi
+++ b/third_party/WebKit/Source/modules/modules.gypi
@@ -2017,12 +2017,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