| Index: chrome/browser/resources/chromeos/chromevox/chromevox_assets.gypi
|
| diff --git a/chrome/browser/resources/chromeos/chromevox/chromevox_assets.gypi b/chrome/browser/resources/chromeos/chromevox/chromevox_assets.gypi
|
| index c4271632b5db9df3f502538f311072565df8a886..47a67a44dd7fbef5955c2454706c4ac6e2671793 100644
|
| --- a/chrome/browser/resources/chromeos/chromevox/chromevox_assets.gypi
|
| +++ b/chrome/browser/resources/chromeos/chromevox/chromevox_assets.gypi
|
| @@ -76,6 +76,14 @@
|
| 'chromevox/background/mathmaps/symbols/math_whitespace.json',
|
| 'chromevox/background/mathmaps/symbols/other_stars.json',
|
| ],
|
| + 'chromevox_assets_cvox2_background_earcons': [
|
| + 'cvox2/background/earcons/control.wav',
|
| + 'cvox2/background/earcons/selection_reverse.wav',
|
| + 'cvox2/background/earcons/selection.wav',
|
| + 'cvox2/background/earcons/skim.wav',
|
| + 'cvox2/background/earcons/small_room_2.wav',
|
| + 'cvox2/background/earcons/static.wav',
|
| + ],
|
| },
|
| 'targets': [
|
| {
|
| @@ -112,6 +120,12 @@
|
| '<@(chromevox_assets_chromevox_background_mathmaps_symbols)',
|
| ],
|
| },
|
| + {
|
| + 'destination': '<(chromevox_dest_dir)/cvox2/background/earcons',
|
| + 'files': [
|
| + '<@(chromevox_assets_cvox2_background_earcons)',
|
| + ],
|
| + },
|
| ],
|
| },
|
| ],
|
|
|