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

Unified Diff: ios/chrome/app/BUILD.gn

Issue 2823883002: List Password Manager extensions in a static data structure (Closed)
Patch Set: add PasswordManagerExtensions.plist 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
« no previous file with comments | « no previous file | ios/chrome/app/resources/PasswordManagerExtensions.plist » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/app/BUILD.gn
diff --git a/ios/chrome/app/BUILD.gn b/ios/chrome/app/BUILD.gn
index 3704c77b0296aea85d049e3cd4b43f460964011f..87f8f50196ed0886b9ce0bc085097b7828a89f76 100644
--- a/ios/chrome/app/BUILD.gn
+++ b/ios/chrome/app/BUILD.gn
@@ -76,6 +76,7 @@ source_set("tests_fake_hook") {
bundle_data("resources") {
visibility = [ ":app" ]
sources = [
+ "resources/PasswordManagerExtensions.plist",
rohitrao (ping after 24h) 2017/04/17 16:24:54 Could this file live next to the code that uses it
"resources/SafeModeCrashingModules.plist",
]
outputs = [
« no previous file with comments | « no previous file | ios/chrome/app/resources/PasswordManagerExtensions.plist » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698