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

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

Issue 2929993002: Refactoring bookmark viewcontrollers (Closed)
Patch Set: Created 3 years, 6 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
« no previous file with comments | « no previous file | ios/chrome/browser/ui/bookmarks/bookmark_collection_cells.mm » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 configs += [ "//build/config/compiler:enable_arc" ] 6 configs += [ "//build/config/compiler:enable_arc" ]
7 sources = [ 7 sources = [
8 "bookmark_collection_cells.h", 8 "bookmark_collection_cells.h",
9 "bookmark_collection_cells.mm", 9 "bookmark_collection_cells.mm",
10 "bookmark_collection_view.h", 10 "bookmark_collection_view.h",
(...skipping 14 matching lines...) Expand all
25 "bookmark_folder_editor_view_controller.mm", 25 "bookmark_folder_editor_view_controller.mm",
26 "bookmark_folder_table_view_cell.h", 26 "bookmark_folder_table_view_cell.h",
27 "bookmark_folder_table_view_cell.mm", 27 "bookmark_folder_table_view_cell.mm",
28 "bookmark_folder_view_controller.h", 28 "bookmark_folder_view_controller.h",
29 "bookmark_folder_view_controller.mm", 29 "bookmark_folder_view_controller.mm",
30 "bookmark_home_handset_view_controller.h", 30 "bookmark_home_handset_view_controller.h",
31 "bookmark_home_handset_view_controller.mm", 31 "bookmark_home_handset_view_controller.mm",
32 "bookmark_home_primary_view.h", 32 "bookmark_home_primary_view.h",
33 "bookmark_home_tablet_ntp_controller.h", 33 "bookmark_home_tablet_ntp_controller.h",
34 "bookmark_home_tablet_ntp_controller.mm", 34 "bookmark_home_tablet_ntp_controller.mm",
35 "bookmark_home_view_controller.h",
36 "bookmark_home_view_controller.mm",
37 "bookmark_home_waiting_view.h", 35 "bookmark_home_waiting_view.h",
38 "bookmark_home_waiting_view.mm", 36 "bookmark_home_waiting_view.mm",
39 "bookmark_interaction_controller.h", 37 "bookmark_interaction_controller.h",
40 "bookmark_interaction_controller.mm", 38 "bookmark_interaction_controller.mm",
41 "bookmark_menu_cell.h", 39 "bookmark_menu_cell.h",
42 "bookmark_menu_cell.mm", 40 "bookmark_menu_cell.mm",
43 "bookmark_menu_item.h", 41 "bookmark_menu_item.h",
44 "bookmark_menu_item.mm", 42 "bookmark_menu_item.mm",
45 "bookmark_menu_view.h", 43 "bookmark_menu_view.h",
46 "bookmark_menu_view.mm", 44 "bookmark_menu_view.mm",
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
123 "CoreGraphics.framework", 121 "CoreGraphics.framework",
124 "QuartzCore.framework", 122 "QuartzCore.framework",
125 "UIKit.framework", 123 "UIKit.framework",
126 ] 124 ]
127 } 125 }
128 126
129 source_set("unit_tests") { 127 source_set("unit_tests") {
130 configs += [ "//build/config/compiler:enable_arc" ] 128 configs += [ "//build/config/compiler:enable_arc" ]
131 testonly = true 129 testonly = true
132 sources = [ 130 sources = [
133 "bookmark_home_view_controller_unittest.mm", 131 "bookmark_home_handset_view_controller_unittest.mm",
134 "bookmark_ios_unittest.h", 132 "bookmark_ios_unittest.h",
135 "bookmark_ios_unittest.mm", 133 "bookmark_ios_unittest.mm",
136 "bookmark_position_cache_unittest.mm", 134 "bookmark_position_cache_unittest.mm",
137 "bookmark_utils_ios_unittest.mm", 135 "bookmark_utils_ios_unittest.mm",
138 ] 136 ]
139 deps = [ 137 deps = [
140 ":bookmarks", 138 ":bookmarks",
141 "//base", 139 "//base",
142 "//components/bookmarks/browser", 140 "//components/bookmarks/browser",
143 "//components/bookmarks/test", 141 "//components/bookmarks/test",
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
247 "resources/bookmark_white_edit@2x.png", 245 "resources/bookmark_white_edit@2x.png",
248 "resources/bookmark_white_edit@3x.png", 246 "resources/bookmark_white_edit@3x.png",
249 "resources/bookmark_white_move.png", 247 "resources/bookmark_white_move.png",
250 "resources/bookmark_white_move@2x.png", 248 "resources/bookmark_white_move@2x.png",
251 "resources/bookmark_white_move@3x.png", 249 "resources/bookmark_white_move@3x.png",
252 ] 250 ]
253 outputs = [ 251 outputs = [
254 "{{bundle_resources_dir}}/{{source_file_part}}", 252 "{{bundle_resources_dir}}/{{source_file_part}}",
255 ] 253 ]
256 } 254 }
OLDNEW
« no previous file with comments | « no previous file | ios/chrome/browser/ui/bookmarks/bookmark_collection_cells.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698