Chromium Code Reviews| 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 33a995bc59e9095a730735e5be05dba4426a3f91..8225ebbb5b707012d8e3377ca38001b650403aab 100644 |
| --- a/chrome/browser/resources/chromeos/chromevox/chromevox_assets.gypi |
| +++ b/chrome/browser/resources/chromeos/chromevox/chromevox_assets.gypi |
| @@ -86,6 +86,14 @@ |
| 'chromevox/background/mathmaps/symbols/math_whitespace.json', |
| 'chromevox/background/mathmaps/symbols/other_stars.json', |
| ], |
| + 'chromevox_assets_cvox2_background_earcons': [ |
|
Peter Lundblad
2015/08/11 11:15:28
Need to add this variable to the sources list in t
dmazzoni
2015/09/14 18:06:37
Done, thanks.
|
| + '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': [ |
| { |
| @@ -122,6 +130,12 @@ |
| '<@(chromevox_assets_chromevox_background_mathmaps_symbols)', |
| ], |
| }, |
| + { |
| + 'destination': '<(chromevox_dest_dir)/cvox2/background/earcons', |
| + 'files': [ |
| + '<@(chromevox_assets_cvox2_background_earcons)', |
| + ], |
| + }, |
| ], |
| }, |
| ], |