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

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: Created 5 years, 4 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 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)',
+ ],
+ },
],
},
],

Powered by Google App Engine
This is Rietveld 408576698