| OLD | NEW |
| 1 # Copyright 2016 The Chromium Authors. All rights reserved. | 1 # Copyright 2016 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 | 4 |
| 5 import("//third_party/WebKit/Source/modules/modules.gni") | 5 import("//third_party/WebKit/Source/modules/modules.gni") |
| 6 | 6 |
| 7 blink_modules_sources("payments") { | 7 blink_modules_sources("payments") { |
| 8 sources = [ | 8 sources = [ |
| 9 "HTMLIFrameElementPayments.cpp", | 9 "HTMLIFrameElementPayments.cpp", |
| 10 "HTMLIFrameElementPayments.h", | 10 "HTMLIFrameElementPayments.h", |
| (...skipping 17 matching lines...) Expand all Loading... |
| 28 "PaymentRequestRespondWithObserver.h", | 28 "PaymentRequestRespondWithObserver.h", |
| 29 "PaymentRequestUpdateEvent.cpp", | 29 "PaymentRequestUpdateEvent.cpp", |
| 30 "PaymentRequestUpdateEvent.h", | 30 "PaymentRequestUpdateEvent.h", |
| 31 "PaymentResponse.cpp", | 31 "PaymentResponse.cpp", |
| 32 "PaymentResponse.h", | 32 "PaymentResponse.h", |
| 33 "PaymentUpdater.h", | 33 "PaymentUpdater.h", |
| 34 "PaymentsValidators.cpp", | 34 "PaymentsValidators.cpp", |
| 35 "PaymentsValidators.h", | 35 "PaymentsValidators.h", |
| 36 ] | 36 ] |
| 37 deps = [ | 37 deps = [ |
| 38 "//components/payments/content:mojom_blink", | 38 "//components/payments/mojom:mojom_blink", |
| 39 "//components/payments/content:mojom_payment_app_blink", | 39 "//components/payments/mojom:mojom_payment_app_blink", |
| 40 ] | 40 ] |
| 41 } | 41 } |
| OLD | NEW |