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

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

Issue 2887123002: Adds address normalization to iOS. (Closed)
Patch Set: Addresses nits from mahmadi@. 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
« no previous file with comments | « no previous file | ios/chrome/browser/ui/payments/payment_request_coordinator.h » ('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 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
70 "//ios/chrome/browser/ui/autofill/cells", 70 "//ios/chrome/browser/ui/autofill/cells",
71 "//ios/chrome/browser/ui/collection_view", 71 "//ios/chrome/browser/ui/collection_view",
72 "//ios/chrome/browser/ui/collection_view/cells", 72 "//ios/chrome/browser/ui/collection_view/cells",
73 "//ios/chrome/browser/ui/colors", 73 "//ios/chrome/browser/ui/colors",
74 "//ios/chrome/browser/ui/commands", 74 "//ios/chrome/browser/ui/commands",
75 "//ios/chrome/browser/ui/icons", 75 "//ios/chrome/browser/ui/icons",
76 "//ios/chrome/browser/ui/payments/cells", 76 "//ios/chrome/browser/ui/payments/cells",
77 "//ios/third_party/material_components_ios", 77 "//ios/third_party/material_components_ios",
78 "//ios/third_party/material_roboto_font_loader_ios", 78 "//ios/third_party/material_roboto_font_loader_ios",
79 "//ios/web", 79 "//ios/web",
80 "//third_party/libaddressinput",
80 "//ui/base", 81 "//ui/base",
81 ] 82 ]
82 libs = [ "UIKit.framework" ] 83 libs = [ "UIKit.framework" ]
83 } 84 }
84 85
85 source_set("payments_ui") { 86 source_set("payments_ui") {
86 configs += [ "//build/config/compiler:enable_arc" ] 87 configs += [ "//build/config/compiler:enable_arc" ]
87 sources = [ 88 sources = [
88 "credit_card_edit_view_controller.h", 89 "credit_card_edit_view_controller.h",
89 "credit_card_edit_view_controller.mm", 90 "credit_card_edit_view_controller.mm",
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
171 "//ios/chrome/test:test_support", 172 "//ios/chrome/test:test_support",
172 "//ios/testing:ocmock_support", 173 "//ios/testing:ocmock_support",
173 "//ios/third_party/material_components_ios", 174 "//ios/third_party/material_components_ios",
174 "//ios/web", 175 "//ios/web",
175 "//ios/web:test_support", 176 "//ios/web:test_support",
176 "//testing/gmock", 177 "//testing/gmock",
177 "//testing/gtest", 178 "//testing/gtest",
178 "//third_party/ocmock", 179 "//third_party/ocmock",
179 ] 180 ]
180 } 181 }
OLDNEW
« no previous file with comments | « no previous file | ios/chrome/browser/ui/payments/payment_request_coordinator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698