| 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 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 91 './gallery_util.js', | 91 './gallery_util.js', |
| 92 './mosaic_mode.js', | 92 './mosaic_mode.js', |
| 93 './ribbon.js', | 93 './ribbon.js', |
| 94 './slide_mode.js', | 94 './slide_mode.js', |
| 95 ], | 95 ], |
| 96 'externs': [ | 96 'externs': [ |
| 97 '<(CLOSURE_DIR)/externs/chrome_send_externs.js', | 97 '<(CLOSURE_DIR)/externs/chrome_send_externs.js', |
| 98 '<(CLOSURE_DIR)/externs/chrome_extensions.js', | 98 '<(CLOSURE_DIR)/externs/chrome_extensions.js', |
| 99 '<(CLOSURE_DIR)/externs/file_manager_private.js', | 99 '<(CLOSURE_DIR)/externs/file_manager_private.js', |
| 100 '<(CLOSURE_DIR)/externs/metrics_private.js', | 100 '<(CLOSURE_DIR)/externs/metrics_private.js', |
| 101 '../../../../third_party/analytics/externs.js', |
| 101 '../../externs/chrome_test.js', | 102 '../../externs/chrome_test.js', |
| 102 '../../externs/exif_entry.js', | 103 '../../externs/exif_entry.js', |
| 103 '../../externs/gallery_foreground.js', | 104 '../../externs/gallery_foreground.js', |
| 104 '../../externs/platform.js', | 105 '../../externs/platform.js', |
| 105 '../../externs/webview_tag.js', | 106 '../../externs/webview_tag.js', |
| 106 ], | 107 ], |
| 107 }, | 108 }, |
| 108 'includes': [ | 109 'includes': [ |
| 109 '../../../../third_party/closure_compiler/compile_js.gypi' | 110 '../../../../third_party/closure_compiler/compile_js.gypi' |
| 110 ], | 111 ], |
| 111 } | 112 } |
| 112 ], | 113 ], |
| 113 } | 114 } |
| OLD | NEW |