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'], |
- }, |
], |
} |