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

Side by Side Diff: ios/chrome/browser/ui/payments/BUILD.gn

Issue 2903273002: Fixes formatting of the signed-in setting string on iOS. (Closed)
Patch Set: . Created 3 years, 6 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
« no previous file with comments | « no previous file | ios/chrome/browser/ui/payments/payment_request_view_controller.mm » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 import("//ios/web/js_compile.gni") 5 import("//ios/web/js_compile.gni")
6 6
7 source_set("payments") { 7 source_set("payments") {
8 configs += [ "//build/config/compiler:enable_arc" ] 8 configs += [ "//build/config/compiler:enable_arc" ]
9 sources = [ 9 sources = [
10 "address_edit_coordinator.h", 10 "address_edit_coordinator.h",
(...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after
179 "//ios/chrome/browser/ui/collection_view/cells:test_support", 179 "//ios/chrome/browser/ui/collection_view/cells:test_support",
180 "//ios/chrome/browser/ui/payments/cells", 180 "//ios/chrome/browser/ui/payments/cells",
181 "//ios/chrome/test:test_support", 181 "//ios/chrome/test:test_support",
182 "//ios/testing:ocmock_support", 182 "//ios/testing:ocmock_support",
183 "//ios/third_party/material_components_ios", 183 "//ios/third_party/material_components_ios",
184 "//ios/web", 184 "//ios/web",
185 "//ios/web:test_support", 185 "//ios/web:test_support",
186 "//testing/gmock", 186 "//testing/gmock",
187 "//testing/gtest", 187 "//testing/gtest",
188 "//third_party/ocmock", 188 "//third_party/ocmock",
189 "//ui/base",
189 ] 190 ]
190 } 191 }
OLDNEW
« no previous file with comments | « no previous file | ios/chrome/browser/ui/payments/payment_request_view_controller.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698