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/bookmarks/BUILD.gn

Issue 2662473003: Removing "All Bookmarks" (Closed)
Patch Set: feedback Created 3 years, 11 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/bookmarks/BUILD.gn
diff --git a/ios/chrome/browser/ui/bookmarks/BUILD.gn b/ios/chrome/browser/ui/bookmarks/BUILD.gn
index c589e263b9f7248c497971796a93207775efe133..807c3fdec252767764ed99c9524936e2c7bb4a51 100644
--- a/ios/chrome/browser/ui/bookmarks/BUILD.gn
+++ b/ios/chrome/browser/ui/bookmarks/BUILD.gn
@@ -4,8 +4,6 @@
source_set("bookmarks") {
sources = [
- "bookmark_all_collection_view.h",
- "bookmark_all_collection_view.mm",
"bookmark_collection_cells.h",
"bookmark_collection_cells.mm",
"bookmark_collection_view.h",
@@ -204,9 +202,6 @@ bundle_data("resources") {
"resources/bookmark_blue_folder.png",
"resources/bookmark_blue_folder@2x.png",
"resources/bookmark_blue_folder@3x.png",
- "resources/bookmark_blue_star.png",
- "resources/bookmark_blue_star@2x.png",
- "resources/bookmark_blue_star@3x.png",
"resources/bookmark_gray_back.png",
"resources/bookmark_gray_back@2x.png",
"resources/bookmark_gray_back@3x.png",
@@ -228,9 +223,6 @@ bundle_data("resources") {
"resources/bookmark_gray_new_folder.png",
"resources/bookmark_gray_new_folder@2x.png",
"resources/bookmark_gray_new_folder@3x.png",
- "resources/bookmark_gray_star.png",
- "resources/bookmark_gray_star@2x.png",
- "resources/bookmark_gray_star@3x.png",
"resources/bookmark_gray_star_large.png",
"resources/bookmark_gray_star_large@2x.png",
"resources/bookmark_gray_star_large@3x.png",

Powered by Google App Engine
This is Rietveld 408576698