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

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

Issue 2813203004: [Payments] Show what's missing for incomplete payment methods. (Closed)
Patch Set: addressed comments, now two functions 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 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 "profile_util_unittest.cc", 60 "profile_util_unittest.cc",
61 ] 61 ]
62 62
63 deps = [ 63 deps = [
64 ":core", 64 ":core",
65 "//base", 65 "//base",
66 "//base/test:test_support", 66 "//base/test:test_support",
67 "//components/autofill/core/browser", 67 "//components/autofill/core/browser",
68 "//components/autofill/core/browser:test_support", 68 "//components/autofill/core/browser:test_support",
69 "//components/metrics/proto", 69 "//components/metrics/proto",
70 "//components/strings:components_strings_grit",
70 "//components/ukm", 71 "//components/ukm",
71 "//components/ukm:test_support", 72 "//components/ukm:test_support",
72 "//testing/gmock", 73 "//testing/gmock",
73 "//testing/gtest", 74 "//testing/gtest",
74 "//third_party/libaddressinput:test_support", 75 "//third_party/libaddressinput:test_support",
76 "//ui/base",
75 ] 77 ]
76 } 78 }
OLDNEW
« no previous file with comments | « components/autofill/core/browser/validation.cc ('k') | components/payments/core/autofill_payment_instrument.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698