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

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

Issue 2829223004: Rename GoogleLandingController to GoogleLandingViewController.
Patch Set: Rebase Created 3 years, 8 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
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 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
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_internal") { 112 source_set("ntp_internal") {
113 sources = [ 113 sources = [
114 "centering_scrollview.h", 114 "centering_scrollview.h",
115 "centering_scrollview.mm", 115 "centering_scrollview.mm",
116 "google_landing_consumer.h", 116 "google_landing_consumer.h",
117 "google_landing_controller.h",
118 "google_landing_controller.mm",
119 "google_landing_data_source.h", 117 "google_landing_data_source.h",
120 "google_landing_mediator.h", 118 "google_landing_mediator.h",
121 "google_landing_mediator.mm", 119 "google_landing_mediator.mm",
120 "google_landing_view_controller.h",
121 "google_landing_view_controller.mm",
122 "incognito_panel_controller.h", 122 "incognito_panel_controller.h",
123 "incognito_panel_controller.mm", 123 "incognito_panel_controller.mm",
124 "most_visited_cell.h", 124 "most_visited_cell.h",
125 "most_visited_cell.mm", 125 "most_visited_cell.mm",
126 "most_visited_layout.h", 126 "most_visited_layout.h",
127 "most_visited_layout.mm", 127 "most_visited_layout.mm",
128 "new_tab_page_bar.h", 128 "new_tab_page_bar.h",
129 "new_tab_page_bar.mm", 129 "new_tab_page_bar.mm",
130 "new_tab_page_bar_button.h", 130 "new_tab_page_bar_button.h",
131 "new_tab_page_bar_button.mm", 131 "new_tab_page_bar_button.mm",
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
208 "QuartzCore.framework", 208 "QuartzCore.framework",
209 "UIKit.framework", 209 "UIKit.framework",
210 ] 210 ]
211 } 211 }
212 212
213 source_set("unit_tests") { 213 source_set("unit_tests") {
214 configs += [ "//build/config/compiler:enable_arc" ] 214 configs += [ "//build/config/compiler:enable_arc" ]
215 testonly = true 215 testonly = true
216 sources = [ 216 sources = [
217 "centering_scrollview_unittest.mm", 217 "centering_scrollview_unittest.mm",
218 "google_landing_controller_unittest.mm", 218 "google_landing_view_controller_unittest.mm",
219 "most_visited_cell_unittest.mm", 219 "most_visited_cell_unittest.mm",
220 "new_tab_page_bar_unittest.mm", 220 "new_tab_page_bar_unittest.mm",
221 "new_tab_page_controller_unittest.mm", 221 "new_tab_page_controller_unittest.mm",
222 "notification_promo_whats_new_unittest.mm", 222 "notification_promo_whats_new_unittest.mm",
223 ] 223 ]
224 deps = [ 224 deps = [
225 ":ntp", 225 ":ntp",
226 ":ntp_internal", 226 ":ntp_internal",
227 "//base", 227 "//base",
228 "//base/test:test_support", 228 "//base/test:test_support",
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
283 "new_tab_page_perftest.mm", 283 "new_tab_page_perftest.mm",
284 ] 284 ]
285 deps = [ 285 deps = [
286 "//base/test:test_support", 286 "//base/test:test_support",
287 "//ios/chrome/browser/sessions", 287 "//ios/chrome/browser/sessions",
288 "//ios/chrome/browser/tabs", 288 "//ios/chrome/browser/tabs",
289 "//ios/chrome/browser/test:perf_test_support", 289 "//ios/chrome/browser/test:perf_test_support",
290 "//ios/chrome/browser/ui:ui_internal", 290 "//ios/chrome/browser/ui:ui_internal",
291 ] 291 ]
292 } 292 }
OLDNEW
« no previous file with comments | « ios/chrome/app/spotlight/topsites_spotlight_manager.h ('k') | ios/chrome/browser/ui/ntp/google_landing_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698