| 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 2c4ceac02ea8e9dcb59971b48cdbfc74b36b251c..a743b4f32590cd5c1f0f7f86a07434f14e8c71f7 100644
|
| --- a/chrome/browser/resources/settings/people_page/compiled_resources2.gyp
|
| +++ b/chrome/browser/resources/settings/people_page/compiled_resources2.gyp
|
| @@ -79,6 +79,7 @@
|
| 'dependencies': [
|
| '../compiled_resources2.gyp:route',
|
| '<(EXTERNS_GYP):quick_unlock_private',
|
| + 'lock_screen_constants',
|
| ],
|
| 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi'],
|
| },
|
| @@ -94,6 +95,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',
|
| @@ -116,9 +118,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',
|
| @@ -129,6 +139,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',
|
| ],
|
|
|