| 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 4fdcd074f9c659091ec46ff392594da33f29c6fa..7145a29192482c330bbd4143e1fcc9bc26c76913 100644
|
| --- a/third_party/WebKit/Source/modules/modules.gypi
|
| +++ b/third_party/WebKit/Source/modules/modules.gypi
|
| @@ -1353,11 +1353,15 @@
|
| 'offscreencanvas/OffscreenCanvasRenderingContextFactory.h',
|
| 'offscreencanvas2d/OffscreenCanvasRenderingContext2D.cpp',
|
| 'offscreencanvas2d/OffscreenCanvasRenderingContext2D.h',
|
| + 'payments/PaymentCompleter.h',
|
| 'payments/PaymentRequest.cpp',
|
| 'payments/PaymentRequest.h',
|
| 'payments/PaymentResponse.cpp',
|
| 'payments/PaymentResponse.h',
|
| + 'payments/ShippingAddress.cpp',
|
| 'payments/ShippingAddress.h',
|
| + 'payments/PaymentsValidators.h',
|
| + 'payments/PaymentsValidators.cpp',
|
| 'permissions/NavigatorPermissions.cpp',
|
| 'permissions/NavigatorPermissions.h',
|
| 'permissions/PermissionController.cpp',
|
| @@ -1997,6 +2001,12 @@
|
| 'mediastream/MediaConstraintsTest.cpp',
|
| 'mediastream/RTCDataChannelTest.cpp',
|
| 'notifications/NotificationDataTest.cpp',
|
| + 'payments/PaymentDetailsTestHelper.cpp',
|
| + 'payments/PaymentRequestTest.cpp',
|
| + 'payments/PaymentRequestDetailsTest.cpp',
|
| + 'payments/PaymentResponseTest.cpp',
|
| + 'payments/PaymentsValidatorsTest.cpp',
|
| + 'payments/ShippingAddressTest.cpp',
|
| 'presentation/PresentationAvailabilityTest.cpp',
|
| 'push_messaging/PushManagerTest.cpp',
|
| 'push_messaging/PushMessageDataTest.cpp',
|
|
|