| 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 08d52ce6ef1915fa8cb135b9a12d447cd0434c9d..5599d68edd9ef8d73335a85fad62150ee7aae705 100644
|
| --- a/third_party/WebKit/Source/modules/modules.gypi
|
| +++ b/third_party/WebKit/Source/modules/modules.gypi
|
| @@ -150,6 +150,7 @@
|
| 'notifications/Notification.idl',
|
| 'notifications/NotificationEvent.idl',
|
| 'notifications/NotificationPermissionCallback.idl',
|
| + 'payments/PaymentRequest.idl',
|
| 'permissions/Permissions.idl',
|
| 'permissions/PermissionStatus.idl',
|
| 'plugins/MimeType.idl',
|
| @@ -1294,6 +1295,8 @@
|
| 'notifications/ServiceWorkerGlobalScopeNotifications.h',
|
| 'notifications/ServiceWorkerRegistrationNotifications.cpp',
|
| 'notifications/ServiceWorkerRegistrationNotifications.h',
|
| + 'payments/PaymentRequest.cpp',
|
| + 'payments/PaymentRequest.h',
|
| 'permissions/NavigatorPermissions.cpp',
|
| 'permissions/NavigatorPermissions.h',
|
| 'permissions/PermissionController.cpp',
|
|
|