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

Unified Diff: ios/chrome/browser/ui/settings/cells/BUILD.gn

Issue 2743633002: iOS: Adding cell for the promo signin for settings. (Closed)
Patch Set: Singular they Created 3 years, 9 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
« no previous file with comments | « ios/chrome/app/strings/ios_strings.grd ('k') | ios/chrome/browser/ui/settings/cells/signin_promo_item.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/ui/settings/cells/BUILD.gn
diff --git a/ios/chrome/browser/ui/settings/cells/BUILD.gn b/ios/chrome/browser/ui/settings/cells/BUILD.gn
index 74d8d7c52ff743400412e809ac3f273644b4acb6..f4c11e10ccfabd3588903e7a95328e1a1d37a685 100644
--- a/ios/chrome/browser/ui/settings/cells/BUILD.gn
+++ b/ios/chrome/browser/ui/settings/cells/BUILD.gn
@@ -28,6 +28,8 @@ source_set("cells") {
"passphrase_error_item.mm",
"password_details_item.h",
"password_details_item.mm",
+ "signin_promo_item.h",
+ "signin_promo_item.mm",
"sync_switch_item.h",
"sync_switch_item.mm",
"text_and_error_item.h",
@@ -66,6 +68,7 @@ source_set("unit_tests") {
"native_app_item_unittest.mm",
"passphrase_error_item_unittest.mm",
"password_details_item_unittest.mm",
+ "signin_promo_item_unittest.mm",
"sync_switch_item_unittest.mm",
"text_and_error_item_unittest.mm",
"version_item_unittest.mm",
« no previous file with comments | « ios/chrome/app/strings/ios_strings.grd ('k') | ios/chrome/browser/ui/settings/cells/signin_promo_item.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698