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

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

Issue 2673483004: [ObjC ARC] Converts ios/chrome/browser/ui/tab_switcher:eg_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/tab_switcher/tab_switcher_controller_egtest.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/tabswitcher_full_history.png", 7 "resources/tabswitcher_full_history.png",
8 "resources/tabswitcher_full_history@2x.png", 8 "resources/tabswitcher_full_history@2x.png",
9 "resources/tabswitcher_full_history@3x.png", 9 "resources/tabswitcher_full_history@3x.png",
10 "resources/tabswitcher_incognito.png", 10 "resources/tabswitcher_incognito.png",
(...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after
169 "//base", 169 "//base",
170 "//ios/chrome/browser/browser_state:test_support", 170 "//ios/chrome/browser/browser_state:test_support",
171 "//ios/chrome/browser/tabs", 171 "//ios/chrome/browser/tabs",
172 "//ios/chrome/browser/ui/ntp/recent_tabs", 172 "//ios/chrome/browser/ui/ntp/recent_tabs",
173 "//testing/gtest", 173 "//testing/gtest",
174 "//third_party/ocmock", 174 "//third_party/ocmock",
175 ] 175 ]
176 } 176 }
177 177
178 source_set("eg_tests") { 178 source_set("eg_tests") {
179 configs += [ "//build/config/compiler:enable_arc" ]
179 testonly = true 180 testonly = true
180 sources = [ 181 sources = [
181 "tab_switcher_controller_egtest.mm", 182 "tab_switcher_controller_egtest.mm",
182 ] 183 ]
183 deps = [ 184 deps = [
184 "//base", 185 "//base",
185 "//base/test:test_support", 186 "//base/test:test_support",
186 "//ios/chrome/app:app_internal", 187 "//ios/chrome/app:app_internal",
187 "//ios/chrome/app/strings", 188 "//ios/chrome/app/strings",
188 "//ios/chrome/browser", 189 "//ios/chrome/browser",
189 "//ios/chrome/browser/ui", 190 "//ios/chrome/browser/ui",
190 "//ios/chrome/browser/ui/commands", 191 "//ios/chrome/browser/ui/commands",
191 "//ios/chrome/browser/ui/tools_menu", 192 "//ios/chrome/browser/ui/tools_menu",
192 "//ios/chrome/test/app:test_support", 193 "//ios/chrome/test/app:test_support",
193 "//ios/chrome/test/earl_grey:test_support", 194 "//ios/chrome/test/earl_grey:test_support",
194 "//ios/third_party/earl_grey", 195 "//ios/third_party/earl_grey",
195 "//ui/base", 196 "//ui/base",
196 ] 197 ]
197 libs = [ 198 libs = [
198 "UIKit.framework", 199 "UIKit.framework",
199 "XCTest.framework", 200 "XCTest.framework",
200 ] 201 ]
201 } 202 }
OLDNEW
« no previous file with comments | « no previous file | ios/chrome/browser/ui/tab_switcher/tab_switcher_controller_egtest.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698