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

Unified Diff: ios/chrome/browser/ui/authentication/BUILD.gn

Issue 2844253003: Adding close button in SigninPromoView (Closed)
Patch Set: Changing dismiss to close, and moving the button to the cell Created 3 years, 8 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 side-by-side diff with in-line comments
Download patch
Index: ios/chrome/browser/ui/authentication/BUILD.gn
diff --git a/ios/chrome/browser/ui/authentication/BUILD.gn b/ios/chrome/browser/ui/authentication/BUILD.gn
index 4006c8dd5beded8bbbb6ce9ea996515ad0549491..0de745882757fdd86edc91da61f6acf4fecbbd79 100644
--- a/ios/chrome/browser/ui/authentication/BUILD.gn
+++ b/ios/chrome/browser/ui/authentication/BUILD.gn
@@ -9,6 +9,9 @@ bundle_data("resources") {
"resources/signin_confirmation_more.png",
"resources/signin_confirmation_more@2x.png",
"resources/signin_confirmation_more@3x.png",
+ "resources/signin_promo_close_gray.png",
+ "resources/signin_promo_close_gray@2x.png",
+ "resources/signin_promo_close_gray@3x.png",
]
if (is_chrome_branded) {
sources += [

Powered by Google App Engine
This is Rietveld 408576698