Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(335)

Side by Side Diff: components/payments/core/BUILD.gn

Issue 2774233005: Creating PaymentOptionsProvider interface (Closed)
Patch Set: rouslan comments Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 # Copyright 2017 The Chromium Authors. All rights reserved. 1 # Copyright 2017 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 static_library("core") { 5 static_library("core") {
6 sources = [ 6 sources = [
7 "address_normalizer.cc", 7 "address_normalizer.cc",
8 "address_normalizer.h", 8 "address_normalizer.h",
9 "autofill_payment_instrument.cc", 9 "autofill_payment_instrument.cc",
10 "autofill_payment_instrument.h", 10 "autofill_payment_instrument.h",
11 "basic_card_response.cc", 11 "basic_card_response.cc",
12 "basic_card_response.h", 12 "basic_card_response.h",
13 "currency_formatter.cc", 13 "currency_formatter.cc",
14 "currency_formatter.h", 14 "currency_formatter.h",
15 "payment_address.cc", 15 "payment_address.cc",
16 "payment_address.h", 16 "payment_address.h",
17 "payment_instrument.cc", 17 "payment_instrument.cc",
18 "payment_instrument.h", 18 "payment_instrument.h",
19 "payment_options_provider.h",
19 "payment_request_data_util.cc", 20 "payment_request_data_util.cc",
20 "payment_request_data_util.h", 21 "payment_request_data_util.h",
21 ] 22 ]
22 23
23 deps = [ 24 deps = [
24 "//base", 25 "//base",
25 "//components/autofill/core/browser", 26 "//components/autofill/core/browser",
26 ] 27 ]
27 28
28 public_deps = [ 29 public_deps = [
(...skipping 15 matching lines...) Expand all
44 deps = [ 45 deps = [
45 ":core", 46 ":core",
46 "//base", 47 "//base",
47 "//base/test:test_support", 48 "//base/test:test_support",
48 "//components/autofill/core/browser", 49 "//components/autofill/core/browser",
49 "//components/autofill/core/browser:test_support", 50 "//components/autofill/core/browser:test_support",
50 "//testing/gtest", 51 "//testing/gtest",
51 "//third_party/libaddressinput:test_support", 52 "//third_party/libaddressinput:test_support",
52 ] 53 ]
53 } 54 }
OLDNEW
« no previous file with comments | « components/payments/content/payment_request_spec.cc ('k') | components/payments/core/payment_options_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698