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

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: Address comments Created 4 years, 5 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 | chrome/browser/resources/settings/people_page/people_page.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..313086557ff93b18888cdcaa2aaa50ea080d50a7 100644
--- a/chrome/browser/resources/settings/people_page/compiled_resources2.gyp
+++ b/chrome/browser/resources/settings/people_page/compiled_resources2.gyp
@@ -86,6 +86,35 @@
'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi'],
},
{
+ 'target_name': 'quick_unlock_authenticate',
+ 'dependencies': [
+ 'quick_unlock_routing_behavior',
+ '<(EXTERNS_GYP):quick_unlock_private',
+ ],
+ 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi'],
+ },
+ {
+ 'target_name': 'quick_unlock_choose_method',
+ 'dependencies': [
+ 'quick_unlock_password_detect_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'],
+ },
+ {
+ 'target_name': 'quick_unlock_routing_behavior',
+ 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi'],
+ },
+ {
+ 'target_name': 'quick_unlock_password_detect_behavior',
+ 'dependencies': [
+ 'quick_unlock_routing_behavior',
+ ],
+ 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi'],
+ },
+ {
'target_name': 'sync_page',
'dependencies': [
'<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert',
@@ -130,17 +159,5 @@
],
'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi'],
},
- {
- 'target_name': 'quick_unlock_routing_behavior',
- 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi'],
- },
- {
- 'target_name': 'quick_unlock_authenticate',
- 'dependencies': [
- 'quick_unlock_routing_behavior',
- '<(EXTERNS_GYP):quick_unlock_private',
- ],
- 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi'],
- },
],
}
« no previous file with comments | « no previous file | chrome/browser/resources/settings/people_page/people_page.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698