| 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 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 79 './image_editor/image_adjust.js', | 79 './image_editor/image_adjust.js', |
| 80 './image_editor/image_buffer.js', | 80 './image_editor/image_buffer.js', |
| 81 './image_editor/image_editor.js', | 81 './image_editor/image_editor.js', |
| 82 './image_editor/image_encoder.js', | 82 './image_editor/image_encoder.js', |
| 83 './image_editor/image_transform.js', | 83 './image_editor/image_transform.js', |
| 84 './image_editor/image_util.js', | 84 './image_editor/image_util.js', |
| 85 './image_editor/image_view.js', | 85 './image_editor/image_view.js', |
| 86 './image_editor/viewport.js', | 86 './image_editor/viewport.js', |
| 87 './entry_list_watcher.js', | 87 './entry_list_watcher.js', |
| 88 './error_banner.js', | 88 './error_banner.js', |
| 89 './gallery_data_model.js', |
| 89 './gallery_item.js', | 90 './gallery_item.js', |
| 90 './mosaic_mode.js', | 91 './mosaic_mode.js', |
| 91 './ribbon.js', | 92 './ribbon.js', |
| 92 './slide_mode.js', | 93 './slide_mode.js', |
| 93 ], | 94 ], |
| 94 'externs': [ | 95 'externs': [ |
| 95 '<(CLOSURE_DIR)/externs/chrome_send_externs.js', | 96 '<(CLOSURE_DIR)/externs/chrome_send_externs.js', |
| 96 '<(CLOSURE_DIR)/externs/chrome_extensions.js', | 97 '<(CLOSURE_DIR)/externs/chrome_extensions.js', |
| 97 '<(CLOSURE_DIR)/externs/file_manager_private.js', | 98 '<(CLOSURE_DIR)/externs/file_manager_private.js', |
| 98 '<(CLOSURE_DIR)/externs/metrics_private.js', | 99 '<(CLOSURE_DIR)/externs/metrics_private.js', |
| 99 '../../externs/chrome_test.js', | 100 '../../externs/chrome_test.js', |
| 100 '../../externs/exif_entry.js', | 101 '../../externs/exif_entry.js', |
| 101 '../../externs/gallery_foreground.js', | 102 '../../externs/gallery_foreground.js', |
| 102 '../../externs/platform.js', | 103 '../../externs/platform.js', |
| 103 '../../externs/webview_tag.js', | 104 '../../externs/webview_tag.js', |
| 104 ], | 105 ], |
| 105 }, | 106 }, |
| 106 'includes': [ | 107 'includes': [ |
| 107 '../../../../third_party/closure_compiler/compile_js.gypi' | 108 '../../../../third_party/closure_compiler/compile_js.gypi' |
| 108 ], | 109 ], |
| 109 } | 110 } |
| 110 ], | 111 ], |
| 111 } | 112 } |
| OLD | NEW |