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