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

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

Issue 2706193004: [ObjC ARC] Converts ios/chrome/browser/payments:unit_tests to ARC. (Closed)
Patch Set: Created 3 years, 10 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/payments/payment_items_display_coordinator_unittest.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 js_compile_checked("injected_js") { 7 js_compile_checked("injected_js") {
8 sources = [ 8 sources = [
9 "resources/payment_request_manager.js", 9 "resources/payment_request_manager.js",
10 ] 10 ]
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
63 "//ios/chrome/browser/ui/icons", 63 "//ios/chrome/browser/ui/icons",
64 "//ios/third_party/material_components_ios", 64 "//ios/third_party/material_components_ios",
65 "//ios/third_party/material_roboto_font_loader_ios", 65 "//ios/third_party/material_roboto_font_loader_ios",
66 "//ios/web", 66 "//ios/web",
67 "//ui/base", 67 "//ui/base",
68 ] 68 ]
69 libs = [ "UIKit.framework" ] 69 libs = [ "UIKit.framework" ]
70 } 70 }
71 71
72 source_set("unit_tests") { 72 source_set("unit_tests") {
73 configs += [ "//build/config/compiler:enable_arc" ]
73 testonly = true 74 testonly = true
74 sources = [ 75 sources = [
75 "payment_items_display_coordinator_unittest.mm", 76 "payment_items_display_coordinator_unittest.mm",
76 "payment_items_display_view_controller_unittest.mm", 77 "payment_items_display_view_controller_unittest.mm",
77 "payment_method_selection_coordinator_unittest.mm", 78 "payment_method_selection_coordinator_unittest.mm",
78 "payment_method_selection_view_controller_unittest.mm", 79 "payment_method_selection_view_controller_unittest.mm",
79 "payment_request_coordinator_unittest.mm", 80 "payment_request_coordinator_unittest.mm",
80 "payment_request_test_util.h", 81 "payment_request_test_util.h",
81 "payment_request_test_util.mm", 82 "payment_request_test_util.mm",
82 "payment_request_unittest.mm", 83 "payment_request_unittest.mm",
(...skipping 19 matching lines...) Expand all
102 "//ios/chrome/browser/ui/collection_view/cells:test_support", 103 "//ios/chrome/browser/ui/collection_view/cells:test_support",
103 "//ios/chrome/test:test_support", 104 "//ios/chrome/test:test_support",
104 "//ios/testing:ocmock_support", 105 "//ios/testing:ocmock_support",
105 "//ios/third_party/material_components_ios", 106 "//ios/third_party/material_components_ios",
106 "//ios/web", 107 "//ios/web",
107 "//ios/web:test_support", 108 "//ios/web:test_support",
108 "//testing/gtest", 109 "//testing/gtest",
109 "//third_party/ocmock", 110 "//third_party/ocmock",
110 ] 111 ]
111 } 112 }
OLDNEW
« no previous file with comments | « no previous file | ios/chrome/browser/payments/payment_items_display_coordinator_unittest.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698