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

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

Issue 2955433002: [ObjC ARC] Converts ios/chrome/browser/ui/ntp:ntp_controller to ARC. (Closed)
Patch Set: Fix eg tests Created 3 years, 5 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_controller.h » ('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 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
131 "//ios/chrome/browser/ui/commands", 131 "//ios/chrome/browser/ui/commands",
132 "//ios/chrome/browser/ui/content_suggestions:content_suggestions_util", 132 "//ios/chrome/browser/ui/content_suggestions:content_suggestions_util",
133 "//ios/chrome/browser/ui/toolbar", 133 "//ios/chrome/browser/ui/toolbar",
134 "//ios/chrome/browser/ui/toolbar:resource_macros", 134 "//ios/chrome/browser/ui/toolbar:resource_macros",
135 "//ios/chrome/common", 135 "//ios/chrome/common",
136 "//ui/base", 136 "//ui/base",
137 ] 137 ]
138 } 138 }
139 139
140 source_set("ntp_controller") { 140 source_set("ntp_controller") {
141 configs += [ "//build/config/compiler:enable_arc" ]
141 sources = [ 142 sources = [
142 "new_tab_page_controller.h", 143 "new_tab_page_controller.h",
143 "new_tab_page_controller.mm", 144 "new_tab_page_controller.mm",
144 ] 145 ]
145 deps = [ 146 deps = [
146 ":ntp", 147 ":ntp",
147 ":ntp_internal", 148 ":ntp_internal",
148 "//base", 149 "//base",
149 "//components/prefs", 150 "//components/prefs",
150 "//components/search_engines", 151 "//components/search_engines",
(...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after
332 "new_tab_page_perftest.mm", 333 "new_tab_page_perftest.mm",
333 ] 334 ]
334 deps = [ 335 deps = [
335 "//base/test:test_support", 336 "//base/test:test_support",
336 "//ios/chrome/browser/sessions", 337 "//ios/chrome/browser/sessions",
337 "//ios/chrome/browser/tabs", 338 "//ios/chrome/browser/tabs",
338 "//ios/chrome/browser/test:perf_test_support", 339 "//ios/chrome/browser/test:perf_test_support",
339 "//ios/chrome/browser/ui:ui_internal", 340 "//ios/chrome/browser/ui:ui_internal",
340 ] 341 ]
341 } 342 }
OLDNEW
« no previous file with comments | « no previous file | ios/chrome/browser/ui/ntp/new_tab_page_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698