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

Unified Diff: ios/chrome/browser/ui/reading_list/BUILD.gn

Issue 2672823003: Rename ReadingListViewController to ReadingListCollectionViewController (Closed)
Patch Set: Rebase 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | ios/chrome/browser/ui/reading_list/reading_list_collection_view_controller.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/ui/reading_list/BUILD.gn
diff --git a/ios/chrome/browser/ui/reading_list/BUILD.gn b/ios/chrome/browser/ui/reading_list/BUILD.gn
index 9c439efd99f2b5c1cec62b0130f96f3190a7d368..bc47295b794747647a27df63d10bac6e7fdd8114 100644
--- a/ios/chrome/browser/ui/reading_list/BUILD.gn
+++ b/ios/chrome/browser/ui/reading_list/BUILD.gn
@@ -29,6 +29,8 @@ source_set("reading_list") {
"number_badge_view.mm",
"offline_page_native_content.h",
"offline_page_native_content.mm",
+ "reading_list_collection_view_controller.h",
+ "reading_list_collection_view_controller.mm",
"reading_list_collection_view_item.h",
"reading_list_collection_view_item.mm",
"reading_list_menu_notification_delegate.h",
@@ -38,8 +40,6 @@ source_set("reading_list") {
"reading_list_side_swipe_provider.mm",
"reading_list_toolbar.h",
"reading_list_toolbar.mm",
- "reading_list_view_controller.h",
- "reading_list_view_controller.mm",
"reading_list_view_controller_builder.h",
"reading_list_view_controller_builder.mm",
"reading_list_view_controller_container.h",
@@ -88,8 +88,8 @@ source_set("unit_tests") {
testonly = true
sources = [
"offline_page_native_content_unittest.mm",
+ "reading_list_collection_view_controller_unittest.mm",
"reading_list_view_controller_container_unittest.mm",
- "reading_list_view_controller_unittest.mm",
]
deps = [
":reading_list",
« no previous file with comments | « no previous file | ios/chrome/browser/ui/reading_list/reading_list_collection_view_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698