| OLD | NEW |
| 1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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': 'main', | 7 'target_name': 'main', |
| 8 'variables': { | 8 'variables': { |
| 9 'depends': [ | 9 'depends': [ |
| 10 '../../../../../third_party/jstemplate/compiled_resources.gyp:jstempla
te', | 10 '../../../../../third_party/jstemplate/compiled_resources.gyp:jstempla
te', |
| (...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 71 './ui/commandbutton.js', | 71 './ui/commandbutton.js', |
| 72 './ui/file_manager_dialog_base.js', | 72 './ui/file_manager_dialog_base.js', |
| 73 './app_installer.js', | 73 './app_installer.js', |
| 74 './app_state_controller.js', | 74 './app_state_controller.js', |
| 75 './column_visibility_controller.js', | 75 './column_visibility_controller.js', |
| 76 './cws_container_client.js', | 76 './cws_container_client.js', |
| 77 './dialog_action_controller.js', | 77 './dialog_action_controller.js', |
| 78 './dialog_type.js', | 78 './dialog_type.js', |
| 79 './directory_contents.js', | 79 './directory_contents.js', |
| 80 './directory_model.js', | 80 './directory_model.js', |
| 81 './empty_folder_controller.js', |
| 81 './file_manager.js', | 82 './file_manager.js', |
| 82 './file_manager_commands.js', | 83 './file_manager_commands.js', |
| 83 './file_selection.js', | 84 './file_selection.js', |
| 84 './file_tasks.js', | 85 './file_tasks.js', |
| 85 './file_transfer_controller.js', | 86 './file_transfer_controller.js', |
| 86 './file_watcher.js', | 87 './file_watcher.js', |
| 87 './folder_shortcuts_data_model.js', | 88 './folder_shortcuts_data_model.js', |
| 88 './gear_menu_controller.js', | 89 './gear_menu_controller.js', |
| 89 './import_controller.js', | 90 './import_controller.js', |
| 90 './launch_param.js', | 91 './launch_param.js', |
| (...skipping 18 matching lines...) Expand all Loading... |
| 109 './task_controller.js', | 110 './task_controller.js', |
| 110 './toolbar_controller.js', | 111 './toolbar_controller.js', |
| 111 './thumbnail_loader.js', | 112 './thumbnail_loader.js', |
| 112 './list_thumbnail_loader.js', | 113 './list_thumbnail_loader.js', |
| 113 './ui/banners.js', | 114 './ui/banners.js', |
| 114 './ui/conflict_dialog.js', | 115 './ui/conflict_dialog.js', |
| 115 './ui/default_action_dialog.js', | 116 './ui/default_action_dialog.js', |
| 116 './ui/dialog_footer.js', | 117 './ui/dialog_footer.js', |
| 117 './ui/directory_tree.js', | 118 './ui/directory_tree.js', |
| 118 './ui/drag_selector.js', | 119 './ui/drag_selector.js', |
| 120 './ui/empty_folder.js', |
| 119 './ui/error_dialog.js', | 121 './ui/error_dialog.js', |
| 120 './ui/file_grid.js', | 122 './ui/file_grid.js', |
| 121 './ui/file_list_selection_model.js', | 123 './ui/file_list_selection_model.js', |
| 122 './ui/file_manager_ui.js', | 124 './ui/file_manager_ui.js', |
| 123 './ui/file_table.js', | 125 './ui/file_table.js', |
| 124 './ui/file_table_list.js', | 126 './ui/file_table_list.js', |
| 125 './ui/gear_menu.js', | 127 './ui/gear_menu.js', |
| 126 './ui/list_container.js', | 128 './ui/list_container.js', |
| 127 './ui/location_line.js', | 129 './ui/location_line.js', |
| 128 './ui/multi_profile_share_dialog.js', | 130 './ui/multi_profile_share_dialog.js', |
| (...skipping 22 matching lines...) Expand all Loading... |
| 151 '../../../externs/platform.js', | 153 '../../../externs/platform.js', |
| 152 '../../common/js/externs.js', | 154 '../../common/js/externs.js', |
| 153 ], | 155 ], |
| 154 }, | 156 }, |
| 155 'includes': [ | 157 'includes': [ |
| 156 '../../../../../third_party/closure_compiler/compile_js.gypi' | 158 '../../../../../third_party/closure_compiler/compile_js.gypi' |
| 157 ], | 159 ], |
| 158 } | 160 } |
| 159 ], | 161 ], |
| 160 } | 162 } |
| OLD | NEW |