| 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'
, |
| (...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 50 '../../../webui/resources/js/cr/event_target.js', | 50 '../../../webui/resources/js/cr/event_target.js', |
| 51 '../../../webui/resources/js/cr/ui/touch_handler.js', | 51 '../../../webui/resources/js/cr/ui/touch_handler.js', |
| 52 '../../../webui/resources/js/cr/ui/array_data_model.js', | 52 '../../../webui/resources/js/cr/ui/array_data_model.js', |
| 53 '../../../webui/resources/js/cr/ui/dialogs.js', | 53 '../../../webui/resources/js/cr/ui/dialogs.js', |
| 54 '../../../webui/resources/js/cr/ui/list_item.js', | 54 '../../../webui/resources/js/cr/ui/list_item.js', |
| 55 '../../../webui/resources/js/cr/ui/list_selection_model.js', | 55 '../../../webui/resources/js/cr/ui/list_selection_model.js', |
| 56 '../../../webui/resources/js/cr/ui/list_single_selection_model.js', | 56 '../../../webui/resources/js/cr/ui/list_single_selection_model.js', |
| 57 '../../../webui/resources/js/cr/ui/list_selection_controller.js', | 57 '../../../webui/resources/js/cr/ui/list_selection_controller.js', |
| 58 '../../../webui/resources/js/cr/ui/list.js', | 58 '../../../webui/resources/js/cr/ui/list.js', |
| 59 '../../../webui/resources/js/cr/ui/grid.js', | 59 '../../../webui/resources/js/cr/ui/grid.js', |
| 60 '../../../webui/resources/js/i18n_template_no_process.js', | 60 '../../../webui/resources/js/compiled_resources.gyp:i18n_template_no_p
rocess', |
| 61 '../../file_manager/common/js/volume_manager_common.js', | 61 '../../file_manager/common/js/volume_manager_common.js', |
| 62 '../../file_manager/common/js/lru_cache.js', | 62 '../../file_manager/common/js/lru_cache.js', |
| 63 '../../file_manager/common/js/async_util.js', | 63 '../../file_manager/common/js/async_util.js', |
| 64 '../../file_manager/common/js/file_type.js', | 64 '../../file_manager/common/js/file_type.js', |
| 65 '../../file_manager/common/js/util.js', | 65 '../../file_manager/common/js/util.js', |
| 66 '../../file_manager/common/js/metrics_base.js', | 66 '../../file_manager/common/js/metrics_base.js', |
| 67 '../../file_manager/common/js/metrics.js', | 67 '../../file_manager/common/js/metrics.js', |
| 68 '../../file_manager/foreground/js/metrics_start.js', | 68 '../../file_manager/foreground/js/metrics_start.js', |
| 69 '../../file_manager/foreground/js/metadata/content_metadata_provider.j
s', | 69 '../../file_manager/foreground/js/metadata/content_metadata_provider.j
s', |
| 70 '../../file_manager/foreground/js/metadata/exif_constants.js', | 70 '../../file_manager/foreground/js/metadata/exif_constants.js', |
| (...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 117 '../../externs/platform.js', | 117 '../../externs/platform.js', |
| 118 '../../externs/webview_tag.js', | 118 '../../externs/webview_tag.js', |
| 119 ], | 119 ], |
| 120 }, | 120 }, |
| 121 'includes': [ | 121 'includes': [ |
| 122 '../../../../third_party/closure_compiler/compile_js.gypi' | 122 '../../../../third_party/closure_compiler/compile_js.gypi' |
| 123 ], | 123 ], |
| 124 } | 124 } |
| 125 ], | 125 ], |
| 126 } | 126 } |
| OLD | NEW |