| 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 118 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 129 './image_editor/image_buffer.js', | 129 './image_editor/image_buffer.js', |
| 130 './image_editor/image_view.js', | 130 './image_editor/image_view.js', |
| 131 './image_editor/commands.js', | 131 './image_editor/commands.js', |
| 132 './image_editor/image_editor.js', | 132 './image_editor/image_editor.js', |
| 133 './image_editor/image_transform.js', | 133 './image_editor/image_transform.js', |
| 134 './image_editor/image_adjust.js', | 134 './image_editor/image_adjust.js', |
| 135 './image_editor/image_resize.js', | 135 './image_editor/image_resize.js', |
| 136 './image_editor/filter.js', | 136 './image_editor/filter.js', |
| 137 './image_editor/image_encoder.js', | 137 './image_editor/image_encoder.js', |
| 138 './image_editor/exif_encoder.js', | 138 './image_editor/exif_encoder.js', |
| 139 './gallery_constants.js', |
| 139 './dimmable_ui_controller.js', | 140 './dimmable_ui_controller.js', |
| 140 './entry_list_watcher.js', | 141 './entry_list_watcher.js', |
| 141 './error_banner.js', | 142 './error_banner.js', |
| 142 './gallery_data_model.js', | 143 './gallery_data_model.js', |
| 143 './gallery_item.js', | 144 './gallery_item.js', |
| 144 './gallery_util.js', | 145 './gallery_util.js', |
| 145 './ribbon.js', | 146 './ribbon.js', |
| 146 './slide_mode.js', | 147 './slide_mode.js', |
| 147 './thumbnail_mode.js', | 148 './thumbnail_mode.js', |
| 148 ], | 149 ], |
| (...skipping 19 matching lines...) Expand all Loading... |
| 168 '../../externs/volume_manager.js', | 169 '../../externs/volume_manager.js', |
| 169 '../../externs/webview_tag.js', | 170 '../../externs/webview_tag.js', |
| 170 ], | 171 ], |
| 171 }, | 172 }, |
| 172 'includes': [ | 173 'includes': [ |
| 173 '../../compile_js.gypi', | 174 '../../compile_js.gypi', |
| 174 ], | 175 ], |
| 175 } | 176 } |
| 176 ], | 177 ], |
| 177 } | 178 } |
| OLD | NEW |