| 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_images': [ | 7 'chromevox_assets_images': [ |
| 8 'images/chromevox-128.png', | 8 'images/chromevox-128.png', |
| 9 'images/chromevox-16.png', | 9 'images/chromevox-16.png', |
| 10 'images/chromevox-19.png', | 10 'images/chromevox-19.png', |
| 11 'images/chromevox-48.png', | 11 'images/chromevox-48.png', |
| 12 'images/chromevox.svg', |
| 12 'images/close-19.png', | 13 'images/close-19.png', |
| 13 'images/close-hover-19.png', | 14 'images/close-hover-19.png', |
| 14 'images/options-19.png', | 15 'images/options-19.png', |
| 15 'images/options-hover-19.png', | 16 'images/options-hover-19.png', |
| 16 'images/triangle-6.png', | 17 'images/triangle-6.png', |
| 17 ], | 18 ], |
| 18 'chromevox_assets_chromevox_background_earcons': [ | 19 'chromevox_assets_chromevox_background_earcons': [ |
| 19 'chromevox/background/earcons/alert_modal.ogg', | 20 'chromevox/background/earcons/alert_modal.ogg', |
| 20 'chromevox/background/earcons/alert_nonmodal.ogg', | 21 'chromevox/background/earcons/alert_nonmodal.ogg', |
| 21 'chromevox/background/earcons/button.ogg', | 22 'chromevox/background/earcons/button.ogg', |
| (...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 129 { | 130 { |
| 130 'destination': '<(chromevox_dest_dir)/cvox2/background/earcons', | 131 'destination': '<(chromevox_dest_dir)/cvox2/background/earcons', |
| 131 'files': [ | 132 'files': [ |
| 132 '<@(chromevox_assets_cvox2_background_earcons)', | 133 '<@(chromevox_assets_cvox2_background_earcons)', |
| 133 ], | 134 ], |
| 134 }, | 135 }, |
| 135 ], | 136 ], |
| 136 }, | 137 }, |
| 137 ], | 138 ], |
| 138 } | 139 } |
| OLD | NEW |