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

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

Issue 2675243003: [ObjC ARC] Converts ios/chrome/browser/ui/authentication: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/ui/authentication/authentication_flow_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 bundle_data("resources") { 5 bundle_data("resources") {
6 sources = [ 6 sources = [
7 "resources/signin_confirmation_more.png", 7 "resources/signin_confirmation_more.png",
8 "resources/signin_confirmation_more@2x.png", 8 "resources/signin_confirmation_more@2x.png",
9 "resources/signin_confirmation_more@3x.png", 9 "resources/signin_confirmation_more@3x.png",
10 ] 10 ]
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
75 "//url", 75 "//url",
76 ] 76 ]
77 libs = [ 77 libs = [
78 "CoreGraphics.framework", 78 "CoreGraphics.framework",
79 "QuartzCore.framework", 79 "QuartzCore.framework",
80 "UIKit.framework", 80 "UIKit.framework",
81 ] 81 ]
82 } 82 }
83 83
84 source_set("unit_tests") { 84 source_set("unit_tests") {
85 configs += [ "//build/config/compiler:enable_arc" ]
85 testonly = true 86 testonly = true
86 sources = [ 87 sources = [
87 "authentication_flow_unittest.mm", 88 "authentication_flow_unittest.mm",
88 "re_signin_infobar_delegate_unittest.mm", 89 "re_signin_infobar_delegate_unittest.mm",
89 "signed_in_accounts_view_controller_unittest.mm", 90 "signed_in_accounts_view_controller_unittest.mm",
90 ] 91 ]
91 deps = [ 92 deps = [
92 ":authentication", 93 ":authentication",
93 "//base", 94 "//base",
94 "//base/test:test_support", 95 "//base/test:test_support",
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
128 "//ios/chrome/browser/ui/tools_menu", 129 "//ios/chrome/browser/ui/tools_menu",
129 "//ios/chrome/test/app:test_support", 130 "//ios/chrome/test/app:test_support",
130 "//ios/chrome/test/earl_grey:test_support", 131 "//ios/chrome/test/earl_grey:test_support",
131 "//ios/public/provider/chrome/browser/signin:test_support", 132 "//ios/public/provider/chrome/browser/signin:test_support",
132 "//ios/testing:ios_test_support", 133 "//ios/testing:ios_test_support",
133 "//ios/testing/earl_grey:earl_grey_support", 134 "//ios/testing/earl_grey:earl_grey_support",
134 "//ios/third_party/earl_grey", 135 "//ios/third_party/earl_grey",
135 ] 136 ]
136 libs = [ "XCTest.framework" ] 137 libs = [ "XCTest.framework" ]
137 } 138 }
OLDNEW
« no previous file with comments | « no previous file | ios/chrome/browser/ui/authentication/authentication_flow_unittest.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698