| 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 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 56 '../../../webui/resources/js/cr/ui/array_data_model.js', | 56 '../../../webui/resources/js/cr/ui/array_data_model.js', |
| 57 '../../../webui/resources/js/cr/ui/position_util.js', | 57 '../../../webui/resources/js/cr/ui/position_util.js', |
| 58 '../../../webui/resources/js/cr/ui/menu_item.js', | 58 '../../../webui/resources/js/cr/ui/menu_item.js', |
| 59 '../../../webui/resources/js/cr/ui/menu.js', | 59 '../../../webui/resources/js/cr/ui/menu.js', |
| 60 '../../../webui/resources/js/cr/ui/menu_button.js', | 60 '../../../webui/resources/js/cr/ui/menu_button.js', |
| 61 '../../../webui/resources/js/cr/ui/command.js', | 61 '../../../webui/resources/js/cr/ui/command.js', |
| 62 '../../../webui/resources/js/cr/ui/context_menu_handler.js', | 62 '../../../webui/resources/js/cr/ui/context_menu_handler.js', |
| 63 # Referenced in common/js/util.js. | 63 # Referenced in common/js/util.js. |
| 64 # TODO(yawano): Remove dependency to cr/ui/dialogs from common/js/util
.js. | 64 # TODO(yawano): Remove dependency to cr/ui/dialogs from common/js/util
.js. |
| 65 '../../../webui/resources/js/cr/ui/dialogs.js', | 65 '../../../webui/resources/js/cr/ui/dialogs.js', |
| 66 '../../../webui/resources/js/i18n_template_no_process.js', | 66 '../../../webui/resources/js/compiled_resources.gyp:i18n_template_no_p
rocess', |
| 67 '../../file_manager/common/js/async_util.js', | 67 '../../file_manager/common/js/async_util.js', |
| 68 '../../file_manager/common/js/file_type.js', | 68 '../../file_manager/common/js/file_type.js', |
| 69 '../../file_manager/common/js/util.js', | 69 '../../file_manager/common/js/util.js', |
| 70 '../../file_manager/common/js/volume_manager_common.js', | 70 '../../file_manager/common/js/volume_manager_common.js', |
| 71 '../../file_manager/foreground/js/mouse_inactivity_watcher.js', | 71 '../../file_manager/foreground/js/mouse_inactivity_watcher.js', |
| 72 '../../file_manager/foreground/js/volume_manager_wrapper.js', | 72 '../../file_manager/foreground/js/volume_manager_wrapper.js', |
| 73 # Referenced in volume_manager_wrapper.js. | 73 # Referenced in volume_manager_wrapper.js. |
| 74 '../../file_manager/background/js/volume_manager.js', | 74 '../../file_manager/background/js/volume_manager.js', |
| 75 'cast/cast_extension_discoverer.js', | 75 'cast/cast_extension_discoverer.js', |
| 76 'cast/cast_video_element.js', | 76 'cast/cast_video_element.js', |
| (...skipping 14 matching lines...) Expand all Loading... |
| 91 '../../externs/video_player_foreground.js', | 91 '../../externs/video_player_foreground.js', |
| 92 ], | 92 ], |
| 93 }, | 93 }, |
| 94 'includes': [ | 94 'includes': [ |
| 95 '../../../../third_party/closure_compiler/compile_js.gypi' | 95 '../../../../third_party/closure_compiler/compile_js.gypi' |
| 96 ], | 96 ], |
| 97 } | 97 } |
| 98 ], | 98 ], |
| 99 } | 99 } |
| 100 | 100 |
| OLD | NEW |