| 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': 'background', | 7 'target_name': 'background', |
| 8 'variables': { | 8 'variables': { |
| 9 'depends': [ | 9 'depends': [ |
| 10 '../../../../third_party/jstemplate/compiled_resources.gyp:jstemplate'
, | 10 '../../../../third_party/jstemplate/compiled_resources.gyp:jstemplate'
, |
| 11 '../../../webui/resources/js/cr.js', | 11 '../../../webui/resources/js/cr.js', |
| 12 '../../../webui/resources/js/cr/event_target.js', | 12 '../../../webui/resources/js/cr/event_target.js', |
| 13 '../../../webui/resources/js/cr/ui.js', | 13 '../../../webui/resources/js/cr/ui.js', |
| 14 '../../../webui/resources/js/cr/ui/array_data_model.js', | 14 '../../../webui/resources/js/cr/ui/array_data_model.js', |
| 15 '../../../webui/resources/js/cr/ui/dialogs.js', | 15 '../../../webui/resources/js/cr/ui/dialogs.js', |
| 16 '../../../webui/resources/js/load_time_data.js', | 16 '../../../webui/resources/js/load_time_data.js', |
| 17 '../../../webui/resources/js/util.js', | 17 '../../../webui/resources/js/util.js', |
| 18 '../../file_manager/common/js/util.js', | 18 '../../file_manager/common/js/util.js', |
| 19 '../../file_manager/common/js/async_util.js', | 19 '../../file_manager/common/js/async_util.js', |
| 20 '../../file_manager/common/js/volume_manager_common.js', | 20 '../../file_manager/common/js/volume_manager_common.js', |
| 21 '../../file_manager/common/js/error_util.js', | 21 '../../file_manager/common/js/error_util.js', |
| 22 '../../file_manager/common/js/file_type.js', | 22 '../../file_manager/common/js/file_type.js', |
| 23 '../../file_manager/background/js/app_window_wrapper.js', |
| 24 '../../file_manager/background/js/background_base.js', |
| 23 '../../file_manager/background/js/volume_manager.js', | 25 '../../file_manager/background/js/volume_manager.js', |
| 24 ], | 26 ], |
| 25 'externs': [ | 27 'externs': [ |
| 26 '<(CLOSURE_DIR)/externs/chrome_send_externs.js', | 28 '<(CLOSURE_DIR)/externs/chrome_send_externs.js', |
| 27 '<(CLOSURE_DIR)/externs/chrome_extensions.js', | 29 '<(CLOSURE_DIR)/externs/chrome_extensions.js', |
| 28 '<(CLOSURE_DIR)/externs/file_manager_private.js', | 30 '<(CLOSURE_DIR)/externs/file_manager_private.js', |
| 29 '../../externs/chrome_test.js', | 31 '../../externs/chrome_test.js', |
| 30 '../../externs/gallery_background.js', | 32 '../../externs/gallery_background.js', |
| 31 '../../externs/platform.js', | 33 '../../externs/platform.js', |
| 32 ], | 34 ], |
| (...skipping 15 matching lines...) Expand all Loading... |
| 48 '../../../webui/resources/js/cr/event_target.js', | 50 '../../../webui/resources/js/cr/event_target.js', |
| 49 '../../../webui/resources/js/cr/ui/touch_handler.js', | 51 '../../../webui/resources/js/cr/ui/touch_handler.js', |
| 50 '../../../webui/resources/js/cr/ui/array_data_model.js', | 52 '../../../webui/resources/js/cr/ui/array_data_model.js', |
| 51 '../../../webui/resources/js/cr/ui/dialogs.js', | 53 '../../../webui/resources/js/cr/ui/dialogs.js', |
| 52 '../../../webui/resources/js/cr/ui/list_item.js', | 54 '../../../webui/resources/js/cr/ui/list_item.js', |
| 53 '../../../webui/resources/js/cr/ui/list_selection_model.js', | 55 '../../../webui/resources/js/cr/ui/list_selection_model.js', |
| 54 '../../../webui/resources/js/cr/ui/list_single_selection_model.js', | 56 '../../../webui/resources/js/cr/ui/list_single_selection_model.js', |
| 55 '../../../webui/resources/js/cr/ui/list_selection_controller.js', | 57 '../../../webui/resources/js/cr/ui/list_selection_controller.js', |
| 56 '../../../webui/resources/js/cr/ui/list.js', | 58 '../../../webui/resources/js/cr/ui/list.js', |
| 57 '../../../webui/resources/js/cr/ui/grid.js', | 59 '../../../webui/resources/js/cr/ui/grid.js', |
| 60 '../../../webui/resources/js/i18n_template_no_process.js', |
| 58 '../../file_manager/common/js/volume_manager_common.js', | 61 '../../file_manager/common/js/volume_manager_common.js', |
| 59 '../../file_manager/common/js/lru_cache.js', | 62 '../../file_manager/common/js/lru_cache.js', |
| 60 '../../file_manager/common/js/async_util.js', | 63 '../../file_manager/common/js/async_util.js', |
| 61 '../../file_manager/common/js/file_type.js', | 64 '../../file_manager/common/js/file_type.js', |
| 62 '../../file_manager/common/js/util.js', | 65 '../../file_manager/common/js/util.js', |
| 63 '../../file_manager/foreground/js/metrics_base.js', | 66 '../../file_manager/foreground/js/metrics_base.js', |
| 64 '../../file_manager/foreground/js/metrics.js', | 67 '../../file_manager/foreground/js/metrics.js', |
| 65 '../../file_manager/foreground/js/metadata/metadata_cache.js', | 68 '../../file_manager/foreground/js/metadata/metadata_cache.js', |
| 66 '../../file_manager/foreground/js/metadata/exif_constants.js', | 69 '../../file_manager/foreground/js/metadata/exif_constants.js', |
| 67 '../../file_manager/foreground/js/mouse_inactivity_watcher.js', | 70 '../../file_manager/foreground/js/mouse_inactivity_watcher.js', |
| (...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 103 '../../externs/platform.js', | 106 '../../externs/platform.js', |
| 104 '../../externs/webview_tag.js', | 107 '../../externs/webview_tag.js', |
| 105 ], | 108 ], |
| 106 }, | 109 }, |
| 107 'includes': [ | 110 'includes': [ |
| 108 '../../../../third_party/closure_compiler/compile_js.gypi' | 111 '../../../../third_party/closure_compiler/compile_js.gypi' |
| 109 ], | 112 ], |
| 110 } | 113 } |
| 111 ], | 114 ], |
| 112 } | 115 } |
| OLD | NEW |