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 'chromevox/close-19.png', | |
Peter Lundblad
2015/11/06 15:00:58
Perhaps create an images directory now that we're
dmazzoni
2015/11/06 21:01:00
Done.
I realized the ChromeVox icons weren't in t
| |
13 'chromevox/close-hover-19.png', | |
14 'chromevox/options-19.png', | |
15 'chromevox/options-hover-19.png', | |
16 'chromevox/triangle-6.png', | |
12 ], | 17 ], |
13 'chromevox_assets_chromevox_background_earcons': [ | 18 'chromevox_assets_chromevox_background_earcons': [ |
14 'chromevox/background/earcons/alert_modal.ogg', | 19 'chromevox/background/earcons/alert_modal.ogg', |
15 'chromevox/background/earcons/alert_nonmodal.ogg', | 20 'chromevox/background/earcons/alert_nonmodal.ogg', |
16 'chromevox/background/earcons/button.ogg', | 21 'chromevox/background/earcons/button.ogg', |
17 'chromevox/background/earcons/check_off.ogg', | 22 'chromevox/background/earcons/check_off.ogg', |
18 'chromevox/background/earcons/check_on.ogg', | 23 'chromevox/background/earcons/check_on.ogg', |
19 'chromevox/background/earcons/editable_text.ogg', | 24 'chromevox/background/earcons/editable_text.ogg', |
20 'chromevox/background/earcons/invalid_keypress.ogg', | 25 'chromevox/background/earcons/invalid_keypress.ogg', |
21 'chromevox/background/earcons/link.ogg', | 26 'chromevox/background/earcons/link.ogg', |
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
124 { | 129 { |
125 'destination': '<(chromevox_dest_dir)/cvox2/background/earcons', | 130 'destination': '<(chromevox_dest_dir)/cvox2/background/earcons', |
126 'files': [ | 131 'files': [ |
127 '<@(chromevox_assets_cvox2_background_earcons)', | 132 '<@(chromevox_assets_cvox2_background_earcons)', |
128 ], | 133 ], |
129 }, | 134 }, |
130 ], | 135 ], |
131 }, | 136 }, |
132 ], | 137 ], |
133 } | 138 } |
OLD | NEW |