| 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 3b5f2156e44876b6ddfa5cdb28dc1fa22c5abc18..3f68188eb4297fbf0764c94e5c5ae484e809645b 100644
|
| --- a/chrome/browser/resources/settings/people_page/compiled_resources2.gyp
|
| +++ b/chrome/browser/resources/settings/people_page/compiled_resources2.gyp
|
| @@ -66,15 +66,25 @@
|
| 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi'],
|
| },
|
| {
|
| + 'target_name': 'password_prompt_dialog',
|
| + 'dependencies': [
|
| + '../compiled_resources2.gyp:route',
|
| + '<(EXTERNS_GYP):quick_unlock_private',
|
| + ],
|
| + 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi'],
|
| + },
|
| + {
|
| 'target_name': 'people_page',
|
| 'dependencies': [
|
| '../compiled_resources2.gyp:route',
|
| '../settings_page/compiled_resources2.gyp:settings_animated_pages',
|
| '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert',
|
| + '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior',
|
| '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data',
|
| '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:web_ui_listener_behavior',
|
| 'easy_unlock_browser_proxy',
|
| 'easy_unlock_turn_off_dialog',
|
| + 'lock_state_behavior',
|
| 'profile_info_browser_proxy',
|
| 'sync_browser_proxy',
|
| ],
|
| @@ -88,7 +98,7 @@
|
| 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi'],
|
| },
|
| {
|
| - 'target_name': 'quick_unlock_authenticate',
|
| + 'target_name': 'lock_state_behavior',
|
| 'dependencies': [
|
| '../compiled_resources2.gyp:route',
|
| '<(EXTERNS_GYP):quick_unlock_private',
|
| @@ -96,30 +106,21 @@
|
| 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi'],
|
| },
|
| {
|
| - 'target_name': 'quick_unlock_choose_method',
|
| - 'dependencies': [
|
| - '../compiled_resources2.gyp:route',
|
| - '../prefs/compiled_resources2.gyp:prefs_types',
|
| - '../prefs/compiled_resources2.gyp:prefs_behavior',
|
| - 'quick_unlock_password_detect_behavior',
|
| - '<(EXTERNS_GYP):quick_unlock_private',
|
| - ],
|
| - 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi'],
|
| - },
|
| - {
|
| - 'target_name': 'quick_unlock_password_detect_behavior',
|
| + 'target_name': 'lock_screen',
|
| 'dependencies': [
|
| '../compiled_resources2.gyp:route',
|
| + 'lock_state_behavior',
|
| + 'password_prompt_dialog',
|
| + '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior',
|
| ],
|
| 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi'],
|
| },
|
| {
|
| - 'target_name': 'quick_unlock_setup_pin',
|
| + 'target_name': 'setup_pin_dialog',
|
| 'dependencies': [
|
| '../compiled_resources2.gyp:route',
|
| - 'quick_unlock_password_detect_behavior',
|
| + 'password_prompt_dialog',
|
| '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior',
|
| - '<(EXTERNS_GYP):quick_unlock_private',
|
| ],
|
| 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi'],
|
| },
|
|
|