| 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 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 82 'target_name': 'profile_info_browser_proxy', | 82 'target_name': 'profile_info_browser_proxy', |
| 83 'dependencies': [ | 83 'dependencies': [ |
| 84 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', | 84 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', |
| 85 ], | 85 ], |
| 86 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 86 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 87 }, | 87 }, |
| 88 { | 88 { |
| 89 'target_name': 'quick_unlock_authenticate', | 89 'target_name': 'quick_unlock_authenticate', |
| 90 'dependencies': [ | 90 'dependencies': [ |
| 91 'quick_unlock_routing_behavior', | 91 'quick_unlock_routing_behavior', |
| 92 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', |
| 92 '<(EXTERNS_GYP):quick_unlock_private', | 93 '<(EXTERNS_GYP):quick_unlock_private', |
| 94 '<(INTERFACES_GYP):quick_unlock_private_interface', |
| 93 ], | 95 ], |
| 94 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 96 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 95 }, | 97 }, |
| 96 { | 98 { |
| 97 'target_name': 'quick_unlock_choose_method', | 99 'target_name': 'quick_unlock_choose_method', |
| 98 'dependencies': [ | 100 'dependencies': [ |
| 99 'quick_unlock_password_detect_behavior', | 101 'quick_unlock_password_detect_behavior', |
| 100 '../prefs/compiled_resources2.gyp:prefs_types', | 102 '../prefs/compiled_resources2.gyp:prefs_types', |
| 101 '../prefs/compiled_resources2.gyp:prefs_behavior', | 103 '../prefs/compiled_resources2.gyp:prefs_behavior', |
| 102 '<(EXTERNS_GYP):quick_unlock_private', | 104 '<(EXTERNS_GYP):quick_unlock_private', |
| 105 '<(INTERFACES_GYP):quick_unlock_private_interface', |
| 106 '<(INTERFACES_GYP):settings_private_interface', |
| 103 ], | 107 ], |
| 104 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 108 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 105 }, | 109 }, |
| 106 { | 110 { |
| 107 'target_name': 'quick_unlock_routing_behavior', | 111 'target_name': 'quick_unlock_routing_behavior', |
| 108 'dependencies': [ | 112 'dependencies': [ |
| 109 '../settings_page/compiled_resources2.gyp:settings_router', | 113 '../settings_page/compiled_resources2.gyp:settings_router', |
| 110 ], | 114 ], |
| 111 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 115 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 112 }, | 116 }, |
| (...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 167 { | 171 { |
| 168 'target_name': 'users_page', | 172 'target_name': 'users_page', |
| 169 'dependencies': [ | 173 'dependencies': [ |
| 170 'user_list', | 174 'user_list', |
| 171 'users_add_user_dialog', | 175 'users_add_user_dialog', |
| 172 ], | 176 ], |
| 173 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 177 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 174 }, | 178 }, |
| 175 ], | 179 ], |
| 176 } | 180 } |
| OLD | NEW |