mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2024-11-24 22:36:09 +03:00
50 lines
1.5 KiB
Plaintext
50 lines
1.5 KiB
Plaintext
# Copyright 2016 The Chromium Authors. All rights reserved.
|
|
# Use of this source code is governed by a BSD-style license that can be
|
|
# found in the LICENSE file.
|
|
|
|
import("//third_party/WebKit/Source/modules/modules.gni")
|
|
|
|
blink_modules_sources("payments") {
|
|
sources = [
|
|
"AbortPaymentEvent.cpp",
|
|
"AbortPaymentEvent.h",
|
|
"AbortPaymentRespondWithObserver.cpp",
|
|
"AbortPaymentRespondWithObserver.h",
|
|
"BasicCardHelper.cpp",
|
|
"BasicCardHelper.h",
|
|
"CanMakePaymentEvent.cpp",
|
|
"CanMakePaymentEvent.h",
|
|
"CanMakePaymentRespondWithObserver.cpp",
|
|
"CanMakePaymentRespondWithObserver.h",
|
|
"HTMLIFrameElementPayments.cpp",
|
|
"HTMLIFrameElementPayments.h",
|
|
"PaymentAddress.cpp",
|
|
"PaymentAddress.h",
|
|
"PaymentAppServiceWorkerGlobalScope.h",
|
|
"PaymentAppServiceWorkerRegistration.cpp",
|
|
"PaymentAppServiceWorkerRegistration.h",
|
|
"PaymentCompleter.h",
|
|
"PaymentEventDataConversion.cpp",
|
|
"PaymentEventDataConversion.h",
|
|
"PaymentHandlerUtils.cpp",
|
|
"PaymentHandlerUtils.h",
|
|
"PaymentInstruments.cpp",
|
|
"PaymentInstruments.h",
|
|
"PaymentManager.cpp",
|
|
"PaymentManager.h",
|
|
"PaymentRequest.cpp",
|
|
"PaymentRequest.h",
|
|
"PaymentRequestEvent.cpp",
|
|
"PaymentRequestEvent.h",
|
|
"PaymentRequestRespondWithObserver.cpp",
|
|
"PaymentRequestRespondWithObserver.h",
|
|
"PaymentRequestUpdateEvent.cpp",
|
|
"PaymentRequestUpdateEvent.h",
|
|
"PaymentResponse.cpp",
|
|
"PaymentResponse.h",
|
|
"PaymentUpdater.h",
|
|
"PaymentsValidators.cpp",
|
|
"PaymentsValidators.h",
|
|
]
|
|
}
|