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

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

Issue 2666833003: Revert of Removing "All Bookmarks" (Closed)
Patch Set: 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 807c3fdec252767764ed99c9524936e2c7bb4a51..c589e263b9f7248c497971796a93207775efe133 100644
--- a/ios/chrome/browser/ui/bookmarks/BUILD.gn
+++ b/ios/chrome/browser/ui/bookmarks/BUILD.gn
@@ -4,6 +4,8 @@
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",
@@ -202,6 +204,9 @@
"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",
@@ -223,6 +228,9 @@
"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