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

Unified Diff: chrome/browser/resources/settings/people_page/compiled_resources2.gyp

Issue 2097673002: Add a settings screen that lets the user choose how they unlock their device. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@pin-unlock-settings-authenticate
Patch Set: Adjust for authenticate screen comments Created 4 years, 6 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: chrome/browser/resources/settings/people_page/compiled_resources2.gyp
diff --git a/chrome/browser/resources/settings/people_page/compiled_resources2.gyp b/chrome/browser/resources/settings/people_page/compiled_resources2.gyp
index 34ce2e54be6cba0bc05524fc2786174114da7115..2b906b341e846e394871441c1c4cdf96f5ac68a4 100644
--- a/chrome/browser/resources/settings/people_page/compiled_resources2.gyp
+++ b/chrome/browser/resources/settings/people_page/compiled_resources2.gyp
@@ -135,6 +135,13 @@
'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi'],
},
{
+ 'target_name': 'quick_unlock_validating_behavior',
+ 'dependencies': [
+ 'quick_unlock_routing_behavior',
+ ],
+ 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi'],
+ },
+ {
'target_name': 'quick_unlock_authenticate',
'dependencies': [
'quick_unlock_routing_behavior',
@@ -142,5 +149,15 @@
],
'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi'],
},
+ {
+ 'target_name': 'quick_unlock_choose_method',
+ 'dependencies': [
+ 'quick_unlock_validating_behavior',
+ '../prefs/compiled_resources2.gyp:prefs_types',
+ '../prefs/compiled_resources2.gyp:prefs_behavior',
+ '<(EXTERNS_GYP):quick_unlock_private',
+ ],
+ 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi'],
+ },
],
}

Powered by Google App Engine
This is Rietveld 408576698