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

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

Issue 2891563003: [ObjC ARC] Converts ios/chrome/browser/ui/ntp:ntp_header to ARC. (Closed)
Patch Set: comments Created 3 years, 6 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_header_constants.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 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
103 ] 103 ]
104 } 104 }
105 105
106 source_set("ntp") { 106 source_set("ntp") {
107 sources = [ 107 sources = [
108 "new_tab_page_panel_protocol.h", 108 "new_tab_page_panel_protocol.h",
109 ] 109 ]
110 } 110 }
111 111
112 source_set("ntp_header") { 112 source_set("ntp_header") {
113 configs += [ "//build/config/compiler:enable_arc" ]
113 sources = [ 114 sources = [
114 "google_landing_data_source.h", 115 "google_landing_data_source.h",
115 "new_tab_page_header_constants.h", 116 "new_tab_page_header_constants.h",
116 "new_tab_page_header_constants.mm", 117 "new_tab_page_header_constants.mm",
117 "new_tab_page_header_view.h", 118 "new_tab_page_header_view.h",
118 "new_tab_page_header_view.mm", 119 "new_tab_page_header_view.mm",
119 "new_tab_page_toolbar_controller.h", 120 "new_tab_page_toolbar_controller.h",
120 "new_tab_page_toolbar_controller.mm", 121 "new_tab_page_toolbar_controller.mm",
121 ] 122 ]
122 deps = [ 123 deps = [
(...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after
304 "new_tab_page_perftest.mm", 305 "new_tab_page_perftest.mm",
305 ] 306 ]
306 deps = [ 307 deps = [
307 "//base/test:test_support", 308 "//base/test:test_support",
308 "//ios/chrome/browser/sessions", 309 "//ios/chrome/browser/sessions",
309 "//ios/chrome/browser/tabs", 310 "//ios/chrome/browser/tabs",
310 "//ios/chrome/browser/test:perf_test_support", 311 "//ios/chrome/browser/test:perf_test_support",
311 "//ios/chrome/browser/ui:ui_internal", 312 "//ios/chrome/browser/ui:ui_internal",
312 ] 313 ]
313 } 314 }
OLDNEW
« no previous file with comments | « no previous file | ios/chrome/browser/ui/ntp/new_tab_page_header_constants.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698