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

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

Issue 2098663002: Add settings screen that lets a user setup a PIN to unlock their device with. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@pin-unlock-settings-choose-method
Patch Set: Type annotations Created 4 years, 5 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 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
98 'dependencies': [ 98 'dependencies': [
99 'quick_unlock_password_detect_behavior', 99 'quick_unlock_password_detect_behavior',
100 '../prefs/compiled_resources2.gyp:prefs_types', 100 '../prefs/compiled_resources2.gyp:prefs_types',
101 '../prefs/compiled_resources2.gyp:prefs_behavior', 101 '../prefs/compiled_resources2.gyp:prefs_behavior',
102 '<(EXTERNS_GYP):quick_unlock_private', 102 '<(EXTERNS_GYP):quick_unlock_private',
103 ], 103 ],
104 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 104 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
105 }, 105 },
106 { 106 {
107 'target_name': 'quick_unlock_routing_behavior', 107 'target_name': 'quick_unlock_routing_behavior',
108 'dependencies': [
109 '../settings_page/compiled_resources2.gyp:settings_router',
110 ],
108 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 111 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
109 }, 112 },
110 { 113 {
111 'target_name': 'quick_unlock_password_detect_behavior', 114 'target_name': 'quick_unlock_password_detect_behavior',
112 'dependencies': [ 115 'dependencies': [
113 'quick_unlock_routing_behavior', 116 'quick_unlock_routing_behavior',
114 ], 117 ],
115 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 118 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
116 }, 119 },
117 { 120 {
121 'target_name': 'quick_unlock_setup_pin',
122 'dependencies': [
123 'quick_unlock_password_detect_behavior',
124 '../settings_page/compiled_resources2.gyp:settings_router',
125 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior',
126 '<(EXTERNS_GYP):quick_unlock_private',
127 ],
128 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
129 },
130 {
118 'target_name': 'sync_page', 131 'target_name': 'sync_page',
119 'dependencies': [ 132 'dependencies': [
120 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', 133 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert',
121 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior', 134 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior',
122 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', 135 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data',
123 '<(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',
124 '../settings_page/compiled_resources2.gyp:settings_animated_pages', 137 '../settings_page/compiled_resources2.gyp:settings_animated_pages',
125 'sync_browser_proxy', 138 'sync_browser_proxy',
126 ], 139 ],
127 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 140 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
(...skipping 26 matching lines...) Expand all
154 { 167 {
155 'target_name': 'users_page', 168 'target_name': 'users_page',
156 'dependencies': [ 169 'dependencies': [
157 'user_list', 170 'user_list',
158 'users_add_user_dialog', 171 'users_add_user_dialog',
159 ], 172 ],
160 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 173 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
161 }, 174 },
162 ], 175 ],
163 } 176 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698