| OLD | NEW |
| (Empty) |
| 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 | |
| 3 # found in the LICENSE file. | |
| 4 { | |
| 5 'targets': [ | |
| 6 { | |
| 7 'target_name': 'background', | |
| 8 'variables': { | |
| 9 'depends': [ | |
| 10 '../../../../../third_party/jstemplate/compiled_resources.gyp:jstempla
te', | |
| 11 '../../../../webui/resources/js/load_time_data.js', | |
| 12 '../../../../webui/resources/js/cr.js', | |
| 13 '../../../../webui/resources/js/cr/ui.js', | |
| 14 '../../../../webui/resources/js/promise_resolver.js', | |
| 15 '../../../../webui/resources/js/util.js', | |
| 16 '../../../../webui/resources/js/cr/event_target.js', | |
| 17 '../../../../webui/resources/js/cr/ui/array_data_model.js', | |
| 18 '../../common/js/lru_cache.js', | |
| 19 '../../../image_loader/image_loader_client.js', | |
| 20 '../../common/js/error_util.js', | |
| 21 '../../common/js/async_util.js', | |
| 22 '../../common/js/file_type.js', | |
| 23 '../../common/js/metrics_base.js', | |
| 24 '../../common/js/metrics_events.js', | |
| 25 '../../common/js/metrics.js', | |
| 26 '../../common/js/progress_center_common.js', | |
| 27 '../../common/js/util.js', | |
| 28 '../../common/js/volume_manager_common.js', | |
| 29 '../../common/js/importer_common.js', | |
| 30 '../../foreground/js/ui/progress_center_panel.js', | |
| 31 '../../foreground/js/progress_center_item_group.js', | |
| 32 '../../foreground/js/metadata/byte_reader.js', | |
| 33 'app_window_wrapper.js', | |
| 34 'device_handler.js', | |
| 35 'drive_sync_handler.js', | |
| 36 'duplicate_finder.js', | |
| 37 'file_operation_handler.js', | |
| 38 'file_operation_manager.js', | |
| 39 'file_operation_util.js', | |
| 40 'import_history.js', | |
| 41 'launcher_search.js', | |
| 42 'task_queue.js', | |
| 43 'media_import_handler.js', | |
| 44 'media_scanner.js', | |
| 45 'progress_center.js', | |
| 46 'volume_manager.js', | |
| 47 'background_base.js', | |
| 48 ], | |
| 49 'externs': [ | |
| 50 '<(EXTERNS_DIR)/chrome_extensions.js', | |
| 51 '<(EXTERNS_DIR)/chrome_send.js', | |
| 52 '<(EXTERNS_DIR)/command_line_private.js', | |
| 53 '<(EXTERNS_DIR)/file_manager_private.js', | |
| 54 '<(EXTERNS_DIR)/metrics_private.js', | |
| 55 '../../../../../third_party/analytics/externs.js', | |
| 56 '../../../externs/chrome_test.js', | |
| 57 '../../../externs/connection.js', | |
| 58 '../../../externs/css_rule.js', | |
| 59 '../../../externs/es6_workaround.js', | |
| 60 '../../../externs/launcher_search_provider.js', | |
| 61 '../../../externs/webview_tag.js', | |
| 62 '../../../externs/platform.js', | |
| 63 '../../../externs/volume_info.js', | |
| 64 '../../common/js/externs.js', | |
| 65 ], | |
| 66 }, | |
| 67 'includes': [ | |
| 68 '../../../compile_js.gypi', | |
| 69 ], | |
| 70 } | |
| 71 ], | |
| 72 } | |
| OLD | NEW |