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

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

Powered by Google App Engine
This is Rietveld 408576698