| 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 141 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 152 'dependencies': [ | 152 'dependencies': [ |
| 153 '<(DEPTH)/third_party/closure_compiler/externs/compiled_resources2.gyp:m
etrics_private', | 153 '<(DEPTH)/third_party/closure_compiler/externs/compiled_resources2.gyp:m
etrics_private', |
| 154 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', | 154 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', |
| 155 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', | 155 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', |
| 156 ], | 156 ], |
| 157 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 157 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 158 }, | 158 }, |
| 159 { | 159 { |
| 160 'target_name': 'user_list', | 160 'target_name': 'user_list', |
| 161 'dependencies': [ | 161 'dependencies': [ |
| 162 '../compiled_resources2.gyp:route', |
| 162 '<(EXTERNS_GYP):settings_private', | 163 '<(EXTERNS_GYP):settings_private', |
| 163 '<(EXTERNS_GYP):users_private', | 164 '<(EXTERNS_GYP):users_private', |
| 164 ], | 165 ], |
| 165 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 166 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 166 }, | 167 }, |
| 167 { | 168 { |
| 168 'target_name': 'users_add_user_dialog', | 169 'target_name': 'users_add_user_dialog', |
| 169 'dependencies': [ | 170 'dependencies': [ |
| 170 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', | 171 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', |
| 171 '<(EXTERNS_GYP):users_private', | 172 '<(EXTERNS_GYP):users_private', |
| 172 ], | 173 ], |
| 173 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 174 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 174 }, | 175 }, |
| 175 { | 176 { |
| 176 'target_name': 'users_page', | 177 'target_name': 'users_page', |
| 177 'dependencies': [ | 178 'dependencies': [ |
| 178 'user_list', | 179 'user_list', |
| 179 'users_add_user_dialog', | 180 'users_add_user_dialog', |
| 180 ], | 181 ], |
| 181 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 182 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 182 }, | 183 }, |
| 183 ], | 184 ], |
| 184 } | 185 } |
| OLD | NEW |