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

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

Issue 2838373002: Adding Sign-in promo for bookmark view. (Closed)
Patch Set: From CGFLOAT_MAX to 1000 Created 3 years, 7 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 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 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 "bookmark_navigation_controller.h", 49 "bookmark_navigation_controller.h",
50 "bookmark_navigation_controller.mm", 50 "bookmark_navigation_controller.mm",
51 "bookmark_panel_view.h", 51 "bookmark_panel_view.h",
52 "bookmark_panel_view.mm", 52 "bookmark_panel_view.mm",
53 "bookmark_position_cache.h", 53 "bookmark_position_cache.h",
54 "bookmark_position_cache.mm", 54 "bookmark_position_cache.mm",
55 "bookmark_promo_cell.h", 55 "bookmark_promo_cell.h",
56 "bookmark_promo_cell.mm", 56 "bookmark_promo_cell.mm",
57 "bookmark_promo_controller.h", 57 "bookmark_promo_controller.h",
58 "bookmark_promo_controller.mm", 58 "bookmark_promo_controller.mm",
59 "bookmark_signin_promo_cell.h",
60 "bookmark_signin_promo_cell.mm",
59 "bookmark_utils_ios.h", 61 "bookmark_utils_ios.h",
60 "bookmark_utils_ios.mm", 62 "bookmark_utils_ios.mm",
61 "undo_manager_bridge_observer.h", 63 "undo_manager_bridge_observer.h",
62 "undo_manager_bridge_observer.mm", 64 "undo_manager_bridge_observer.mm",
63 "undo_manager_wrapper.h", 65 "undo_manager_wrapper.h",
64 "undo_manager_wrapper.mm", 66 "undo_manager_wrapper.mm",
65 ] 67 ]
66 deps = [ 68 deps = [
67 ":resources", 69 ":resources",
68 "//base", 70 "//base",
(...skipping 14 matching lines...) Expand all
83 "//ios/chrome/browser", 85 "//ios/chrome/browser",
84 "//ios/chrome/browser/bookmarks", 86 "//ios/chrome/browser/bookmarks",
85 "//ios/chrome/browser/bookmarks:bookmarks_utils", 87 "//ios/chrome/browser/bookmarks:bookmarks_utils",
86 "//ios/chrome/browser/browser_state", 88 "//ios/chrome/browser/browser_state",
87 "//ios/chrome/browser/favicon", 89 "//ios/chrome/browser/favicon",
88 "//ios/chrome/browser/metrics:metrics_internal", 90 "//ios/chrome/browser/metrics:metrics_internal",
89 "//ios/chrome/browser/signin", 91 "//ios/chrome/browser/signin",
90 "//ios/chrome/browser/tabs", 92 "//ios/chrome/browser/tabs",
91 "//ios/chrome/browser/ui", 93 "//ios/chrome/browser/ui",
92 "//ios/chrome/browser/ui/alert_coordinator", 94 "//ios/chrome/browser/ui/alert_coordinator",
95 "//ios/chrome/browser/ui/authentication:authentication_arc",
96 "//ios/chrome/browser/ui/authentication:authentication_ui",
93 "//ios/chrome/browser/ui/bookmarks/bars", 97 "//ios/chrome/browser/ui/bookmarks/bars",
94 "//ios/chrome/browser/ui/bookmarks/cells", 98 "//ios/chrome/browser/ui/bookmarks/cells",
95 "//ios/chrome/browser/ui/collection_view", 99 "//ios/chrome/browser/ui/collection_view",
96 "//ios/chrome/browser/ui/collection_view/cells", 100 "//ios/chrome/browser/ui/collection_view/cells",
97 "//ios/chrome/browser/ui/colors", 101 "//ios/chrome/browser/ui/colors",
98 "//ios/chrome/browser/ui/commands", 102 "//ios/chrome/browser/ui/commands",
99 "//ios/chrome/browser/ui/icons", 103 "//ios/chrome/browser/ui/icons",
100 "//ios/chrome/browser/ui/keyboard", 104 "//ios/chrome/browser/ui/keyboard",
101 "//ios/chrome/browser/ui/material_components", 105 "//ios/chrome/browser/ui/material_components",
102 "//ios/chrome/browser/ui/ntp", 106 "//ios/chrome/browser/ui/ntp",
(...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after
243 "resources/bookmark_white_edit@2x.png", 247 "resources/bookmark_white_edit@2x.png",
244 "resources/bookmark_white_edit@3x.png", 248 "resources/bookmark_white_edit@3x.png",
245 "resources/bookmark_white_move.png", 249 "resources/bookmark_white_move.png",
246 "resources/bookmark_white_move@2x.png", 250 "resources/bookmark_white_move@2x.png",
247 "resources/bookmark_white_move@3x.png", 251 "resources/bookmark_white_move@3x.png",
248 ] 252 ]
249 outputs = [ 253 outputs = [
250 "{{bundle_resources_dir}}/{{source_file_part}}", 254 "{{bundle_resources_dir}}/{{source_file_part}}",
251 ] 255 ]
252 } 256 }
OLDNEW
« no previous file with comments | « ios/chrome/app/strings/ios_google_chrome_strings.grd ('k') | ios/chrome/browser/ui/bookmarks/bookmark_collection_view.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698