| // Copyright 2014 The Chromium Authors | |
| // Use of this source code is governed by a BSD-style license that can be | |
| // found in the LICENSE file. | |
| // Common external variables when compiling ChromeVox background code | |
| var localStorage = {}; | |
| var PhoneticDictionaries = {}; | |
| /** Speech Rule Engine. See sre_browser.js. */ | |
| var SRE = {}; | |
| SRE.walk = function(mathMlStr) {}; |