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

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

Issue 1311463007: Rename some earcons based on actual usage (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@earcons_by_name
Patch Set: Didn't mean to rename ALERT, revert that part 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 297a2da3cf4550847bdc216e3bd4c6a6f25d2727..c4271632b5db9df3f502538f311072565df8a886 100644
--- a/chrome/browser/resources/chromeos/chromevox/chromevox_assets.gypi
+++ b/chrome/browser/resources/chromeos/chromevox/chromevox_assets.gypi
@@ -13,29 +13,29 @@
'chromevox_assets_chromevox_background_earcons': [
'chromevox/background/earcons/alert_modal.ogg',
'chromevox/background/earcons/alert_nonmodal.ogg',
- 'chromevox/background/earcons/bullet.ogg',
- 'chromevox/background/earcons/busy_progress_loop.ogg',
'chromevox/background/earcons/button.ogg',
'chromevox/background/earcons/check_off.ogg',
'chromevox/background/earcons/check_on.ogg',
'chromevox/background/earcons/editable_text.ogg',
- 'chromevox/background/earcons/font_change.ogg',
'chromevox/background/earcons/invalid_keypress.ogg',
'chromevox/background/earcons/link.ogg',
+ 'chromevox/background/earcons/list_item.ogg',
'chromevox/background/earcons/listbox.ogg',
'chromevox/background/earcons/long_desc.ogg',
+ 'chromevox/background/earcons/math.ogg',
'chromevox/background/earcons/object_close.ogg',
'chromevox/background/earcons/object_enter.ogg',
'chromevox/background/earcons/object_exit.ogg',
'chromevox/background/earcons/object_open.ogg',
'chromevox/background/earcons/object_select.ogg',
- 'chromevox/background/earcons/paragraph_break.ogg',
+ 'chromevox/background/earcons/page_finish_loading.ogg',
+ 'chromevox/background/earcons/page_start_loading.ogg',
+ 'chromevox/background/earcons/recover_focus.ogg',
'chromevox/background/earcons/selection.ogg',
'chromevox/background/earcons/selection_reverse.ogg',
- 'chromevox/background/earcons/special_content.ogg',
- 'chromevox/background/earcons/task_success.ogg',
- 'chromevox/background/earcons/wrap_edge.ogg',
+ 'chromevox/background/earcons/skip.ogg',
'chromevox/background/earcons/wrap.ogg',
+ 'chromevox/background/earcons/wrap_edge.ogg',
],
'chromevox_assets_chromevox_background_keymaps': [
'chromevox/background/keymaps/classic_keymap.json',

Powered by Google App Engine
This is Rietveld 408576698