Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1245)

Side by Side Diff: chrome/browser/resources/settings/people_page/compiled_resources2.gyp

Issue 2208473007: Rework quick unlock settings to follow new specs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkgr
Patch Set: Fix closure (bad merge) Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 # Copyright 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 { 4 {
5 'targets': [ 5 'targets': [
6 { 6 {
7 'target_name': 'camera', 7 'target_name': 'camera',
8 'dependencies': [ 8 'dependencies': [
9 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', 9 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data',
10 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:util', 10 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:util',
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
59 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 59 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
60 }, 60 },
61 { 61 {
62 'target_name': 'manage_profile_browser_proxy', 62 'target_name': 'manage_profile_browser_proxy',
63 'dependencies': [ 63 'dependencies': [
64 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', 64 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
65 ], 65 ],
66 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 66 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
67 }, 67 },
68 { 68 {
69 'target_name': 'password_prompt_dialog',
70 'dependencies': [
71 '../compiled_resources2.gyp:route',
72 '<(EXTERNS_GYP):quick_unlock_private',
73 ],
74 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
75 },
76 {
69 'target_name': 'people_page', 77 'target_name': 'people_page',
70 'dependencies': [ 78 'dependencies': [
71 '../compiled_resources2.gyp:route', 79 '../compiled_resources2.gyp:route',
72 '../settings_page/compiled_resources2.gyp:settings_animated_pages', 80 '../settings_page/compiled_resources2.gyp:settings_animated_pages',
73 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', 81 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert',
82 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior',
74 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', 83 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data',
75 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:web_ui_listener_ behavior', 84 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:web_ui_listener_ behavior',
76 'easy_unlock_browser_proxy', 85 'easy_unlock_browser_proxy',
77 'easy_unlock_turn_off_dialog', 86 'easy_unlock_turn_off_dialog',
87 'lock_state_behavior',
78 'profile_info_browser_proxy', 88 'profile_info_browser_proxy',
79 'sync_browser_proxy', 89 'sync_browser_proxy',
80 ], 90 ],
81 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 91 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
82 }, 92 },
83 { 93 {
84 'target_name': 'profile_info_browser_proxy', 94 'target_name': 'profile_info_browser_proxy',
85 'dependencies': [ 95 'dependencies': [
86 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', 96 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
87 ], 97 ],
88 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 98 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
89 }, 99 },
90 { 100 {
91 'target_name': 'quick_unlock_authenticate', 101 'target_name': 'lock_state_behavior',
92 'dependencies': [ 102 'dependencies': [
93 '../compiled_resources2.gyp:route', 103 '../compiled_resources2.gyp:route',
94 '<(EXTERNS_GYP):quick_unlock_private', 104 '<(EXTERNS_GYP):quick_unlock_private',
95 ], 105 ],
96 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 106 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
97 }, 107 },
98 { 108 {
99 'target_name': 'quick_unlock_choose_method', 109 'target_name': 'lock_screen',
100 'dependencies': [ 110 'dependencies': [
101 '../compiled_resources2.gyp:route', 111 '../compiled_resources2.gyp:route',
102 '../prefs/compiled_resources2.gyp:prefs_types', 112 'lock_state_behavior',
103 '../prefs/compiled_resources2.gyp:prefs_behavior', 113 'password_prompt_dialog',
104 'quick_unlock_password_detect_behavior', 114 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior',
105 '<(EXTERNS_GYP):quick_unlock_private',
106 ], 115 ],
107 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 116 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
108 }, 117 },
109 { 118 {
110 'target_name': 'quick_unlock_password_detect_behavior', 119 'target_name': 'setup_pin_dialog',
111 'dependencies': [ 120 'dependencies': [
112 '../compiled_resources2.gyp:route', 121 '../compiled_resources2.gyp:route',
122 'password_prompt_dialog',
123 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior',
113 ], 124 ],
114 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 125 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
115 }, 126 },
116 {
117 'target_name': 'quick_unlock_setup_pin',
118 'dependencies': [
119 '../compiled_resources2.gyp:route',
120 'quick_unlock_password_detect_behavior',
121 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior',
122 '<(EXTERNS_GYP):quick_unlock_private',
123 ],
124 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
125 },
126 { 127 {
127 'target_name': 'sync_page', 128 'target_name': 'sync_page',
128 'dependencies': [ 129 'dependencies': [
129 '../compiled_resources2.gyp:route', 130 '../compiled_resources2.gyp:route',
130 '../settings_page/compiled_resources2.gyp:settings_animated_pages', 131 '../settings_page/compiled_resources2.gyp:settings_animated_pages',
131 'sync_browser_proxy', 132 'sync_browser_proxy',
132 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', 133 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert',
133 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior', 134 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior',
134 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', 135 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data',
135 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:web_ui_listener_ behavior', 136 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:web_ui_listener_ behavior',
(...skipping 28 matching lines...) Expand all
164 { 165 {
165 'target_name': 'users_page', 166 'target_name': 'users_page',
166 'dependencies': [ 167 'dependencies': [
167 'user_list', 168 'user_list',
168 'users_add_user_dialog', 169 'users_add_user_dialog',
169 ], 170 ],
170 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 171 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
171 }, 172 },
172 ], 173 ],
173 } 174 }
OLDNEW
« no previous file with comments | « chrome/app/settings_strings.grdp ('k') | chrome/browser/resources/settings/people_page/lock_screen.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698