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

Side by Side Diff: ios/showcase/payments/BUILD.gn

Issue 2778343002: [Payment Request] Picker view + showcase integration + egtests (Closed)
Patch Set: Addressed comments 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 source_set("payments") { 5 source_set("payments") {
6 sources = [ 6 sources = [
7 "sc_payments_editor_coordinator.h", 7 "sc_payments_editor_coordinator.h",
8 "sc_payments_editor_coordinator.mm", 8 "sc_payments_editor_coordinator.mm",
9 "sc_payments_picker_coordinator.h",
10 "sc_payments_picker_coordinator.mm",
9 ] 11 ]
10 deps = [ 12 deps = [
11 "//base", 13 "//base",
12 "//ios/chrome/browser/payments:payments_ui", 14 "//ios/chrome/browser/payments:payments_ui",
13 "//ios/chrome/browser/payments/cells", 15 "//ios/chrome/browser/payments/cells",
14 "//ios/chrome/browser/ui/autofill", 16 "//ios/chrome/browser/ui/autofill",
15 "//ios/chrome/browser/ui/autofill:autofill_ui", 17 "//ios/chrome/browser/ui/autofill:autofill_ui",
16 "//ios/chrome/browser/ui/autofill/cells", 18 "//ios/chrome/browser/ui/autofill/cells",
17 "//ios/chrome/browser/ui/collection_view/cells", 19 "//ios/chrome/browser/ui/collection_view/cells",
18 "//ios/chrome/browser/ui/settings/cells", 20 "//ios/chrome/browser/ui/settings/cells",
19 "//ios/showcase/common", 21 "//ios/showcase/common",
20 ] 22 ]
21 libs = [ "UIKit.framework" ] 23 libs = [ "UIKit.framework" ]
22 configs += [ "//build/config/compiler:enable_arc" ] 24 configs += [ "//build/config/compiler:enable_arc" ]
23 } 25 }
24 26
25 source_set("eg_tests") { 27 source_set("eg_tests") {
26 testonly = true 28 testonly = true
27 sources = [ 29 sources = [
28 "sc_payments_editor_egtest.mm", 30 "sc_payments_editor_egtest.mm",
31 "sc_payments_picker_egtest.mm",
29 ] 32 ]
30 deps = [ 33 deps = [
31 "//base", 34 "//base",
32 "//components/strings", 35 "//components/strings",
33 "//ios/chrome/browser/payments:payments_ui", 36 "//ios/chrome/browser/payments:payments_ui",
34 "//ios/chrome/browser/ui", 37 "//ios/chrome/browser/ui",
35 "//ios/chrome/browser/ui/autofill:autofill_ui", 38 "//ios/chrome/browser/ui/autofill:autofill_ui",
36 "//ios/chrome/browser/ui/settings", 39 "//ios/chrome/browser/ui/settings",
37 "//ios/showcase/test", 40 "//ios/showcase/test",
38 "//ios/third_party/earl_grey", 41 "//ios/third_party/earl_grey",
39 "//ui/base", 42 "//ui/base",
40 ] 43 ]
41 configs += [ "//build/config/compiler:enable_arc" ] 44 configs += [ "//build/config/compiler:enable_arc" ]
42 } 45 }
OLDNEW
« no previous file with comments | « ios/showcase/core/showcase_model.mm ('k') | ios/showcase/payments/sc_payments_picker_coordinator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698