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

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

Issue 2787153002: MD Settings: Move easy unlock from people to lock screen. (Closed)
Patch Set: Comment. Created 3 years, 8 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 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
78 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 78 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
79 }, 79 },
80 { 80 {
81 'target_name': 'import_data_browser_proxy', 81 'target_name': 'import_data_browser_proxy',
82 'dependencies': [ 82 'dependencies': [
83 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', 83 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
84 ], 84 ],
85 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 85 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
86 }, 86 },
87 { 87 {
88 'target_name': 'lock_screen',
89 'dependencies': [
90 '../compiled_resources2.gyp:route',
91 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior',
92 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data',
93 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:web_ui_listener_ behavior',
94 'easy_unlock_browser_proxy',
95 'easy_unlock_turn_off_dialog',
96 'fingerprint_browser_proxy',
97 'lock_screen_constants',
98 'lock_state_behavior',
99 'password_prompt_dialog',
100 ],
101 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
102 },
103 {
104 'target_name': 'lock_screen_constants',
105 'dependencies': [
106 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
107 ],
108 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
109 },
110 {
111 'target_name': 'lock_state_behavior',
112 'dependencies': [
113 '../compiled_resources2.gyp:route',
114 '<(EXTERNS_GYP):quick_unlock_private',
115 ],
116 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
117 },
118 {
88 'target_name': 'manage_profile', 119 'target_name': 'manage_profile',
89 'dependencies': [ 120 'dependencies': [
90 '../compiled_resources2.gyp:route', 121 '../compiled_resources2.gyp:route',
91 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', 122 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
92 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:web_ui_listener_ behavior', 123 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:web_ui_listener_ behavior',
93 'manage_profile_browser_proxy', 124 'manage_profile_browser_proxy',
94 'sync_browser_proxy', 125 'sync_browser_proxy',
95 ], 126 ],
96 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 127 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
97 }, 128 },
(...skipping 16 matching lines...) Expand all
114 { 145 {
115 'target_name': 'people_page', 146 'target_name': 'people_page',
116 'dependencies': [ 147 'dependencies': [
117 '../compiled_resources2.gyp:route', 148 '../compiled_resources2.gyp:route',
118 '../settings_page/compiled_resources2.gyp:settings_animated_pages', 149 '../settings_page/compiled_resources2.gyp:settings_animated_pages',
119 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', 150 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert',
120 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior', 151 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior',
121 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:icon', 152 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:icon',
122 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', 153 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data',
123 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:web_ui_listener_ behavior', 154 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:web_ui_listener_ behavior',
124 'easy_unlock_browser_proxy', 155 » 'lock_screen',
125 'easy_unlock_turn_off_dialog',
126 'lock_screen_constants', 156 'lock_screen_constants',
127 'lock_state_behavior', 157 'lock_state_behavior',
128 'profile_info_browser_proxy', 158 'profile_info_browser_proxy',
129 'sync_browser_proxy', 159 'sync_browser_proxy',
130 ], 160 ],
131 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 161 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
132 }, 162 },
133 { 163 {
134 'target_name': 'profile_info_browser_proxy', 164 'target_name': 'profile_info_browser_proxy',
135 'dependencies': [ 165 'dependencies': [
136 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', 166 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
137 ], 167 ],
138 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 168 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
139 }, 169 },
140 {
141 'target_name': 'lock_state_behavior',
142 'dependencies': [
143 '../compiled_resources2.gyp:route',
144 '<(EXTERNS_GYP):quick_unlock_private',
145 ],
146 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
147 },
148 {
149 'target_name': 'lock_screen_constants',
150 'dependencies': [
151 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
152 ],
153 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
154 },
155 {
156 'target_name': 'lock_screen',
157 'dependencies': [
158 '../compiled_resources2.gyp:route',
159 'fingerprint_browser_proxy',
160 'lock_screen_constants',
161 'lock_state_behavior',
162 'password_prompt_dialog',
163 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior',
164 ],
165 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
166 },
167 { 170 {
168 'target_name': 'setup_fingerprint_dialog', 171 'target_name': 'setup_fingerprint_dialog',
169 'dependencies': [ 172 'dependencies': [
170 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior', 173 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior',
171 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:web_ui_listener_ behavior', 174 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:web_ui_listener_ behavior',
172 'fingerprint_browser_proxy', 175 'fingerprint_browser_proxy',
173 'fingerprint_progress_arc', 176 'fingerprint_progress_arc',
174 ], 177 ],
175 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 178 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
176 }, 179 },
177 { 180 {
178 'target_name': 'setup_pin_dialog', 181 'target_name': 'setup_pin_dialog',
179 'dependencies': [ 182 'dependencies': [
180 '../compiled_resources2.gyp:route', 183 '../compiled_resources2.gyp:route',
184 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior',
181 'lock_screen_constants', 185 'lock_screen_constants',
182 'password_prompt_dialog', 186 'password_prompt_dialog',
183 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior',
184 ], 187 ],
185 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 188 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
186 }, 189 },
187 { 190 {
188 'target_name': 'sync_page', 191 'target_name': 'sync_page',
189 'dependencies': [ 192 'dependencies': [
190 '../compiled_resources2.gyp:route', 193 '../compiled_resources2.gyp:route',
191 '../settings_page/compiled_resources2.gyp:settings_animated_pages', 194 '../settings_page/compiled_resources2.gyp:settings_animated_pages',
192 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/paper-input/compi led_resources2.gyp:paper-input-extracted', 195 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/paper-input/compi led_resources2.gyp:paper-input-extracted',
193 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', 196 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert',
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
236 'dependencies': [ 239 'dependencies': [
237 '../prefs/compiled_resources2.gyp:prefs_behavior', 240 '../prefs/compiled_resources2.gyp:prefs_behavior',
238 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior', 241 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior',
239 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:web_ui_listener_ behavior', 242 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:web_ui_listener_ behavior',
240 'import_data_browser_proxy', 243 'import_data_browser_proxy',
241 ], 244 ],
242 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 245 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
243 }, 246 },
244 ], 247 ],
245 } 248 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698