| 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 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 64 '../../../image_loader/image_loader_client.js', | 64 '../../../image_loader/image_loader_client.js', |
| 65 './metrics_base.js', | 65 './metrics_base.js', |
| 66 './metrics.js', | 66 './metrics.js', |
| 67 './ui/combobutton.js', | 67 './ui/combobutton.js', |
| 68 './ui/commandbutton.js', | 68 './ui/commandbutton.js', |
| 69 './ui/file_manager_dialog_base.js', | 69 './ui/file_manager_dialog_base.js', |
| 70 './app_installer.js', | 70 './app_installer.js', |
| 71 './app_state_controller.js', | 71 './app_state_controller.js', |
| 72 './cws_container_client.js', | 72 './cws_container_client.js', |
| 73 './dialog_action_controller.js', | 73 './dialog_action_controller.js', |
| 74 './dialog_type.js', |
| 74 './directory_contents.js', | 75 './directory_contents.js', |
| 75 './directory_model.js', | 76 './directory_model.js', |
| 76 './file_manager.js', | 77 './file_manager.js', |
| 77 './file_manager_commands.js', | 78 './file_manager_commands.js', |
| 78 './file_selection.js', | 79 './file_selection.js', |
| 79 './file_tasks.js', | 80 './file_tasks.js', |
| 80 './file_transfer_controller.js', | 81 './file_transfer_controller.js', |
| 81 './file_watcher.js', | 82 './file_watcher.js', |
| 82 './folder_shortcuts_data_model.js', | 83 './folder_shortcuts_data_model.js', |
| 83 './gear_menu_controller.js', | 84 './gear_menu_controller.js', |
| (...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 134 '../../../externs/platform.js', | 135 '../../../externs/platform.js', |
| 135 '../../common/js/externs.js', | 136 '../../common/js/externs.js', |
| 136 ], | 137 ], |
| 137 }, | 138 }, |
| 138 'includes': [ | 139 'includes': [ |
| 139 '../../../../../third_party/closure_compiler/compile_js.gypi' | 140 '../../../../../third_party/closure_compiler/compile_js.gypi' |
| 140 ], | 141 ], |
| 141 } | 142 } |
| 142 ], | 143 ], |
| 143 } | 144 } |
| OLD | NEW |