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

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

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

Powered by Google App Engine
This is Rietveld 408576698