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

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

Powered by Google App Engine
This is Rietveld 408576698