| 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 e3eafcdcf24984749d2c972194b74d0dfcc0680f..855c403a63d4ea115f8665a6b783e9bf803e34a7 100644
|
| --- a/chrome/browser/resources/settings/people_page/compiled_resources2.gyp
|
| +++ b/chrome/browser/resources/settings/people_page/compiled_resources2.gyp
|
| @@ -70,6 +70,7 @@
|
| 'dependencies': [
|
| '../compiled_resources2.gyp:route',
|
| '<(EXTERNS_GYP):quick_unlock_private',
|
| + 'lock_screen_constants',
|
| ],
|
| 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi'],
|
| },
|
| @@ -85,6 +86,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',
|
| @@ -107,9 +109,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',
|
| @@ -120,6 +130,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',
|
| ],
|
|
|