Index: chrome/browser/resources/access_chromevox/chromevox/background/deps.js |
=================================================================== |
--- chrome/browser/resources/access_chromevox/chromevox/background/deps.js (revision 0) |
+++ chrome/browser/resources/access_chromevox/chromevox/background/deps.js (revision 0) |
@@ -0,0 +1,46 @@ |
+// Copyright (c) 2011 The Chromium Authors. All rights reserved. |
+// Use of this source code is governed by a BSD-style license that can be |
+// found in the LICENSE file. |
+ |
+// This file was autogenerated by /home/build/nonconf/google3/javascript/closure/bin/build/depswriter.py. |
+// Please do not edit. |
+goog.addDependency('../audio/background/chrome_native_tts_engine.js', ['cvox.ChromeVoxChromeOsTtsEngine'], ['cvox.AbstractTts']); |
+goog.addDependency('../audio/background/earcons.js', ['cvox.ChromeVoxEarcons'], ['cvox.AbstractEarcons']); |
+goog.addDependency('../audio/background/emacspeak_tts_server_engine.js', ['cvox.ChromeVoxEmacspeakTtsServerEngine'], ['cvox.AbstractTts']); |
+goog.addDependency('../audio/background/extension_tts_engine.js', ['cvox.ChromeVoxExtensionTtsEngine'], ['cvox.AbstractTts']); |
+goog.addDependency('../audio/background/flash_gooss_engine.js', ['cvox.ChromeVoxFlashGoossEngine'], ['cvox.AbstractTts']); |
+goog.addDependency('../audio/background/gooss_engine.js', ['cvox.ChromeVoxGoossEngine'], ['cvox.AbstractTts']); |
+goog.addDependency('../audio/background/local_tts_server_engine.js', ['cvox.ChromeVoxLocalTtsServerEngine'], ['cvox.AbstractTts']); |
+goog.addDependency('../audio/common/abstract_earcons.js', ['cvox.AbstractEarcons'], ['cvox.AbstractLogger']); |
+goog.addDependency('../audio/common/abstract_earcons_manager.js', ['cvox.AbstractEarconsManager'], ['cvox.AbstractEarcons']); |
+goog.addDependency('../audio/common/abstract_tts.js', ['cvox.AbstractTts'], ['cvox.AbstractLogger']); |
+goog.addDependency('../audio/common/abstract_tts_manager.js', ['cvox.AbstractTtsManager'], ['cvox.AbstractTts']); |
+goog.addDependency('../audio/common/local_earcons_manager.js', ['cvox.LocalEarconsManager'], ['cvox.AbstractEarconsManager']); |
+goog.addDependency('../audio/common/local_tts_manager.js', ['cvox.LocalTtsManager'], ['cvox.AbstractTts', 'cvox.AbstractTtsManager']); |
+goog.addDependency('../audio/common/remote_earcons_manager.js', ['cvox.RemoteEarconsManager'], ['cvox.AbstractEarconsManager', 'cvox.ExtensionBridge']); |
+goog.addDependency('../audio/common/remote_tts_manager.js', ['cvox.RemoteTtsManager'], ['cvox.AbstractTts', 'cvox.AbstractTtsManager']); |
+goog.addDependency('../build/build_config_chrome.js', ['cvox.BuildConfig'], ['cvox.BuildDefs']); |
+goog.addDependency('../build/build_defs.js', ['cvox.BuildDefs'], []); |
+goog.addDependency('../chromevis/injected/lens.js', ['chromevis.ChromeVisLens'], ['cvox.BuildConfig', 'cvox.ExtensionBridge', 'cvox.SelectionUtil']); |
+goog.addDependency('../chromevox/background/accessibility_api_handler.js', ['cvox.ChromeVoxAccessibilityApiHandler'], ['cvox.AbstractEarcons', 'cvox.AbstractEarconsManager', 'cvox.AbstractTtsManager', 'cvox.ChromeVoxEditableTextBase']); |
+goog.addDependency('../chromevox/background/background.js', ['cvox.ChromeVoxBackground'], ['cvox.BuildConfig', 'cvox.ChromeVoxAccessibilityApiHandler', 'cvox.ChromeVoxChromeOsTtsEngine', 'cvox.ChromeVoxEarcons', 'cvox.ChromeVoxEmacspeakTtsServerEngine', 'cvox.ChromeVoxExtensionTtsEngine', 'cvox.ChromeVoxFlashGoossEngine', 'cvox.ChromeVoxGoossEngine', 'cvox.ChromeVoxLocalTtsServerEngine', 'cvox.ExtensionBridge', 'cvox.LocalEarconsManager', 'cvox.LocalTtsManager']); |
+goog.addDependency('../chromevox/background/bookmark_manager.js', [], []); |
+goog.addDependency('../chromevox/background/bookmark_manager_loader.js', [], []); |
+goog.addDependency('../chromevox/background/bookmark_manager_ui.js', ['cvox.ChromeVoxBookmarksManager'], ['cvox.ChromeVoxEarcons']); |
+goog.addDependency('../chromevox/background/loader.js', [], ['cvox.ChromeVoxBackground']); |
+goog.addDependency('../common/abstract_logger.js', ['cvox.AbstractLogger'], []); |
+goog.addDependency('../common/aria_util.js', ['cvox.AriaUtil'], []); |
+goog.addDependency('../common/chromevox_json.js', ['cvox.ChromeVoxJSON'], []); |
+goog.addDependency('../common/custom_walker.js', ['cvox.CustomWalker'], []); |
+goog.addDependency('../common/dom_util.js', ['cvox.DomUtil'], ['cvox.AriaUtil', 'cvox.XpathUtil']); |
+goog.addDependency('../common/editable_text.js', ['cvox.ChromeVoxEditableHTMLInput', 'cvox.ChromeVoxEditableTextArea', 'cvox.ChromeVoxEditableTextBase'], []); |
+goog.addDependency('../common/extension_bridge.js', ['cvox.ExtensionBridge'], ['cvox.ChromeVoxJSON']); |
+goog.addDependency('../common/focus_util.js', ['cvox.FocusUtil'], []); |
+goog.addDependency('../common/key_util.js', ['cvox.KeyUtil'], []); |
+goog.addDependency('../common/linear_dom_walker.js', ['cvox.LinearDomWalker'], ['cvox.DomUtil', 'cvox.XpathUtil']); |
+goog.addDependency('../common/selection_util.js', ['cvox.SelectionUtil'], ['cvox.DomUtil', 'cvox.XpathUtil']); |
+goog.addDependency('../common/selection_walker.js', ['cvox.SelectionWalker'], ['cvox.SelectionUtil', 'cvox.TraverseContent']); |
+goog.addDependency('../common/traverse_content.js', ['cvox.TraverseContent'], ['cvox.SelectionUtil', 'cvox.TraverseUtil']); |
+goog.addDependency('../common/traverse_table.js', ['cvox.TraverseTable'], ['cvox.SelectionUtil', 'cvox.TraverseUtil', 'cvox.XpathUtil']); |
+goog.addDependency('../common/traverse_util.js', ['cvox.TraverseUtil'], []); |
+goog.addDependency('../common/xpath_util.js', ['cvox.XpathUtil'], []); |
Property changes on: chrome/browser/resources/access_chromevox/chromevox/background/deps.js |
___________________________________________________________________ |
Added: svn:executable |
+ * |
Added: svn:eol-style |
+ LF |