| 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 192 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 203 '<(DEPTH)/third_party/closure_compiler/externs/compiled_resources2.gyp:m
etrics_private', | 203 '<(DEPTH)/third_party/closure_compiler/externs/compiled_resources2.gyp:m
etrics_private', |
| 204 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', | 204 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', |
| 205 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', | 205 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', |
| 206 ], | 206 ], |
| 207 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 207 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 208 }, | 208 }, |
| 209 { | 209 { |
| 210 'target_name': 'user_list', | 210 'target_name': 'user_list', |
| 211 'dependencies': [ | 211 'dependencies': [ |
| 212 '../compiled_resources2.gyp:route', | 212 '../compiled_resources2.gyp:route', |
| 213 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior', |
| 213 '<(EXTERNS_GYP):settings_private', | 214 '<(EXTERNS_GYP):settings_private', |
| 214 '<(EXTERNS_GYP):users_private', | 215 '<(EXTERNS_GYP):users_private', |
| 215 ], | 216 ], |
| 216 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 217 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 217 }, | 218 }, |
| 218 { | 219 { |
| 219 'target_name': 'users_add_user_dialog', | 220 'target_name': 'users_add_user_dialog', |
| 220 'dependencies': [ | 221 'dependencies': [ |
| 221 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', | 222 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', |
| 222 '<(EXTERNS_GYP):users_private', | 223 '<(EXTERNS_GYP):users_private', |
| (...skipping 13 matching lines...) Expand all Loading... |
| 236 'dependencies': [ | 237 'dependencies': [ |
| 237 '../prefs/compiled_resources2.gyp:prefs_behavior', | 238 '../prefs/compiled_resources2.gyp:prefs_behavior', |
| 238 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior', | 239 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior', |
| 239 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:web_ui_listener_
behavior', | 240 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:web_ui_listener_
behavior', |
| 240 'import_data_browser_proxy', | 241 'import_data_browser_proxy', |
| 241 ], | 242 ], |
| 242 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 243 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 243 }, | 244 }, |
| 244 ], | 245 ], |
| 245 } | 246 } |
| OLD | NEW |