| OLD | NEW |
| 1 # Copyright 2015 The Chromium Authors. All rights reserved. | 1 # Copyright 2015 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': 'volume_controller', | 7 'target_name': 'volume_controller', |
| 8 'variables': { | 8 'variables': { |
| 9 'depends': [], | 9 'depends': [], |
| 10 'externs': [] | 10 'externs': [] |
| 11 }, | 11 }, |
| 12 'includes': [ | 12 'includes': [ |
| 13 '../../../../third_party/closure_compiler/compile_js.gypi' | 13 '../../compile_js.gypi' |
| 14 ] | 14 ] |
| 15 }, | 15 }, |
| 16 { | 16 { |
| 17 'target_name': 'track_list', | 17 'target_name': 'track_list', |
| 18 'variables': { | 18 'variables': { |
| 19 'depends': [], | 19 'depends': [], |
| 20 'externs': [ | 20 'externs': [ |
| 21 '../../externs/es7_workaround.js' | 21 '../../externs/es7_workaround.js' |
| 22 ] | 22 ] |
| 23 }, | 23 }, |
| 24 'includes': [ | 24 'includes': [ |
| 25 '../../../../third_party/closure_compiler/compile_js.gypi' | 25 '../../compile_js.gypi' |
| 26 ] | 26 ] |
| 27 }, | 27 }, |
| 28 { | 28 { |
| 29 'target_name': 'control_panel', | 29 'target_name': 'control_panel', |
| 30 'variables': { | 30 'variables': { |
| 31 'depends': [], | 31 'depends': [], |
| 32 'externs': [] | 32 'externs': [] |
| 33 }, | 33 }, |
| 34 'includes': [ | 34 'includes': [ |
| 35 '../../../../third_party/closure_compiler/compile_js.gypi' | 35 '../../compile_js.gypi' |
| 36 ] | 36 ] |
| 37 }, | 37 }, |
| 38 { | 38 { |
| 39 'target_name': 'audio_player', | 39 'target_name': 'audio_player', |
| 40 'variables': { | 40 'variables': { |
| 41 'depends': [ | 41 'depends': [ |
| 42 '../js/audio_player_model.js', | 42 '../js/audio_player_model.js', |
| 43 'track_list.js', | 43 'track_list.js', |
| 44 ], | 44 ], |
| 45 'externs': [ | 45 'externs': [ |
| 46 '<(EXTERNS_DIR)/chrome_extensions.js', | |
| 47 '../../externs/es7_workaround.js', | 46 '../../externs/es7_workaround.js', |
| 48 ] | 47 ] |
| 49 }, | 48 }, |
| 50 'includes': [ | 49 'includes': [ |
| 51 '../../../../third_party/closure_compiler/compile_js.gypi' | 50 '../../compile_js.gypi' |
| 52 ] | 51 ] |
| 53 } | 52 } |
| 54 ], | 53 ], |
| 55 } | 54 } |
| OLD | NEW |