summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/modules/payments/idls.gni
blob: 407fbe42d66f3983bdc7b3cbd32999cc3593aa26 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
# Copyright 2020 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.

modules_idl_files = [
  "abort_payment_event.idl",
  "can_make_payment_event.idl",
  "merchant_validation_event.idl",
  "payment_address.idl",
  "payment_instruments.idl",
  "payment_manager.idl",
  "payment_method_change_event.idl",
  "payment_request.idl",
  "payment_request_event.idl",
  "payment_request_update_event.idl",
  "payment_response.idl",
]

modules_dictionary_idl_files = [
  "address_errors.idl",
  "address_init.idl",
  "android_pay_method_data.idl",
  "basic_card_request.idl",
  "secure_payment_confirmation_request.idl",
  "can_make_payment_event_init.idl",
  "can_make_payment_response.idl",
  "image_object.idl",
  "merchant_validation_event_init.idl",
  "payer_errors.idl",
  "payment_currency_amount.idl",
  "payment_details_base.idl",
  "payment_details_init.idl",
  "payment_details_modifier.idl",
  "payment_details_update.idl",
  "payment_handler_response.idl",
  "payment_instrument.idl",
  "payment_item.idl",
  "payment_method_change_event_init.idl",
  "payment_method_data.idl",
  "payment_options.idl",
  "payment_request_details_update.idl",
  "payment_request_event_init.idl",
  "payment_request_update_event_init.idl",
  "payment_shipping_option.idl",
  "payment_validation_errors.idl",
]

modules_dependency_idl_files = [
  "html_iframe_element_payments.idl",
  "payment_app_service_worker_global_scope.idl",
  "payment_app_service_worker_registration.idl",
]