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

Unified Diff: chrome/browser/resources/chromeos/chromevox/cvox2/background/output.js

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
« no previous file with comments | « chrome/browser/resources/chromeos/chromevox/cvox2/background/earcons/static.wav ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/chromeos/chromevox/cvox2/background/output.js
diff --git a/chrome/browser/resources/chromeos/chromevox/cvox2/background/output.js b/chrome/browser/resources/chromeos/chromevox/cvox2/background/output.js
index 49f2e6b69cbc5ff8c425166474610ee154e5a7ac..2c28c94633400d3c0f08955aa4b6245d62bc9457 100644
--- a/chrome/browser/resources/chromeos/chromevox/cvox2/background/output.js
+++ b/chrome/browser/resources/chromeos/chromevox/cvox2/background/output.js
@@ -10,6 +10,7 @@ goog.provide('Output');
goog.provide('Output.EventType');
goog.require('AutomationUtil.Dir');
+goog.require('EarconEngine');
goog.require('cursors.Cursor');
goog.require('cursors.Range');
goog.require('cursors.Unit');
« no previous file with comments | « chrome/browser/resources/chromeos/chromevox/cvox2/background/earcons/static.wav ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698