2017-05-25 20:50:32 +03:00
|
|
|
# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
|
|
|
|
# vim: set filetype=python:
|
|
|
|
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
|
|
|
|
|
|
XPIDL_SOURCES += [
|
2017-06-14 10:59:00 +03:00
|
|
|
"nsIPaymentActionResponse.idl",
|
2017-06-23 12:15:51 +03:00
|
|
|
"nsIPaymentAddress.idl",
|
2017-05-25 20:50:32 +03:00
|
|
|
"nsIPaymentRequest.idl",
|
|
|
|
"nsIPaymentRequestService.idl",
|
2017-06-14 10:59:00 +03:00
|
|
|
"nsIPaymentUIService.idl",
|
2017-05-25 20:50:32 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
XPIDL_MODULE = "dom_payments"
|