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 'copies': [ | 6 'variables': { |
| 7 'chromevox_assets_chromevox': [ |
| 8 'chromevox/chromevox-128.png', |
| 9 'chromevox/chromevox-16.png', |
| 10 'chromevox/chromevox-19.png', |
| 11 'chromevox/chromevox-48.png', |
| 12 ], |
| 13 'chromevox_assets_chromevox_background_earcons': [ |
| 14 'chromevox/background/earcons/alert_modal.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/busy_working_loop.ogg', |
| 19 'chromevox/background/earcons/button.ogg', |
| 20 'chromevox/background/earcons/check_off.ogg', |
| 21 'chromevox/background/earcons/check_on.ogg', |
| 22 'chromevox/background/earcons/collapsed.ogg', |
| 23 'chromevox/background/earcons/editable_text.ogg', |
| 24 'chromevox/background/earcons/ellipsis.ogg', |
| 25 'chromevox/background/earcons/expanded.ogg', |
| 26 'chromevox/background/earcons/font_change.ogg', |
| 27 'chromevox/background/earcons/invalid_keypress.ogg', |
| 28 'chromevox/background/earcons/link.ogg', |
| 29 'chromevox/background/earcons/listbox.ogg', |
| 30 'chromevox/background/earcons/long_desc.ogg', |
| 31 'chromevox/background/earcons/new_mail.ogg', |
| 32 'chromevox/background/earcons/object_close.ogg', |
| 33 'chromevox/background/earcons/object_delete.ogg', |
| 34 'chromevox/background/earcons/object_deselect.ogg', |
| 35 'chromevox/background/earcons/object_enter.ogg', |
| 36 'chromevox/background/earcons/object_exit.ogg', |
| 37 'chromevox/background/earcons/object_open.ogg', |
| 38 'chromevox/background/earcons/object_select.ogg', |
| 39 'chromevox/background/earcons/paragraph_break.ogg', |
| 40 'chromevox/background/earcons/search_hit.ogg', |
| 41 'chromevox/background/earcons/search_miss.ogg', |
| 42 'chromevox/background/earcons/section.ogg', |
| 43 'chromevox/background/earcons/selection.ogg', |
| 44 'chromevox/background/earcons/selection_reverse.ogg', |
| 45 'chromevox/background/earcons/special_content.ogg', |
| 46 'chromevox/background/earcons/task_success.ogg', |
| 47 'chromevox/background/earcons/wrap_edge.ogg', |
| 48 'chromevox/background/earcons/wrap.ogg', |
| 49 ], |
| 50 'chromevox_assets_chromevox_background_keymaps': [ |
| 51 'chromevox/background/keymaps/classic_keymap.json', |
| 52 'chromevox/background/keymaps/experimental.json', |
| 53 'chromevox/background/keymaps/flat_keymap.json', |
| 54 ], |
| 55 'chromevox_assets_chromevox_background_mathmaps_functions': [ |
| 56 'chromevox/background/mathmaps/functions/algebra.json', |
| 57 'chromevox/background/mathmaps/functions/elementary.json', |
| 58 'chromevox/background/mathmaps/functions/hyperbolic.json', |
| 59 'chromevox/background/mathmaps/functions/trigonometry.json', |
| 60 ], |
| 61 'chromevox_assets_chromevox_background_mathmaps_symbols': [ |
| 62 'chromevox/background/mathmaps/symbols/greek-capital.json', |
| 63 'chromevox/background/mathmaps/symbols/greek-mathfonts.json', |
| 64 'chromevox/background/mathmaps/symbols/greek-scripts.json', |
| 65 'chromevox/background/mathmaps/symbols/greek-small.json', |
| 66 'chromevox/background/mathmaps/symbols/greek-symbols.json', |
| 67 'chromevox/background/mathmaps/symbols/hebrew_letters.json', |
| 68 'chromevox/background/mathmaps/symbols/latin-lower-double-accent.json', |
| 69 'chromevox/background/mathmaps/symbols/latin-lower-normal.json', |
| 70 'chromevox/background/mathmaps/symbols/latin-lower-phonetic.json', |
| 71 'chromevox/background/mathmaps/symbols/latin-lower-single-accent.json', |
| 72 'chromevox/background/mathmaps/symbols/latin-mathfonts.json', |
| 73 'chromevox/background/mathmaps/symbols/latin-rest.json', |
| 74 'chromevox/background/mathmaps/symbols/latin-upper-double-accent.json', |
| 75 'chromevox/background/mathmaps/symbols/latin-upper-normal.json', |
| 76 'chromevox/background/mathmaps/symbols/latin-upper-single-accent.json', |
| 77 'chromevox/background/mathmaps/symbols/math_angles.json', |
| 78 'chromevox/background/mathmaps/symbols/math_arrows.json', |
| 79 'chromevox/background/mathmaps/symbols/math_characters.json', |
| 80 'chromevox/background/mathmaps/symbols/math_delimiters.json', |
| 81 'chromevox/background/mathmaps/symbols/math_digits.json', |
| 82 'chromevox/background/mathmaps/symbols/math_geometry.json', |
| 83 'chromevox/background/mathmaps/symbols/math_harpoons.json', |
| 84 'chromevox/background/mathmaps/symbols/math_non_characters.json', |
| 85 'chromevox/background/mathmaps/symbols/math_symbols.json', |
| 86 'chromevox/background/mathmaps/symbols/math_whitespace.json', |
| 87 'chromevox/background/mathmaps/symbols/other_stars.json', |
| 88 ], |
| 89 }, |
| 90 'targets': [ |
7 { | 91 { |
8 'destination': '<(chromevox_dest_dir)/chromevox', | 92 'target_name': 'chromevox_assets', |
9 'files': [ | 93 'type': 'none', |
10 'chromevox/chromevox-128.png', | 94 'copies': [ |
11 'chromevox/chromevox-16.png', | 95 { |
12 'chromevox/chromevox-19.png', | 96 'destination': '<(chromevox_dest_dir)/chromevox', |
13 'chromevox/chromevox-48.png', | 97 'files': [ |
14 ], | 98 '<@(chromevox_assets_chromevox)', |
15 }, | 99 ], |
16 { | 100 }, |
17 'destination': '<(chromevox_dest_dir)/chromevox/background/earcons', | 101 { |
18 'files': [ | 102 'destination': '<(chromevox_dest_dir)/chromevox/background/earcons', |
19 'chromevox/background/earcons/alert_modal.ogg', | 103 'files': [ |
20 'chromevox/background/earcons/alert_nonmodal.ogg', | 104 '<@(chromevox_assets_chromevox_background_earcons)', |
21 'chromevox/background/earcons/bullet.ogg', | 105 ], |
22 'chromevox/background/earcons/busy_progress_loop.ogg', | 106 }, |
23 'chromevox/background/earcons/busy_working_loop.ogg', | 107 { |
24 'chromevox/background/earcons/button.ogg', | 108 'destination': '<(chromevox_dest_dir)/chromevox/background/keymaps', |
25 'chromevox/background/earcons/check_off.ogg', | 109 'files': [ |
26 'chromevox/background/earcons/check_on.ogg', | 110 '<@(chromevox_assets_chromevox_background_keymaps)', |
27 'chromevox/background/earcons/collapsed.ogg', | 111 ], |
28 'chromevox/background/earcons/editable_text.ogg', | 112 }, |
29 'chromevox/background/earcons/ellipsis.ogg', | 113 { |
30 'chromevox/background/earcons/expanded.ogg', | 114 'destination': '<(chromevox_dest_dir)/chromevox/background/mathmaps/fu
nctions', |
31 'chromevox/background/earcons/font_change.ogg', | 115 'files': [ |
32 'chromevox/background/earcons/invalid_keypress.ogg', | 116 '<@(chromevox_assets_chromevox_background_mathmaps_functions)', |
33 'chromevox/background/earcons/link.ogg', | 117 ], |
34 'chromevox/background/earcons/listbox.ogg', | 118 }, |
35 'chromevox/background/earcons/long_desc.ogg', | 119 { |
36 'chromevox/background/earcons/new_mail.ogg', | 120 'destination': '<(chromevox_dest_dir)/chromevox/background/mathmaps/sy
mbols', |
37 'chromevox/background/earcons/object_close.ogg', | 121 'files': [ |
38 'chromevox/background/earcons/object_delete.ogg', | 122 '<@(chromevox_assets_chromevox_background_mathmaps_symbols)', |
39 'chromevox/background/earcons/object_deselect.ogg', | 123 ], |
40 'chromevox/background/earcons/object_enter.ogg', | 124 }, |
41 'chromevox/background/earcons/object_exit.ogg', | |
42 'chromevox/background/earcons/object_open.ogg', | |
43 'chromevox/background/earcons/object_select.ogg', | |
44 'chromevox/background/earcons/paragraph_break.ogg', | |
45 'chromevox/background/earcons/search_hit.ogg', | |
46 'chromevox/background/earcons/search_miss.ogg', | |
47 'chromevox/background/earcons/section.ogg', | |
48 'chromevox/background/earcons/selection.ogg', | |
49 'chromevox/background/earcons/selection_reverse.ogg', | |
50 'chromevox/background/earcons/special_content.ogg', | |
51 'chromevox/background/earcons/task_success.ogg', | |
52 'chromevox/background/earcons/wrap_edge.ogg', | |
53 'chromevox/background/earcons/wrap.ogg', | |
54 ], | |
55 }, | |
56 { | |
57 'destination': '<(chromevox_dest_dir)/chromevox/background/keymaps', | |
58 'files': [ | |
59 'chromevox/background/keymaps/classic_keymap.json', | |
60 'chromevox/background/keymaps/experimental.json', | |
61 'chromevox/background/keymaps/flat_keymap.json', | |
62 ], | |
63 }, | |
64 { | |
65 'destination': '<(chromevox_dest_dir)/chromevox/background/mathmaps/functi
ons', | |
66 'files': [ | |
67 'chromevox/background/mathmaps/functions/algebra.json', | |
68 'chromevox/background/mathmaps/functions/elementary.json', | |
69 'chromevox/background/mathmaps/functions/hyperbolic.json', | |
70 'chromevox/background/mathmaps/functions/trigonometry.json', | |
71 ], | |
72 }, | |
73 { | |
74 'destination': '<(chromevox_dest_dir)/chromevox/background/mathmaps/symbol
s', | |
75 'files': [ | |
76 'chromevox/background/mathmaps/symbols/greek-capital.json', | |
77 'chromevox/background/mathmaps/symbols/greek-mathfonts.json', | |
78 'chromevox/background/mathmaps/symbols/greek-scripts.json', | |
79 'chromevox/background/mathmaps/symbols/greek-small.json', | |
80 'chromevox/background/mathmaps/symbols/greek-symbols.json', | |
81 'chromevox/background/mathmaps/symbols/hebrew_letters.json', | |
82 'chromevox/background/mathmaps/symbols/latin-lower-double-accent.json', | |
83 'chromevox/background/mathmaps/symbols/latin-lower-normal.json', | |
84 'chromevox/background/mathmaps/symbols/latin-lower-phonetic.json', | |
85 'chromevox/background/mathmaps/symbols/latin-lower-single-accent.json', | |
86 'chromevox/background/mathmaps/symbols/latin-mathfonts.json', | |
87 'chromevox/background/mathmaps/symbols/latin-rest.json', | |
88 'chromevox/background/mathmaps/symbols/latin-upper-double-accent.json', | |
89 'chromevox/background/mathmaps/symbols/latin-upper-normal.json', | |
90 'chromevox/background/mathmaps/symbols/latin-upper-single-accent.json', | |
91 'chromevox/background/mathmaps/symbols/math_angles.json', | |
92 'chromevox/background/mathmaps/symbols/math_arrows.json', | |
93 'chromevox/background/mathmaps/symbols/math_characters.json', | |
94 'chromevox/background/mathmaps/symbols/math_delimiters.json', | |
95 'chromevox/background/mathmaps/symbols/math_digits.json', | |
96 'chromevox/background/mathmaps/symbols/math_geometry.json', | |
97 'chromevox/background/mathmaps/symbols/math_harpoons.json', | |
98 'chromevox/background/mathmaps/symbols/math_non_characters.json', | |
99 'chromevox/background/mathmaps/symbols/math_symbols.json', | |
100 'chromevox/background/mathmaps/symbols/math_whitespace.json', | |
101 'chromevox/background/mathmaps/symbols/other_stars.json', | |
102 ], | 125 ], |
103 }, | 126 }, |
104 ], | 127 ], |
105 } | 128 } |
OLD | NEW |