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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: ios/chrome/browser/ui/ntp/BUILD.gn
diff --git a/ios/chrome/browser/ui/ntp/BUILD.gn b/ios/chrome/browser/ui/ntp/BUILD.gn
index d63ea031eca18230075698192c04dfd59e90c8ee..0fa5f8a9025232202583d149cfaab079ba457af3 100644
--- a/ios/chrome/browser/ui/ntp/BUILD.gn
+++ b/ios/chrome/browser/ui/ntp/BUILD.gn
@@ -114,11 +114,11 @@ source_set("ntp_internal") {
"centering_scrollview.h",
"centering_scrollview.mm",
"google_landing_consumer.h",
- "google_landing_controller.h",
- "google_landing_controller.mm",
"google_landing_data_source.h",
"google_landing_mediator.h",
"google_landing_mediator.mm",
+ "google_landing_view_controller.h",
+ "google_landing_view_controller.mm",
"incognito_panel_controller.h",
"incognito_panel_controller.mm",
"most_visited_cell.h",
@@ -215,7 +215,7 @@ source_set("unit_tests") {
testonly = true
sources = [
"centering_scrollview_unittest.mm",
- "google_landing_controller_unittest.mm",
+ "google_landing_view_controller_unittest.mm",
"most_visited_cell_unittest.mm",
"new_tab_page_bar_unittest.mm",
"new_tab_page_controller_unittest.mm",
« 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