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

Side by Side Diff: ios/chrome/browser/ui/bookmarks/BUILD.gn

Issue 2662473003: Removing "All Bookmarks" (Closed)
Patch Set: feedback 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 unified diff | Download patch
OLDNEW
1 # Copyright 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 source_set("bookmarks") { 5 source_set("bookmarks") {
6 sources = [ 6 sources = [
7 "bookmark_all_collection_view.h",
8 "bookmark_all_collection_view.mm",
9 "bookmark_collection_cells.h", 7 "bookmark_collection_cells.h",
10 "bookmark_collection_cells.mm", 8 "bookmark_collection_cells.mm",
11 "bookmark_collection_view.h", 9 "bookmark_collection_view.h",
12 "bookmark_collection_view.mm", 10 "bookmark_collection_view.mm",
13 "bookmark_collection_view_background.h", 11 "bookmark_collection_view_background.h",
14 "bookmark_collection_view_background.mm", 12 "bookmark_collection_view_background.mm",
15 "bookmark_controller_factory.h", 13 "bookmark_controller_factory.h",
16 "bookmark_controller_factory.mm", 14 "bookmark_controller_factory.mm",
17 "bookmark_edit_view_controller.h", 15 "bookmark_edit_view_controller.h",
18 "bookmark_edit_view_controller.mm", 16 "bookmark_edit_view_controller.mm",
(...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after
197 "resources/bookmark_black_move@3x.png", 195 "resources/bookmark_black_move@3x.png",
198 "resources/bookmark_black_select.png", 196 "resources/bookmark_black_select.png",
199 "resources/bookmark_black_select@2x.png", 197 "resources/bookmark_black_select@2x.png",
200 "resources/bookmark_black_select@3x.png", 198 "resources/bookmark_black_select@3x.png",
201 "resources/bookmark_blue_check.png", 199 "resources/bookmark_blue_check.png",
202 "resources/bookmark_blue_check@2x.png", 200 "resources/bookmark_blue_check@2x.png",
203 "resources/bookmark_blue_check@3x.png", 201 "resources/bookmark_blue_check@3x.png",
204 "resources/bookmark_blue_folder.png", 202 "resources/bookmark_blue_folder.png",
205 "resources/bookmark_blue_folder@2x.png", 203 "resources/bookmark_blue_folder@2x.png",
206 "resources/bookmark_blue_folder@3x.png", 204 "resources/bookmark_blue_folder@3x.png",
207 "resources/bookmark_blue_star.png",
208 "resources/bookmark_blue_star@2x.png",
209 "resources/bookmark_blue_star@3x.png",
210 "resources/bookmark_gray_back.png", 205 "resources/bookmark_gray_back.png",
211 "resources/bookmark_gray_back@2x.png", 206 "resources/bookmark_gray_back@2x.png",
212 "resources/bookmark_gray_back@3x.png", 207 "resources/bookmark_gray_back@3x.png",
213 "resources/bookmark_gray_check.png", 208 "resources/bookmark_gray_check.png",
214 "resources/bookmark_gray_check@2x.png", 209 "resources/bookmark_gray_check@2x.png",
215 "resources/bookmark_gray_check@3x.png", 210 "resources/bookmark_gray_check@3x.png",
216 "resources/bookmark_gray_close.png", 211 "resources/bookmark_gray_close.png",
217 "resources/bookmark_gray_close@2x.png", 212 "resources/bookmark_gray_close@2x.png",
218 "resources/bookmark_gray_close@3x.png", 213 "resources/bookmark_gray_close@3x.png",
219 "resources/bookmark_gray_edit.png", 214 "resources/bookmark_gray_edit.png",
220 "resources/bookmark_gray_edit@2x.png", 215 "resources/bookmark_gray_edit@2x.png",
221 "resources/bookmark_gray_edit@3x.png", 216 "resources/bookmark_gray_edit@3x.png",
222 "resources/bookmark_gray_folder.png", 217 "resources/bookmark_gray_folder.png",
223 "resources/bookmark_gray_folder@2x.png", 218 "resources/bookmark_gray_folder@2x.png",
224 "resources/bookmark_gray_folder@3x.png", 219 "resources/bookmark_gray_folder@3x.png",
225 "resources/bookmark_gray_menu.png", 220 "resources/bookmark_gray_menu.png",
226 "resources/bookmark_gray_menu@2x.png", 221 "resources/bookmark_gray_menu@2x.png",
227 "resources/bookmark_gray_menu@3x.png", 222 "resources/bookmark_gray_menu@3x.png",
228 "resources/bookmark_gray_new_folder.png", 223 "resources/bookmark_gray_new_folder.png",
229 "resources/bookmark_gray_new_folder@2x.png", 224 "resources/bookmark_gray_new_folder@2x.png",
230 "resources/bookmark_gray_new_folder@3x.png", 225 "resources/bookmark_gray_new_folder@3x.png",
231 "resources/bookmark_gray_star.png",
232 "resources/bookmark_gray_star@2x.png",
233 "resources/bookmark_gray_star@3x.png",
234 "resources/bookmark_gray_star_large.png", 226 "resources/bookmark_gray_star_large.png",
235 "resources/bookmark_gray_star_large@2x.png", 227 "resources/bookmark_gray_star_large@2x.png",
236 "resources/bookmark_gray_star_large@3x.png", 228 "resources/bookmark_gray_star_large@3x.png",
237 "resources/bookmark_more.png", 229 "resources/bookmark_more.png",
238 "resources/bookmark_more@2x.png", 230 "resources/bookmark_more@2x.png",
239 "resources/bookmark_more@3x.png", 231 "resources/bookmark_more@3x.png",
240 "resources/bookmark_white_close.png", 232 "resources/bookmark_white_close.png",
241 "resources/bookmark_white_close@2x.png", 233 "resources/bookmark_white_close@2x.png",
242 "resources/bookmark_white_close@3x.png", 234 "resources/bookmark_white_close@3x.png",
243 "resources/bookmark_white_delete.png", 235 "resources/bookmark_white_delete.png",
244 "resources/bookmark_white_delete@2x.png", 236 "resources/bookmark_white_delete@2x.png",
245 "resources/bookmark_white_delete@3x.png", 237 "resources/bookmark_white_delete@3x.png",
246 "resources/bookmark_white_edit.png", 238 "resources/bookmark_white_edit.png",
247 "resources/bookmark_white_edit@2x.png", 239 "resources/bookmark_white_edit@2x.png",
248 "resources/bookmark_white_edit@3x.png", 240 "resources/bookmark_white_edit@3x.png",
249 "resources/bookmark_white_move.png", 241 "resources/bookmark_white_move.png",
250 "resources/bookmark_white_move@2x.png", 242 "resources/bookmark_white_move@2x.png",
251 "resources/bookmark_white_move@3x.png", 243 "resources/bookmark_white_move@3x.png",
252 ] 244 ]
253 outputs = [ 245 outputs = [
254 "{{bundle_resources_dir}}/{{source_file_part}}", 246 "{{bundle_resources_dir}}/{{source_file_part}}",
255 ] 247 ]
256 } 248 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698