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

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

Issue 2893353002: [Payment Request] Address edit view controller (Part 2) (Closed)
Patch Set: Initial 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 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 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
75 "//ios/chrome/browser/ui/collection_view", 75 "//ios/chrome/browser/ui/collection_view",
76 "//ios/chrome/browser/ui/collection_view/cells", 76 "//ios/chrome/browser/ui/collection_view/cells",
77 "//ios/chrome/browser/ui/colors", 77 "//ios/chrome/browser/ui/colors",
78 "//ios/chrome/browser/ui/commands", 78 "//ios/chrome/browser/ui/commands",
79 "//ios/chrome/browser/ui/icons", 79 "//ios/chrome/browser/ui/icons",
80 "//ios/chrome/browser/ui/payments/cells", 80 "//ios/chrome/browser/ui/payments/cells",
81 "//ios/third_party/material_components_ios", 81 "//ios/third_party/material_components_ios",
82 "//ios/third_party/material_roboto_font_loader_ios", 82 "//ios/third_party/material_roboto_font_loader_ios",
83 "//ios/web", 83 "//ios/web",
84 "//third_party/libaddressinput", 84 "//third_party/libaddressinput",
85 "//third_party/libaddressinput:strings_grit",
85 "//ui/base", 86 "//ui/base",
86 ] 87 ]
87 libs = [ "UIKit.framework" ] 88 libs = [ "UIKit.framework" ]
88 } 89 }
89 90
90 source_set("payments_ui") { 91 source_set("payments_ui") {
91 configs += [ "//build/config/compiler:enable_arc" ] 92 configs += [ "//build/config/compiler:enable_arc" ]
92 sources = [ 93 sources = [
93 "credit_card_edit_view_controller.h", 94 "credit_card_edit_view_controller.h",
94 "credit_card_edit_view_controller.mm", 95 "credit_card_edit_view_controller.mm",
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
156 "shipping_option_selection_coordinator_unittest.mm", 157 "shipping_option_selection_coordinator_unittest.mm",
157 ] 158 ]
158 deps = [ 159 deps = [
159 ":payments", 160 ":payments",
160 ":payments_ui", 161 ":payments_ui",
161 "//base", 162 "//base",
162 "//base/test:test_support", 163 "//base/test:test_support",
163 "//components/autofill/core/browser", 164 "//components/autofill/core/browser",
164 "//components/autofill/core/browser:test_support", 165 "//components/autofill/core/browser:test_support",
165 "//components/payments/core", 166 "//components/payments/core",
167 "//components/prefs:prefs",
166 "//components/strings", 168 "//components/strings",
167 "//ios/chrome/app/strings", 169 "//ios/chrome/app/strings",
168 "//ios/chrome/browser", 170 "//ios/chrome/browser",
169 "//ios/chrome/browser/browser_state:test_support", 171 "//ios/chrome/browser/browser_state:test_support",
170 "//ios/chrome/browser/payments", 172 "//ios/chrome/browser/payments",
171 "//ios/chrome/browser/payments:test_support", 173 "//ios/chrome/browser/payments:test_support",
172 "//ios/chrome/browser/ui/autofill:autofill_ui", 174 "//ios/chrome/browser/ui/autofill:autofill_ui",
173 "//ios/chrome/browser/ui/autofill/cells", 175 "//ios/chrome/browser/ui/autofill/cells",
174 "//ios/chrome/browser/ui/collection_view:test_support", 176 "//ios/chrome/browser/ui/collection_view:test_support",
175 "//ios/chrome/browser/ui/collection_view/cells", 177 "//ios/chrome/browser/ui/collection_view/cells",
176 "//ios/chrome/browser/ui/collection_view/cells:test_support", 178 "//ios/chrome/browser/ui/collection_view/cells:test_support",
177 "//ios/chrome/browser/ui/payments/cells", 179 "//ios/chrome/browser/ui/payments/cells",
178 "//ios/chrome/test:test_support", 180 "//ios/chrome/test:test_support",
179 "//ios/testing:ocmock_support", 181 "//ios/testing:ocmock_support",
180 "//ios/third_party/material_components_ios", 182 "//ios/third_party/material_components_ios",
181 "//ios/web", 183 "//ios/web",
182 "//ios/web:test_support", 184 "//ios/web:test_support",
183 "//testing/gmock", 185 "//testing/gmock",
184 "//testing/gtest", 186 "//testing/gtest",
185 "//third_party/ocmock", 187 "//third_party/ocmock",
186 ] 188 ]
187 } 189 }
OLDNEW
« no previous file with comments | « ios/chrome/browser/ui/autofill/cells/autofill_edit_item.mm ('k') | ios/chrome/browser/ui/payments/address_edit_coordinator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698