OLD | NEW |
(Empty) | |
| 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 |
| 3 # found in the LICENSE file. |
| 4 { |
| 5 'targets': [ |
| 6 { |
| 7 'target_name': 'background', |
| 8 'variables': { |
| 9 'depends': [ |
| 10 '../../../webui/resources/js/cr.js', |
| 11 '../../../webui/resources/js/cr/event_target.js', |
| 12 '../../../webui/resources/js/cr/ui/array_data_model.js', |
| 13 '../../../webui/resources/js/load_time_data.js', |
| 14 '../../file_manager/common/js/util.js', |
| 15 '../../file_manager/common/js/async_util.js', |
| 16 '../../file_manager/common/js/volume_manager_common.js', |
| 17 '../../file_manager/background/js/volume_manager.js', |
| 18 '../../file_manager/foreground/js/file_type.js', |
| 19 'error_util.js', |
| 20 'test_util.js', |
| 21 ], |
| 22 'externs': ['<(CLOSURE_DIR)/externs/chrome_send_externs.js'], |
| 23 }, |
| 24 'includes': [ |
| 25 '../../../../third_party/closure_compiler/compile_js.gypi' |
| 26 ], |
| 27 }, |
| 28 { |
| 29 'target_name': 'video_player_scripts', |
| 30 'variables': { |
| 31 'depends': [ |
| 32 ], |
| 33 'externs': ['<(CLOSURE_DIR)/externs/chrome_send_externs.js'], |
| 34 }, |
| 35 'includes': [ |
| 36 '../../../../third_party/closure_compiler/compile_js.gypi' |
| 37 ], |
| 38 } |
| 39 ], |
| 40 } |
| 41 |
OLD | NEW |