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

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

Issue 2638953002: [ios] Put back clock open for recently closed image. (Closed)
Patch Set: Add back 1x image Created 3 years, 11 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/ntp/recent_tabs/views/show_full_history_view.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 bundle_data("resources") { 5 bundle_data("resources") {
6 sources = [ 6 sources = [
7 "resources/bookmarks_bar_bg.png", 7 "resources/bookmarks_bar_bg.png",
8 "resources/bookmarks_bar_bg@2x.png", 8 "resources/bookmarks_bar_bg@2x.png",
9 "resources/bookmarks_bar_bg@2x~ipad.png", 9 "resources/bookmarks_bar_bg@2x~ipad.png",
10 "resources/bookmarks_bar_bg_pressed@2x~ipad.png", 10 "resources/bookmarks_bar_bg_pressed@2x~ipad.png",
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 "resources/ntp_mv_thumbnail_container@2x.png", 62 "resources/ntp_mv_thumbnail_container@2x.png",
63 "resources/ntp_mv_thumbnail_container@3x.png", 63 "resources/ntp_mv_thumbnail_container@3x.png",
64 "resources/ntp_mv_thumbnail_empty.png", 64 "resources/ntp_mv_thumbnail_empty.png",
65 "resources/ntp_mv_thumbnail_empty@2x.png", 65 "resources/ntp_mv_thumbnail_empty@2x.png",
66 "resources/ntp_mv_thumbnail_empty@2x~ipad.png", 66 "resources/ntp_mv_thumbnail_empty@2x~ipad.png",
67 "resources/ntp_mv_thumbnail_empty~ipad.png", 67 "resources/ntp_mv_thumbnail_empty~ipad.png",
68 "resources/ntp_mv_welcome_favicon.png", 68 "resources/ntp_mv_welcome_favicon.png",
69 "resources/ntp_mv_welcome_favicon@2x.png", 69 "resources/ntp_mv_welcome_favicon@2x.png",
70 "resources/ntp_opentabs@2x.png", 70 "resources/ntp_opentabs@2x.png",
71 "resources/ntp_opentabs@3x.png", 71 "resources/ntp_opentabs@3x.png",
72 "resources/ntp_opentabs_clock.png",
73 "resources/ntp_opentabs_clock@2x.png",
74 "resources/ntp_opentabs_clock@3x.png",
72 "resources/ntp_opentabs_header@2x~ipad.png", 75 "resources/ntp_opentabs_header@2x~ipad.png",
73 "resources/ntp_opentabs_header~ipad.png", 76 "resources/ntp_opentabs_header~ipad.png",
74 "resources/ntp_opentabs_laptop.png", 77 "resources/ntp_opentabs_laptop.png",
75 "resources/ntp_opentabs_laptop@2x.png", 78 "resources/ntp_opentabs_laptop@2x.png",
76 "resources/ntp_opentabs_laptop@3x.png", 79 "resources/ntp_opentabs_laptop@3x.png",
77 "resources/ntp_opentabs_last_row@2x~ipad.png", 80 "resources/ntp_opentabs_last_row@2x~ipad.png",
78 "resources/ntp_opentabs_last_row_h@2x~ipad.png", 81 "resources/ntp_opentabs_last_row_h@2x~ipad.png",
79 "resources/ntp_opentabs_last_row_h~ipad.png", 82 "resources/ntp_opentabs_last_row_h~ipad.png",
80 "resources/ntp_opentabs_last_row~ipad.png", 83 "resources/ntp_opentabs_last_row~ipad.png",
81 "resources/ntp_opentabs_list_item@2x~ipad.png", 84 "resources/ntp_opentabs_list_item@2x~ipad.png",
(...skipping 186 matching lines...) Expand 10 before | Expand all | Expand 10 after
268 "new_tab_page_perftest.mm", 271 "new_tab_page_perftest.mm",
269 ] 272 ]
270 deps = [ 273 deps = [
271 "//base/test:test_support", 274 "//base/test:test_support",
272 "//ios/chrome/browser/sessions", 275 "//ios/chrome/browser/sessions",
273 "//ios/chrome/browser/tabs", 276 "//ios/chrome/browser/tabs",
274 "//ios/chrome/browser/test:perf_test_support", 277 "//ios/chrome/browser/test:perf_test_support",
275 "//ios/chrome/browser/ui:ui_internal", 278 "//ios/chrome/browser/ui:ui_internal",
276 ] 279 ]
277 } 280 }
OLDNEW
« no previous file with comments | « no previous file | ios/chrome/browser/ui/ntp/recent_tabs/views/show_full_history_view.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698