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

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

Issue 2972733002: Creates common super class for bookmark handset and tablet view controllers (Closed)
Patch Set: Created 3 years, 5 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_home_handset_view_controller.h » ('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 12 matching lines...) Expand all
23 "bookmark_folder_editor_view_controller.mm", 23 "bookmark_folder_editor_view_controller.mm",
24 "bookmark_folder_table_view_cell.h", 24 "bookmark_folder_table_view_cell.h",
25 "bookmark_folder_table_view_cell.mm", 25 "bookmark_folder_table_view_cell.mm",
26 "bookmark_folder_view_controller.h", 26 "bookmark_folder_view_controller.h",
27 "bookmark_folder_view_controller.mm", 27 "bookmark_folder_view_controller.mm",
28 "bookmark_home_handset_view_controller.h", 28 "bookmark_home_handset_view_controller.h",
29 "bookmark_home_handset_view_controller.mm", 29 "bookmark_home_handset_view_controller.mm",
30 "bookmark_home_primary_view.h", 30 "bookmark_home_primary_view.h",
31 "bookmark_home_tablet_ntp_controller.h", 31 "bookmark_home_tablet_ntp_controller.h",
32 "bookmark_home_tablet_ntp_controller.mm", 32 "bookmark_home_tablet_ntp_controller.mm",
33 "bookmark_home_view_controller.h",
34 "bookmark_home_view_controller.mm",
33 "bookmark_home_waiting_view.h", 35 "bookmark_home_waiting_view.h",
34 "bookmark_home_waiting_view.mm", 36 "bookmark_home_waiting_view.mm",
35 "bookmark_interaction_controller.h", 37 "bookmark_interaction_controller.h",
36 "bookmark_interaction_controller.mm", 38 "bookmark_interaction_controller.mm",
37 "bookmark_menu_cell.h", 39 "bookmark_menu_cell.h",
38 "bookmark_menu_cell.mm", 40 "bookmark_menu_cell.mm",
39 "bookmark_menu_item.h", 41 "bookmark_menu_item.h",
40 "bookmark_menu_item.mm", 42 "bookmark_menu_item.mm",
41 "bookmark_menu_view.h", 43 "bookmark_menu_view.h",
42 "bookmark_menu_view.mm", 44 "bookmark_menu_view.mm",
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
140 "QuartzCore.framework", 142 "QuartzCore.framework",
141 "UIKit.framework", 143 "UIKit.framework",
142 ] 144 ]
143 } 145 }
144 146
145 source_set("unit_tests") { 147 source_set("unit_tests") {
146 configs += [ "//build/config/compiler:enable_arc" ] 148 configs += [ "//build/config/compiler:enable_arc" ]
147 testonly = true 149 testonly = true
148 sources = [ 150 sources = [
149 "bookmark_home_handset_view_controller_unittest.mm", 151 "bookmark_home_handset_view_controller_unittest.mm",
152 "bookmark_home_view_controller_unittest.mm",
150 "bookmark_ios_unittest.h", 153 "bookmark_ios_unittest.h",
151 "bookmark_ios_unittest.mm", 154 "bookmark_ios_unittest.mm",
152 "bookmark_position_cache_unittest.mm", 155 "bookmark_position_cache_unittest.mm",
153 "bookmark_utils_ios_unittest.mm", 156 "bookmark_utils_ios_unittest.mm",
154 ] 157 ]
155 deps = [ 158 deps = [
156 ":bookmarks", 159 ":bookmarks",
157 "//base", 160 "//base",
158 "//components/bookmarks/browser", 161 "//components/bookmarks/browser",
159 "//components/bookmarks/test", 162 "//components/bookmarks/test",
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
192 "//ios/third_party/earl_grey", 195 "//ios/third_party/earl_grey",
193 "//ios/web/public/test/http_server", 196 "//ios/web/public/test/http_server",
194 "//ui/base", 197 "//ui/base",
195 "//url", 198 "//url",
196 ] 199 ]
197 libs = [ 200 libs = [
198 "UIKit.framework", 201 "UIKit.framework",
199 "XCTest.framework", 202 "XCTest.framework",
200 ] 203 ]
201 } 204 }
OLDNEW
« no previous file with comments | « no previous file | ios/chrome/browser/ui/bookmarks/bookmark_home_handset_view_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698