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

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

Issue 2686573003: [ObjC ARC] Converts ios/chrome/browser/ui/stack_view:unit_tests to ARC. (Closed)
Patch Set: nits 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/stack_view/card_set_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/border_frame_bottom.png", 7 "resources/border_frame_bottom.png",
8 "resources/border_frame_bottom@2x.png", 8 "resources/border_frame_bottom@2x.png",
9 "resources/border_frame_bottom@3x.png", 9 "resources/border_frame_bottom@3x.png",
10 "resources/border_frame_incognito_bottom.png", 10 "resources/border_frame_incognito_bottom.png",
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
99 "//ui/gfx", 99 "//ui/gfx",
100 ] 100 ]
101 libs = [ 101 libs = [
102 "CoreGraphics.framework", 102 "CoreGraphics.framework",
103 "QuartzCore.framework", 103 "QuartzCore.framework",
104 "UIKit.framework", 104 "UIKit.framework",
105 ] 105 ]
106 } 106 }
107 107
108 source_set("unit_tests") { 108 source_set("unit_tests") {
109 configs += [ "//build/config/compiler:enable_arc" ]
109 testonly = true 110 testonly = true
110 sources = [ 111 sources = [
111 "card_set_unittest.mm", 112 "card_set_unittest.mm",
112 "card_stack_layout_manager_unittest.mm", 113 "card_stack_layout_manager_unittest.mm",
113 "stack_card_unittest.mm", 114 "stack_card_unittest.mm",
114 "stack_view_controller_unittest.mm", 115 "stack_view_controller_unittest.mm",
115 ] 116 ]
116 deps = [ 117 deps = [
117 ":stack_view", 118 ":stack_view",
118 "//base", 119 "//base",
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
159 "//ios/chrome/browser/snapshots", 160 "//ios/chrome/browser/snapshots",
160 "//ios/chrome/browser/tabs", 161 "//ios/chrome/browser/tabs",
161 "//ios/chrome/browser/test:perf_test_support", 162 "//ios/chrome/browser/test:perf_test_support",
162 "//ios/chrome/browser/ui", 163 "//ios/chrome/browser/ui",
163 "//ios/chrome/browser/ui:ui_internal", 164 "//ios/chrome/browser/ui:ui_internal",
164 "//ios/web", 165 "//ios/web",
165 "//net", 166 "//net",
166 ] 167 ]
167 libs = [ "UIKit.framework" ] 168 libs = [ "UIKit.framework" ]
168 } 169 }
OLDNEW
« no previous file with comments | « no previous file | ios/chrome/browser/ui/stack_view/card_set_unittest.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698