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

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

Issue 2313103002: Added uma for pin unlock set up. (Closed)
Patch Set: Closure compiler fix. Created 4 years 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 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
73 'dependencies': [ 73 'dependencies': [
74 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', 74 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
75 ], 75 ],
76 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 76 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
77 }, 77 },
78 { 78 {
79 'target_name': 'password_prompt_dialog', 79 'target_name': 'password_prompt_dialog',
80 'dependencies': [ 80 'dependencies': [
81 '../compiled_resources2.gyp:route', 81 '../compiled_resources2.gyp:route',
82 '<(EXTERNS_GYP):quick_unlock_private', 82 '<(EXTERNS_GYP):quick_unlock_private',
83 'lock_screen_constants',
83 ], 84 ],
84 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 85 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
85 }, 86 },
86 { 87 {
87 'target_name': 'people_page', 88 'target_name': 'people_page',
88 'dependencies': [ 89 'dependencies': [
89 '../compiled_resources2.gyp:route', 90 '../compiled_resources2.gyp:route',
90 '../settings_page/compiled_resources2.gyp:settings_animated_pages', 91 '../settings_page/compiled_resources2.gyp:settings_animated_pages',
91 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', 92 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert',
92 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior', 93 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior',
93 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:icon', 94 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:icon',
94 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', 95 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data',
95 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:web_ui_listener_ behavior', 96 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:web_ui_listener_ behavior',
96 'easy_unlock_browser_proxy', 97 'easy_unlock_browser_proxy',
97 'easy_unlock_turn_off_dialog', 98 'easy_unlock_turn_off_dialog',
99 'lock_screen_constants',
98 'lock_state_behavior', 100 'lock_state_behavior',
99 'profile_info_browser_proxy', 101 'profile_info_browser_proxy',
100 'sync_browser_proxy', 102 'sync_browser_proxy',
101 ], 103 ],
102 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 104 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
103 }, 105 },
104 { 106 {
105 'target_name': 'profile_info_browser_proxy', 107 'target_name': 'profile_info_browser_proxy',
106 'dependencies': [ 108 'dependencies': [
107 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', 109 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
108 ], 110 ],
109 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 111 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
110 }, 112 },
111 { 113 {
112 'target_name': 'lock_state_behavior', 114 'target_name': 'lock_state_behavior',
113 'dependencies': [ 115 'dependencies': [
114 '../compiled_resources2.gyp:route', 116 '../compiled_resources2.gyp:route',
115 '<(EXTERNS_GYP):quick_unlock_private', 117 '<(EXTERNS_GYP):quick_unlock_private',
116 ], 118 ],
117 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 119 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
118 }, 120 },
119 { 121 {
122 'target_name': 'lock_screen_constants',
123 'dependencies': [
124 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
125 ],
126 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
127 },
128 {
120 'target_name': 'lock_screen', 129 'target_name': 'lock_screen',
121 'dependencies': [ 130 'dependencies': [
122 '../compiled_resources2.gyp:route', 131 '../compiled_resources2.gyp:route',
132 'lock_screen_constants',
123 'lock_state_behavior', 133 'lock_state_behavior',
124 'password_prompt_dialog', 134 'password_prompt_dialog',
125 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior', 135 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior',
126 ], 136 ],
127 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 137 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
128 }, 138 },
129 { 139 {
130 'target_name': 'setup_pin_dialog', 140 'target_name': 'setup_pin_dialog',
131 'dependencies': [ 141 'dependencies': [
132 '../compiled_resources2.gyp:route', 142 '../compiled_resources2.gyp:route',
143 'lock_screen_constants',
133 'password_prompt_dialog', 144 'password_prompt_dialog',
134 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior', 145 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior',
135 ], 146 ],
136 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 147 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
137 }, 148 },
138 { 149 {
139 'target_name': 'sync_page', 150 'target_name': 'sync_page',
140 'dependencies': [ 151 'dependencies': [
141 '../compiled_resources2.gyp:route', 152 '../compiled_resources2.gyp:route',
142 '../settings_page/compiled_resources2.gyp:settings_animated_pages', 153 '../settings_page/compiled_resources2.gyp:settings_animated_pages',
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
187 'dependencies': [ 198 'dependencies': [
188 '../prefs/compiled_resources2.gyp:prefs_behavior', 199 '../prefs/compiled_resources2.gyp:prefs_behavior',
189 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior', 200 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior',
190 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:web_ui_listener_ behavior', 201 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:web_ui_listener_ behavior',
191 'import_data_browser_proxy', 202 'import_data_browser_proxy',
192 ], 203 ],
193 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 204 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
194 }, 205 },
195 ], 206 ],
196 } 207 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/options_resources.grd ('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