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

Unified Diff: chrome/browser/resources/chromeos/chromevox/chromevox_assets.gypi

Issue 1273363004: Initial commit of new ChromeVox earcon engine. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address feedback from Peter 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 side-by-side diff with in-line comments
Download patch
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)',
+ ],
+ },
],
},
],

Powered by Google App Engine
This is Rietveld 408576698