| 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 c7f122d9227ffe7dad74da137cf3223a80d635fd..4199c3d629de19db2efc763c235fbb84c57e0587 100644
|
| --- a/chrome/browser/resources/settings/people_page/compiled_resources2.gyp
|
| +++ b/chrome/browser/resources/settings/people_page/compiled_resources2.gyp
|
| @@ -80,6 +80,7 @@
|
| 'dependencies': [
|
| '../compiled_resources2.gyp:route',
|
| '<(EXTERNS_GYP):quick_unlock_private',
|
| + 'lock_screen_constants',
|
| ],
|
| 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi'],
|
| },
|
| @@ -95,6 +96,7 @@
|
| '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:web_ui_listener_behavior',
|
| 'easy_unlock_browser_proxy',
|
| 'easy_unlock_turn_off_dialog',
|
| + 'lock_screen_constants',
|
| 'lock_state_behavior',
|
| 'profile_info_browser_proxy',
|
| 'sync_browser_proxy',
|
| @@ -117,9 +119,17 @@
|
| 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi'],
|
| },
|
| {
|
| + 'target_name': 'lock_screen_constants',
|
| + 'dependencies': [
|
| + '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
|
| + ],
|
| + 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi'],
|
| + },
|
| + {
|
| 'target_name': 'lock_screen',
|
| 'dependencies': [
|
| '../compiled_resources2.gyp:route',
|
| + 'lock_screen_constants',
|
| 'lock_state_behavior',
|
| 'password_prompt_dialog',
|
| '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior',
|
| @@ -130,6 +140,7 @@
|
| 'target_name': 'setup_pin_dialog',
|
| 'dependencies': [
|
| '../compiled_resources2.gyp:route',
|
| + 'lock_screen_constants',
|
| 'password_prompt_dialog',
|
| '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior',
|
| ],
|
|
|