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

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

Issue 2872033007: [Payments] Do not show error on initial load of address screen (Closed)
Patch Set: deps check Created 3 years, 7 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 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 static_library("content") { 5 static_library("content") {
6 sources = [ 6 sources = [
7 "can_make_payment_query_factory.cc", 7 "can_make_payment_query_factory.cc",
8 "can_make_payment_query_factory.h", 8 "can_make_payment_query_factory.h",
9 "payment_request.cc", 9 "payment_request.cc",
10 "payment_request.h", 10 "payment_request.h",
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
81 deps = [ 81 deps = [
82 ":content", 82 ":content",
83 ":utils", 83 ":utils",
84 "//base", 84 "//base",
85 "//base/test:test_support", 85 "//base/test:test_support",
86 "//components/autofill/core/browser", 86 "//components/autofill/core/browser",
87 "//components/autofill/core/browser:test_support", 87 "//components/autofill/core/browser:test_support",
88 "//components/payments/core", 88 "//components/payments/core",
89 "//components/payments/core:test_support", 89 "//components/payments/core:test_support",
90 "//components/payments/mojom", 90 "//components/payments/mojom",
91 "//components/strings:components_strings_grit",
91 "//content/test:test_support", 92 "//content/test:test_support",
92 "//net:test_support", 93 "//net:test_support",
93 "//testing/gtest", 94 "//testing/gtest",
94 "//third_party/icu", 95 "//third_party/icu",
95 "//third_party/libaddressinput:test_support", 96 "//third_party/libaddressinput:test_support",
96 ] 97 ]
97 } 98 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698