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

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

Issue 2675253003: [ObjC ARC] Converts ios/chrome/browser/ui/ntp:perf_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/ntp/new_tab_page_perftest.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/bookmarks_bar_bg.png", 7 "resources/bookmarks_bar_bg.png",
8 "resources/bookmarks_bar_bg@2x.png", 8 "resources/bookmarks_bar_bg@2x.png",
9 "resources/bookmarks_bar_bg@2x~ipad.png", 9 "resources/bookmarks_bar_bg@2x~ipad.png",
10 "resources/bookmarks_bar_bg_pressed@2x~ipad.png", 10 "resources/bookmarks_bar_bg_pressed@2x~ipad.png",
(...skipping 248 matching lines...) Expand 10 before | Expand all | Expand 10 after
259 "//ios/chrome/test/earl_grey:test_support", 259 "//ios/chrome/test/earl_grey:test_support",
260 "//ios/testing:ios_test_support", 260 "//ios/testing:ios_test_support",
261 "//ios/testing/earl_grey:earl_grey_support", 261 "//ios/testing/earl_grey:earl_grey_support",
262 "//ios/third_party/earl_grey", 262 "//ios/third_party/earl_grey",
263 "//ui/base", 263 "//ui/base",
264 ] 264 ]
265 libs = [ "XCTest.framework" ] 265 libs = [ "XCTest.framework" ]
266 } 266 }
267 267
268 source_set("perf_tests") { 268 source_set("perf_tests") {
269 configs += [ "//build/config/compiler:enable_arc" ]
269 testonly = true 270 testonly = true
270 sources = [ 271 sources = [
271 "new_tab_page_perftest.mm", 272 "new_tab_page_perftest.mm",
272 ] 273 ]
273 deps = [ 274 deps = [
274 "//base/test:test_support", 275 "//base/test:test_support",
275 "//ios/chrome/browser/sessions", 276 "//ios/chrome/browser/sessions",
276 "//ios/chrome/browser/tabs", 277 "//ios/chrome/browser/tabs",
277 "//ios/chrome/browser/test:perf_test_support", 278 "//ios/chrome/browser/test:perf_test_support",
278 "//ios/chrome/browser/ui:ui_internal", 279 "//ios/chrome/browser/ui:ui_internal",
279 ] 280 ]
280 } 281 }
OLDNEW
« no previous file with comments | « no previous file | ios/chrome/browser/ui/ntp/new_tab_page_perftest.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698