1 # -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
2 # vim: set filetype=python:
3 # This Source Code Form is subject to the terms of the Mozilla Public
4 # License, v. 2.0. If a copy of the MPL was not distributed with this
5 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
12 "PaymentRequestData.h",
13 "PaymentRequestService.h",
16 EXPORTS.mozilla.dom += [
17 "MerchantValidationEvent.h",
19 "PaymentMethodChangeEvent.h",
21 "PaymentRequestManager.h",
22 "PaymentRequestUpdateEvent.h",
27 "BasicCardPayment.cpp",
28 "MerchantValidationEvent.cpp",
29 "PaymentActionResponse.cpp",
31 "PaymentMethodChangeEvent.cpp",
33 "PaymentRequestData.cpp",
34 "PaymentRequestManager.cpp",
35 "PaymentRequestService.cpp",
36 "PaymentRequestUpdateEvent.cpp",
37 "PaymentRequestUtils.cpp",
38 "PaymentResponse.cpp",
45 include("/ipc/chromium/chromium-config.mozbuild")
50 BUG_COMPONENT = ("Core", "DOM: Web Payments")
52 BROWSER_CHROME_MANIFESTS += ["test/browser.ini"]
53 MOCHITEST_MANIFESTS += ["test/mochitest.ini"]