OLD | NEW |
(Empty) | |
| 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 |
| 3 # found in the LICENSE file. |
| 4 |
| 5 { |
| 6 'copies': [ |
| 7 { |
| 8 'destination': '<(chromevox_dest_dir)/chromevox', |
| 9 'files': [ |
| 10 'chromevox/chromevox-128.png', |
| 11 'chromevox/chromevox-16.png', |
| 12 'chromevox/chromevox-19.png', |
| 13 'chromevox/chromevox-48.png', |
| 14 ], |
| 15 }, |
| 16 { |
| 17 'destination': '<(chromevox_dest_dir)/chromevox/background/earcons', |
| 18 'files': [ |
| 19 'chromevox/background/earcons/alert_modal.ogg', |
| 20 'chromevox/background/earcons/alert_nonmodal.ogg', |
| 21 'chromevox/background/earcons/bullet.ogg', |
| 22 'chromevox/background/earcons/busy_progress_loop.ogg', |
| 23 'chromevox/background/earcons/busy_working_loop.ogg', |
| 24 'chromevox/background/earcons/button.ogg', |
| 25 'chromevox/background/earcons/check_off.ogg', |
| 26 'chromevox/background/earcons/check_on.ogg', |
| 27 'chromevox/background/earcons/collapsed.ogg', |
| 28 'chromevox/background/earcons/editable_text.ogg', |
| 29 'chromevox/background/earcons/ellipsis.ogg', |
| 30 'chromevox/background/earcons/expanded.ogg', |
| 31 'chromevox/background/earcons/font_change.ogg', |
| 32 'chromevox/background/earcons/invalid_keypress.ogg', |
| 33 'chromevox/background/earcons/link.ogg', |
| 34 'chromevox/background/earcons/listbox.ogg', |
| 35 'chromevox/background/earcons/long_desc.ogg', |
| 36 'chromevox/background/earcons/new_mail.ogg', |
| 37 'chromevox/background/earcons/object_close.ogg', |
| 38 'chromevox/background/earcons/object_delete.ogg', |
| 39 'chromevox/background/earcons/object_deselect.ogg', |
| 40 'chromevox/background/earcons/object_enter.ogg', |
| 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 ], |
| 103 }, |
| 104 ], |
| 105 } |
OLD | NEW |