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

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

Issue 2885943002: Implementing sign-in promo for "Other Devices" on the iPad (Closed)
Patch Set: . 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
« no previous file with comments | « no previous file | ios/chrome/browser/ui/tab_switcher/tab_switcher_panel_overlay_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/tabswitcher_full_history.png", 7 "resources/tabswitcher_full_history.png",
8 "resources/tabswitcher_full_history@2x.png", 8 "resources/tabswitcher_full_history@2x.png",
9 "resources/tabswitcher_full_history@3x.png", 9 "resources/tabswitcher_full_history@3x.png",
10 "resources/tabswitcher_incognito.png", 10 "resources/tabswitcher_incognito.png",
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
102 "//ios/chrome/app/theme", 102 "//ios/chrome/app/theme",
103 "//ios/chrome/browser", 103 "//ios/chrome/browser",
104 "//ios/chrome/browser/browser_state", 104 "//ios/chrome/browser/browser_state",
105 "//ios/chrome/browser/favicon", 105 "//ios/chrome/browser/favicon",
106 "//ios/chrome/browser/metrics:metrics_internal", 106 "//ios/chrome/browser/metrics:metrics_internal",
107 "//ios/chrome/browser/sessions", 107 "//ios/chrome/browser/sessions",
108 "//ios/chrome/browser/signin", 108 "//ios/chrome/browser/signin",
109 "//ios/chrome/browser/sync", 109 "//ios/chrome/browser/sync",
110 "//ios/chrome/browser/tabs", 110 "//ios/chrome/browser/tabs",
111 "//ios/chrome/browser/ui", 111 "//ios/chrome/browser/ui",
112 "//ios/chrome/browser/ui/authentication:authentication_arc",
113 "//ios/chrome/browser/ui/authentication:authentication_ui",
112 "//ios/chrome/browser/ui/colors", 114 "//ios/chrome/browser/ui/colors",
113 "//ios/chrome/browser/ui/commands", 115 "//ios/chrome/browser/ui/commands",
114 "//ios/chrome/browser/ui/keyboard", 116 "//ios/chrome/browser/ui/keyboard",
115 "//ios/chrome/browser/ui/material_components", 117 "//ios/chrome/browser/ui/material_components",
116 "//ios/chrome/browser/ui/ntp/recent_tabs/views", 118 "//ios/chrome/browser/ui/ntp/recent_tabs/views",
117 "//ios/chrome/browser/ui/sync", 119 "//ios/chrome/browser/ui/sync",
118 "//ios/chrome/browser/ui/tabs", 120 "//ios/chrome/browser/ui/tabs",
119 "//ios/chrome/browser/ui/toolbar", 121 "//ios/chrome/browser/ui/toolbar",
120 "//ios/chrome/common:ios_app_bundle_id_prefix_header", 122 "//ios/chrome/common:ios_app_bundle_id_prefix_header",
121 "//ios/public/provider/chrome/browser", 123 "//ios/public/provider/chrome/browser",
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
196 "//ios/chrome/test/app:test_support", 198 "//ios/chrome/test/app:test_support",
197 "//ios/chrome/test/earl_grey:test_support", 199 "//ios/chrome/test/earl_grey:test_support",
198 "//ios/third_party/earl_grey", 200 "//ios/third_party/earl_grey",
199 "//ui/base", 201 "//ui/base",
200 ] 202 ]
201 libs = [ 203 libs = [
202 "UIKit.framework", 204 "UIKit.framework",
203 "XCTest.framework", 205 "XCTest.framework",
204 ] 206 ]
205 } 207 }
OLDNEW
« no previous file with comments | « no previous file | ios/chrome/browser/ui/tab_switcher/tab_switcher_panel_overlay_view.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698