Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(53)

Side by Side Diff: chrome/browser/resources/chromeos/chromevox/chromevox_assets.gypi

Issue 1319993002: Remove unused earcons (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@simpler_input_fix
Patch Set: Rebase onto master Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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', 16 'chromevox/background/earcons/bullet.ogg',
17 'chromevox/background/earcons/busy_progress_loop.ogg', 17 'chromevox/background/earcons/busy_progress_loop.ogg',
18 'chromevox/background/earcons/busy_working_loop.ogg',
19 'chromevox/background/earcons/button.ogg', 18 'chromevox/background/earcons/button.ogg',
20 'chromevox/background/earcons/check_off.ogg', 19 'chromevox/background/earcons/check_off.ogg',
21 'chromevox/background/earcons/check_on.ogg', 20 'chromevox/background/earcons/check_on.ogg',
22 'chromevox/background/earcons/collapsed.ogg',
23 'chromevox/background/earcons/editable_text.ogg', 21 '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', 22 'chromevox/background/earcons/font_change.ogg',
27 'chromevox/background/earcons/invalid_keypress.ogg', 23 'chromevox/background/earcons/invalid_keypress.ogg',
28 'chromevox/background/earcons/link.ogg', 24 'chromevox/background/earcons/link.ogg',
29 'chromevox/background/earcons/listbox.ogg', 25 'chromevox/background/earcons/listbox.ogg',
30 'chromevox/background/earcons/long_desc.ogg', 26 'chromevox/background/earcons/long_desc.ogg',
31 'chromevox/background/earcons/new_mail.ogg',
32 'chromevox/background/earcons/object_close.ogg', 27 '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', 28 'chromevox/background/earcons/object_enter.ogg',
36 'chromevox/background/earcons/object_exit.ogg', 29 'chromevox/background/earcons/object_exit.ogg',
37 'chromevox/background/earcons/object_open.ogg', 30 'chromevox/background/earcons/object_open.ogg',
38 'chromevox/background/earcons/object_select.ogg', 31 'chromevox/background/earcons/object_select.ogg',
39 'chromevox/background/earcons/paragraph_break.ogg', 32 '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', 33 'chromevox/background/earcons/selection.ogg',
44 'chromevox/background/earcons/selection_reverse.ogg', 34 'chromevox/background/earcons/selection_reverse.ogg',
45 'chromevox/background/earcons/special_content.ogg', 35 'chromevox/background/earcons/special_content.ogg',
46 'chromevox/background/earcons/task_success.ogg', 36 'chromevox/background/earcons/task_success.ogg',
47 'chromevox/background/earcons/wrap_edge.ogg', 37 'chromevox/background/earcons/wrap_edge.ogg',
48 'chromevox/background/earcons/wrap.ogg', 38 'chromevox/background/earcons/wrap.ogg',
49 ], 39 ],
50 'chromevox_assets_chromevox_background_keymaps': [ 40 'chromevox_assets_chromevox_background_keymaps': [
51 'chromevox/background/keymaps/classic_keymap.json', 41 'chromevox/background/keymaps/classic_keymap.json',
52 'chromevox/background/keymaps/experimental.json', 42 'chromevox/background/keymaps/experimental.json',
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
119 { 109 {
120 'destination': '<(chromevox_dest_dir)/chromevox/background/mathmaps/sy mbols', 110 'destination': '<(chromevox_dest_dir)/chromevox/background/mathmaps/sy mbols',
121 'files': [ 111 'files': [
122 '<@(chromevox_assets_chromevox_background_mathmaps_symbols)', 112 '<@(chromevox_assets_chromevox_background_mathmaps_symbols)',
123 ], 113 ],
124 }, 114 },
125 ], 115 ],
126 }, 116 },
127 ], 117 ],
128 } 118 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698