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

Unified Diff: ios/chrome/browser/passwords/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/net/BUILD.gn ('k') | ios/chrome/browser/payments/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/passwords/BUILD.gn
diff --git a/ios/chrome/browser/passwords/BUILD.gn b/ios/chrome/browser/passwords/BUILD.gn
index 8aea29c971b0dc267387ce5886085040ed45f52e..d0bd2857c38038424093e76985e1c05cbb0c5272 100644
--- a/ios/chrome/browser/passwords/BUILD.gn
+++ b/ios/chrome/browser/passwords/BUILD.gn
@@ -139,3 +139,27 @@ js_compile_unchecked("injected_js") {
"resources/password_controller.js",
]
}
+
+source_set("passwords_internal") {
+ sources = [
+ "password_generation_prompt_view.h",
+ "password_generation_prompt_view.mm",
+ "password_generation_prompt_view_controller.h",
+ "password_generation_prompt_view_controller.mm",
+ "passwords_ui_delegate_impl.h",
+ "passwords_ui_delegate_impl.mm",
+ ]
+ deps = [
+ "//base",
+ "//components/strings",
+ "//ios/chrome/app/strings",
+ "//ios/chrome/app/theme",
+ "//ios/chrome/browser/passwords",
+ "//ios/chrome/browser/ui",
+ "//ios/chrome/common",
+ "//ios/third_party/material_components_ios",
+ "//ios/third_party/material_roboto_font_loader_ios",
+ "//ui/base",
+ ]
+ libs = [ "UIKit.framework" ]
+}
« no previous file with comments | « ios/chrome/browser/net/BUILD.gn ('k') | ios/chrome/browser/payments/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698