| 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",
|
|
|