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

Side by Side Diff: chrome/browser/resources/chromeos/chromevox/chromevox_vars.gypi

Issue 1282593002: Add ChromeVox panel and implement caption display functionality. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Revert changes to accessibility_manager in this change 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 unified diff | Download patch
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 # Variables shared between gn and gyp. 5 # Variables shared between gn and gyp.
6 6
7 { 7 {
8 'variables': { 8 'variables': {
9 'chromevox1_background_script_loader_file': 'chromevox/background/loader.js' , 9 'chromevox1_background_script_loader_file': 'chromevox/background/loader.js' ,
10 'chromevox1_content_script_loader_file': 'chromevox/injected/loader.js', 10 'chromevox1_content_script_loader_file': 'chromevox/injected/loader.js',
11 'chromevox1_kbexplorer_loader_file': 'chromevox/background/kbexplorer_loader .js', 11 'chromevox1_kbexplorer_loader_file': 'chromevox/background/kbexplorer_loader .js',
12 'chromevox1_options_script_loader_file': 'chromevox/background/options_loade r.js', 12 'chromevox1_options_script_loader_file': 'chromevox/background/options_loade r.js',
13 'chromevox2_background_script_loader_file': 'cvox2/background/loader.js', 13 'chromevox2_background_script_loader_file': 'cvox2/background/loader.js',
14 'chromevox2_panel_script_loader_file': 'cvox2/background/panel_loader.js',
14 'chromevox_extension_key': 'MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDltVl1k15p jRzuZfMc3B69inxwm2bZeZ2O8/zFO+NluHnBm3GJ3fzdOoFGJd+M16I8p7zxxQyHeDMfWYASyCeB8XnU EDKjqNLQfCnncsANzHsYoEbYj2nEUML2P13b9q+AAvpCBpAJ4cZp81e9n1y/vbSXHE4385cgkKueItzi kQIDAQAB', 15 'chromevox_extension_key': 'MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDltVl1k15p jRzuZfMc3B69inxwm2bZeZ2O8/zFO+NluHnBm3GJ3fzdOoFGJd+M16I8p7zxxQyHeDMfWYASyCeB8XnU EDKjqNLQfCnncsANzHsYoEbYj2nEUML2P13b9q+AAvpCBpAJ4cZp81e9n1y/vbSXHE4385cgkKueItzi kQIDAQAB',
15 } 16 }
16 } 17 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698