OLD | NEW |
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 97 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
108 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 108 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
109 }, | 109 }, |
110 { | 110 { |
111 'target_name': 'quick_unlock_password_detect_behavior', | 111 'target_name': 'quick_unlock_password_detect_behavior', |
112 'dependencies': [ | 112 'dependencies': [ |
113 'quick_unlock_routing_behavior', | 113 'quick_unlock_routing_behavior', |
114 ], | 114 ], |
115 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 115 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
116 }, | 116 }, |
117 { | 117 { |
| 118 'target_name': 'quick_unlock_setup_pin', |
| 119 'dependencies': [ |
| 120 'quick_unlock_password_detect_behavior', |
| 121 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior', |
| 122 '<(EXTERNS_GYP):quick_unlock_private', |
| 123 ], |
| 124 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 125 }, |
| 126 { |
118 'target_name': 'sync_page', | 127 'target_name': 'sync_page', |
119 'dependencies': [ | 128 'dependencies': [ |
120 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', | 129 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', |
121 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior', | 130 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior', |
122 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', | 131 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', |
123 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:web_ui_listener_
behavior', | 132 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:web_ui_listener_
behavior', |
124 '../settings_page/compiled_resources2.gyp:settings_animated_pages', | 133 '../settings_page/compiled_resources2.gyp:settings_animated_pages', |
125 'sync_browser_proxy', | 134 'sync_browser_proxy', |
126 ], | 135 ], |
127 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 136 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
(...skipping 26 matching lines...) Expand all Loading... |
154 { | 163 { |
155 'target_name': 'users_page', | 164 'target_name': 'users_page', |
156 'dependencies': [ | 165 'dependencies': [ |
157 'user_list', | 166 'user_list', |
158 'users_add_user_dialog', | 167 'users_add_user_dialog', |
159 ], | 168 ], |
160 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 169 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
161 }, | 170 }, |
162 ], | 171 ], |
163 } | 172 } |
OLD | NEW |