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