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

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

Issue 2589843002: Upstream Chrome on iOS source code [11/11]. (Closed)
Patch Set: Created 4 years 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/browser/ui/authentication/BUILD.gn ('k') | ios/chrome/browser/ui/autofill/cells/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/ui/autofill/BUILD.gn
diff --git a/ios/chrome/browser/ui/autofill/BUILD.gn b/ios/chrome/browser/ui/autofill/BUILD.gn
index 9b3f89faa76f4fb7d4067b669ecfd1ea482a6b80..0f2627a95ada0b48fbd7aa7a9fbebcd5c57c62b1 100644
--- a/ios/chrome/browser/ui/autofill/BUILD.gn
+++ b/ios/chrome/browser/ui/autofill/BUILD.gn
@@ -25,3 +25,28 @@ source_set("autofill") {
"//ios/public/provider/chrome/browser",
]
}
+
+source_set("autofill_internal") {
+ sources = [
+ "card_unmask_prompt_view_bridge.h",
+ "card_unmask_prompt_view_bridge.mm",
+ "storage_switch_tooltip.h",
+ "storage_switch_tooltip.mm",
+ ]
+ deps = [
+ "//base",
+ "//components/autofill/core/browser",
+ "//components/strings",
+ "//ios/chrome/browser/ui",
+ "//ios/chrome/browser/ui/autofill/cells",
+ "//ios/chrome/browser/ui/collection_view/cells",
+ "//ios/chrome/browser/ui/colors",
+ "//ios/third_party/material_components_ios",
+ "//ios/third_party/material_roboto_font_loader_ios",
+ "//ui/base",
+ ]
+ public_deps = [
+ "//ios/chrome/browser/ui/collection_view",
+ ]
+ libs = [ "UIKit.framework" ]
+}
« no previous file with comments | « ios/chrome/browser/ui/authentication/BUILD.gn ('k') | ios/chrome/browser/ui/autofill/cells/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698