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 { | 5 { |
6 'variables': { | 6 'variables': { |
7 'chromevox_assets_chromevox': [ | 7 'chromevox_assets_chromevox': [ |
8 'chromevox/chromevox-128.png', | 8 'chromevox/chromevox-128.png', |
9 'chromevox/chromevox-16.png', | 9 'chromevox/chromevox-16.png', |
10 'chromevox/chromevox-19.png', | 10 'chromevox/chromevox-19.png', |
11 'chromevox/chromevox-48.png', | 11 'chromevox/chromevox-48.png', |
12 ], | 12 ], |
13 'chromevox_assets_chromevox_background_earcons': [ | 13 'chromevox_assets_chromevox_background_earcons': [ |
14 'chromevox/background/earcons/alert_modal.ogg', | 14 'chromevox/background/earcons/alert_modal.ogg', |
15 'chromevox/background/earcons/alert_nonmodal.ogg', | 15 'chromevox/background/earcons/alert_nonmodal.ogg', |
16 'chromevox/background/earcons/bullet.ogg', | |
17 'chromevox/background/earcons/busy_progress_loop.ogg', | |
18 'chromevox/background/earcons/button.ogg', | 16 'chromevox/background/earcons/button.ogg', |
19 'chromevox/background/earcons/check_off.ogg', | 17 'chromevox/background/earcons/check_off.ogg', |
20 'chromevox/background/earcons/check_on.ogg', | 18 'chromevox/background/earcons/check_on.ogg', |
21 'chromevox/background/earcons/editable_text.ogg', | 19 'chromevox/background/earcons/editable_text.ogg', |
22 'chromevox/background/earcons/font_change.ogg', | |
23 'chromevox/background/earcons/invalid_keypress.ogg', | 20 'chromevox/background/earcons/invalid_keypress.ogg', |
24 'chromevox/background/earcons/link.ogg', | 21 'chromevox/background/earcons/link.ogg', |
| 22 'chromevox/background/earcons/list_item.ogg', |
25 'chromevox/background/earcons/listbox.ogg', | 23 'chromevox/background/earcons/listbox.ogg', |
26 'chromevox/background/earcons/long_desc.ogg', | 24 'chromevox/background/earcons/long_desc.ogg', |
| 25 'chromevox/background/earcons/math.ogg', |
27 'chromevox/background/earcons/object_close.ogg', | 26 'chromevox/background/earcons/object_close.ogg', |
28 'chromevox/background/earcons/object_enter.ogg', | 27 'chromevox/background/earcons/object_enter.ogg', |
29 'chromevox/background/earcons/object_exit.ogg', | 28 'chromevox/background/earcons/object_exit.ogg', |
30 'chromevox/background/earcons/object_open.ogg', | 29 'chromevox/background/earcons/object_open.ogg', |
31 'chromevox/background/earcons/object_select.ogg', | 30 'chromevox/background/earcons/object_select.ogg', |
32 'chromevox/background/earcons/paragraph_break.ogg', | 31 'chromevox/background/earcons/page_finish_loading.ogg', |
| 32 'chromevox/background/earcons/page_start_loading.ogg', |
| 33 'chromevox/background/earcons/recover_focus.ogg', |
33 'chromevox/background/earcons/selection.ogg', | 34 'chromevox/background/earcons/selection.ogg', |
34 'chromevox/background/earcons/selection_reverse.ogg', | 35 'chromevox/background/earcons/selection_reverse.ogg', |
35 'chromevox/background/earcons/special_content.ogg', | 36 'chromevox/background/earcons/skip.ogg', |
36 'chromevox/background/earcons/task_success.ogg', | 37 'chromevox/background/earcons/wrap.ogg', |
37 'chromevox/background/earcons/wrap_edge.ogg', | 38 'chromevox/background/earcons/wrap_edge.ogg', |
38 'chromevox/background/earcons/wrap.ogg', | |
39 ], | 39 ], |
40 'chromevox_assets_chromevox_background_keymaps': [ | 40 'chromevox_assets_chromevox_background_keymaps': [ |
41 'chromevox/background/keymaps/classic_keymap.json', | 41 'chromevox/background/keymaps/classic_keymap.json', |
42 'chromevox/background/keymaps/experimental.json', | 42 'chromevox/background/keymaps/experimental.json', |
43 'chromevox/background/keymaps/flat_keymap.json', | 43 'chromevox/background/keymaps/flat_keymap.json', |
44 ], | 44 ], |
45 'chromevox_assets_chromevox_background_mathmaps_functions': [ | 45 'chromevox_assets_chromevox_background_mathmaps_functions': [ |
46 'chromevox/background/mathmaps/functions/algebra.json', | 46 'chromevox/background/mathmaps/functions/algebra.json', |
47 'chromevox/background/mathmaps/functions/elementary.json', | 47 'chromevox/background/mathmaps/functions/elementary.json', |
48 'chromevox/background/mathmaps/functions/hyperbolic.json', | 48 'chromevox/background/mathmaps/functions/hyperbolic.json', |
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
109 { | 109 { |
110 'destination': '<(chromevox_dest_dir)/chromevox/background/mathmaps/sy
mbols', | 110 'destination': '<(chromevox_dest_dir)/chromevox/background/mathmaps/sy
mbols', |
111 'files': [ | 111 'files': [ |
112 '<@(chromevox_assets_chromevox_background_mathmaps_symbols)', | 112 '<@(chromevox_assets_chromevox_background_mathmaps_symbols)', |
113 ], | 113 ], |
114 }, | 114 }, |
115 ], | 115 ], |
116 }, | 116 }, |
117 ], | 117 ], |
118 } | 118 } |
OLD | NEW |