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

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

Issue 2805263003: [Payments] Selecting incomplete items will open editors (Closed)
Patch Set: fix ios test for realz 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",
(...skipping 29 matching lines...) Expand all
40 public_deps = [ 40 public_deps = [
41 "//third_party/icu", 41 "//third_party/icu",
42 "//third_party/libaddressinput", 42 "//third_party/libaddressinput",
43 ] 43 ]
44 } 44 }
45 45
46 source_set("unit_tests") { 46 source_set("unit_tests") {
47 testonly = true 47 testonly = true
48 sources = [ 48 sources = [
49 "address_normalizer_unittest.cc", 49 "address_normalizer_unittest.cc",
50 "autofill_payment_instrument_unittest.cc",
50 "basic_card_response_unittest.cc", 51 "basic_card_response_unittest.cc",
51 "currency_formatter_unittest.cc", 52 "currency_formatter_unittest.cc",
52 "journey_logger_unittest.cc", 53 "journey_logger_unittest.cc",
53 "payment_address_unittest.cc", 54 "payment_address_unittest.cc",
54 "payment_method_data_unittest.cc", 55 "payment_method_data_unittest.cc",
55 "payment_request_data_util_unittest.cc", 56 "payment_request_data_util_unittest.cc",
56 "profile_util_unittest.cc", 57 "profile_util_unittest.cc",
57 ] 58 ]
58 59
59 deps = [ 60 deps = [
60 ":core", 61 ":core",
61 "//base", 62 "//base",
62 "//base/test:test_support", 63 "//base/test:test_support",
63 "//components/autofill/core/browser", 64 "//components/autofill/core/browser",
64 "//components/autofill/core/browser:test_support", 65 "//components/autofill/core/browser:test_support",
65 "//testing/gmock", 66 "//testing/gmock",
66 "//testing/gtest", 67 "//testing/gtest",
67 "//third_party/libaddressinput:test_support", 68 "//third_party/libaddressinput:test_support",
68 ] 69 ]
69 } 70 }
OLDNEW
« no previous file with comments | « components/payments/content/payment_request_state_unittest.cc ('k') | components/payments/core/autofill_payment_instrument.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698