| 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 "../file_manager/common/js/file_type.js", |
| 10 "../file_manager/foreground/js/metadata/image_orientation.js", | 11 "../file_manager/foreground/js/metadata/image_orientation.js", |
| 11 'cache.js', | 12 'cache.js', |
| 12 'image_loader.js', | 13 'image_loader.js', |
| 13 'piex_loader.js', | 14 'piex_loader.js', |
| 14 'request.js', | 15 'request.js', |
| 15 'scheduler.js', | 16 'scheduler.js', |
| 16 ], | 17 ], |
| 17 'externs': [ | 18 'externs': [ |
| 18 '<(CLOSURE_DIR)/externs/chrome_send_externs.js', | 19 '<(CLOSURE_DIR)/externs/chrome_send_externs.js', |
| 19 '<(CLOSURE_DIR)/externs/chrome_extensions.js', | 20 '<(CLOSURE_DIR)/externs/chrome_extensions.js', |
| 20 '<(CLOSURE_DIR)/externs/file_manager_private.js', | 21 '<(CLOSURE_DIR)/externs/file_manager_private.js', |
| 21 ], | 22 ], |
| 22 }, | 23 }, |
| 23 'includes': [ | 24 'includes': [ |
| 24 '../../../third_party/closure_compiler/compile_js.gypi' | 25 '../../../third_party/closure_compiler/compile_js.gypi' |
| 25 ], | 26 ], |
| 26 } | 27 } |
| 27 ], | 28 ], |
| 28 } | 29 } |
| OLD | NEW |