| 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': 'actions_controller', | 7 # 'target_name': 'actions_controller', |
| 8 # 'dependencies': [ |
| 9 # '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:context_m
enu_handler', |
| 10 # '<(DEPTH)/ui/webui/resources/js/cr/compiled_resources2.gyp:ui', |
| 11 # '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', |
| 12 # 'actions_model', |
| 13 # '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', |
| 14 # ], |
| 8 # 'includes': ['../../../compile_js2.gypi'], | 15 # 'includes': ['../../../compile_js2.gypi'], |
| 9 # }, | 16 # }, |
| 10 # { | 17 # { |
| 11 # 'target_name': 'actions_model', | 18 # 'target_name': 'actions_model', |
| 19 # 'dependencies': [ |
| 20 # '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', |
| 21 # '<(EXTERNS_GYP):file_manager_private', |
| 22 # 'folder_shortcuts_data_model', |
| 23 # '../../background/js/compiled_resources2.gyp:drive_sync_handler', |
| 24 # 'metadata/compiled_resources2.gyp:metadata_model', |
| 25 # ], |
| 12 # 'includes': ['../../../compile_js2.gypi'], | 26 # 'includes': ['../../../compile_js2.gypi'], |
| 13 # }, | 27 # }, |
| 14 # { | 28 # { |
| 15 # 'target_name': 'app_state_controller', | 29 # 'target_name': 'app_state_controller', |
| 16 # 'includes': ['../../../compile_js2.gypi'], | 30 # 'includes': ['../../../compile_js2.gypi'], |
| 17 # }, | 31 # }, |
| 18 # { | 32 # { |
| 19 # 'target_name': 'column_visibility_controller', | 33 # 'target_name': 'column_visibility_controller', |
| 20 # 'includes': ['../../../compile_js2.gypi'], | 34 # 'includes': ['../../../compile_js2.gypi'], |
| 21 # }, | 35 # }, |
| (...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 54 # { | 68 # { |
| 55 # 'target_name': 'file_manager', | 69 # 'target_name': 'file_manager', |
| 56 # 'includes': ['../../../compile_js2.gypi'], | 70 # 'includes': ['../../../compile_js2.gypi'], |
| 57 # }, | 71 # }, |
| 58 # { | 72 # { |
| 59 # 'target_name': 'file_manager_commands', | 73 # 'target_name': 'file_manager_commands', |
| 60 # 'includes': ['../../../compile_js2.gypi'], | 74 # 'includes': ['../../../compile_js2.gypi'], |
| 61 # }, | 75 # }, |
| 62 # { | 76 # { |
| 63 # 'target_name': 'file_selection', | 77 # 'target_name': 'file_selection', |
| 78 # 'dependencies': [ |
| 79 # '../../common/js/compiled_resources2.gyp:util', |
| 80 # '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', |
| 81 # '../../common/js/compiled_resources2.gyp:volume_manager_common', |
| 82 # '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', |
| 83 # ], |
| 64 # 'includes': ['../../../compile_js2.gypi'], | 84 # 'includes': ['../../../compile_js2.gypi'], |
| 65 # }, | 85 # }, |
| 66 # { | 86 # { |
| 67 # 'target_name': 'file_tasks', | 87 # 'target_name': 'file_tasks', |
| 68 # 'includes': ['../../../compile_js2.gypi'], | 88 # 'includes': ['../../../compile_js2.gypi'], |
| 69 # }, | 89 # }, |
| 70 # { | 90 # { |
| 71 # 'target_name': 'file_transfer_controller', | 91 # 'target_name': 'file_transfer_controller', |
| 72 # 'includes': ['../../../compile_js2.gypi'], | 92 # 'includes': ['../../../compile_js2.gypi'], |
| 73 # }, | 93 # }, |
| 74 # { | 94 # { |
| 75 # 'target_name': 'file_watcher', | 95 # 'target_name': 'file_watcher', |
| 76 # 'includes': ['../../../compile_js2.gypi'], | 96 # 'includes': ['../../../compile_js2.gypi'], |
| 77 # }, | 97 # }, |
| 78 # { | 98 { |
| 79 # 'target_name': 'folder_shortcuts_data_model', | 99 'target_name': 'folder_shortcuts_data_model', |
| 80 # 'includes': ['../../../compile_js2.gypi'], | 100 'dependencies': [ |
| 81 # }, | 101 '../../common/js/compiled_resources2.gyp:async_util', |
| 102 'volume_manager_wrapper', |
| 103 '../../common/js/compiled_resources2.gyp:volume_manager_common', |
| 104 '<(EXTERNS_GYP):chrome_extensions', |
| 105 '../../common/js/compiled_resources2.gyp:util', |
| 106 '../../common/js/compiled_resources2.gyp:metrics', |
| 107 ], |
| 108 'includes': ['../../../compile_js2.gypi'], |
| 109 }, |
| 82 # { | 110 # { |
| 83 # 'target_name': 'gear_menu_controller', | 111 # 'target_name': 'gear_menu_controller', |
| 84 # 'includes': ['../../../compile_js2.gypi'], | 112 # 'includes': ['../../../compile_js2.gypi'], |
| 85 # }, | 113 # }, |
| 86 # { | 114 # { |
| 87 # 'target_name': 'import_controller', | 115 # 'target_name': 'import_controller', |
| 88 # 'includes': ['../../../compile_js2.gypi'], | 116 # 'includes': ['../../../compile_js2.gypi'], |
| 89 # }, | 117 # }, |
| 90 { | 118 { |
| 91 'target_name': 'launch_param', | 119 'target_name': 'launch_param', |
| (...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 199 'dependencies': [ | 227 'dependencies': [ |
| 200 '../../../image_loader/compiled_resources2.gyp:image_loader_client', | 228 '../../../image_loader/compiled_resources2.gyp:image_loader_client', |
| 201 '../../common/js/compiled_resources2.gyp:file_type', | 229 '../../common/js/compiled_resources2.gyp:file_type', |
| 202 '../../common/js/compiled_resources2.gyp:util', | 230 '../../common/js/compiled_resources2.gyp:util', |
| 203 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', | 231 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', |
| 204 ], | 232 ], |
| 205 'includes': ['../../../compile_js2.gypi'], | 233 'includes': ['../../../compile_js2.gypi'], |
| 206 }, | 234 }, |
| 207 # { | 235 # { |
| 208 # 'target_name': 'toolbar_controller', | 236 # 'target_name': 'toolbar_controller', |
| 237 # 'dependencies': [ |
| 238 # 'ui/compiled_resources2.gyp:location_line', |
| 239 # 'ui/compiled_resources2.gyp:list_container', |
| 240 # '../../common/js/compiled_resources2.gyp:util', |
| 241 # 'file_selection', |
| 242 # ], |
| 209 # 'includes': ['../../../compile_js2.gypi'], | 243 # 'includes': ['../../../compile_js2.gypi'], |
| 210 # }, | 244 # }, |
| 211 { | 245 { |
| 212 'target_name': 'volume_manager_wrapper', | 246 'target_name': 'volume_manager_wrapper', |
| 213 'dependencies': [ | 247 'dependencies': [ |
| 214 '../../background/js/compiled_resources2.gyp:volume_manager_factory', | 248 '../../background/js/compiled_resources2.gyp:volume_manager_factory', |
| 215 ], | 249 ], |
| 216 'includes': ['../../../compile_js2.gypi'], | 250 'includes': ['../../../compile_js2.gypi'], |
| 217 }, | 251 }, |
| 218 ], | 252 ], |
| 219 } | 253 } |
| OLD | NEW |