| 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 198 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 209 '<(DEPTH)/third_party/closure_compiler/externs/compiled_resources2.gyp:m
etrics_private', | 209 '<(DEPTH)/third_party/closure_compiler/externs/compiled_resources2.gyp:m
etrics_private', |
| 210 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', | 210 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', |
| 211 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', | 211 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', |
| 212 ], | 212 ], |
| 213 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 213 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 214 }, | 214 }, |
| 215 { | 215 { |
| 216 'target_name': 'user_list', | 216 'target_name': 'user_list', |
| 217 'dependencies': [ | 217 'dependencies': [ |
| 218 '../compiled_resources2.gyp:route', | 218 '../compiled_resources2.gyp:route', |
| 219 '<(DEPTH)/ui/webui/resources/cr_elements/compiled_resources2.gyp:cr_scro
llable_behavior', |
| 219 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior', | 220 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior', |
| 220 '<(EXTERNS_GYP):settings_private', | 221 '<(EXTERNS_GYP):settings_private', |
| 221 '<(EXTERNS_GYP):users_private', | 222 '<(EXTERNS_GYP):users_private', |
| 222 ], | 223 ], |
| 223 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 224 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 224 }, | 225 }, |
| 225 { | 226 { |
| 226 'target_name': 'users_add_user_dialog', | 227 'target_name': 'users_add_user_dialog', |
| 227 'dependencies': [ | 228 'dependencies': [ |
| 228 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', | 229 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', |
| (...skipping 14 matching lines...) Expand all Loading... |
| 243 'dependencies': [ | 244 'dependencies': [ |
| 244 '../prefs/compiled_resources2.gyp:prefs_behavior', | 245 '../prefs/compiled_resources2.gyp:prefs_behavior', |
| 245 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior', | 246 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior', |
| 246 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:web_ui_listener_
behavior', | 247 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:web_ui_listener_
behavior', |
| 247 'import_data_browser_proxy', | 248 'import_data_browser_proxy', |
| 248 ], | 249 ], |
| 249 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 250 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 250 }, | 251 }, |
| 251 ], | 252 ], |
| 252 } | 253 } |
| OLD | NEW |