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', |
| 8 'variables': { |
| 9 'depends': [], |
| 10 'externs': [] |
| 11 }, |
| 12 'includes': [ |
| 13 '../../compile_js.gypi' |
| 14 ] |
| 15 }, |
| 16 { |
7 'target_name': 'track_list', | 17 'target_name': 'track_list', |
8 'variables': { | 18 'variables': { |
9 'depends': [], | 19 'depends': [], |
10 'externs': [ | 20 'externs': [ |
11 '../../externs/es7_workaround.js' | 21 '../../externs/es7_workaround.js' |
12 ] | 22 ] |
13 }, | 23 }, |
14 'includes': [ | 24 'includes': [ |
15 '../../compile_js.gypi' | 25 '../../compile_js.gypi' |
16 ] | 26 ] |
(...skipping 19 matching lines...) Expand all Loading... |
36 '<(EXTERNS_DIR)/chrome_extensions.js', | 46 '<(EXTERNS_DIR)/chrome_extensions.js', |
37 '../../externs/es7_workaround.js', | 47 '../../externs/es7_workaround.js', |
38 ] | 48 ] |
39 }, | 49 }, |
40 'includes': [ | 50 'includes': [ |
41 '../../compile_js.gypi' | 51 '../../compile_js.gypi' |
42 ] | 52 ] |
43 } | 53 } |
44 ], | 54 ], |
45 } | 55 } |
OLD | NEW |