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

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

Issue 1277183003: Add ChromeVox panel and implement caption display functionality. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix GN build Created 5 years, 1 month 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_vars.gypi
diff --git a/chrome/browser/resources/chromeos/chromevox/chromevox_vars.gypi b/chrome/browser/resources/chromeos/chromevox/chromevox_vars.gypi
index c6997cec600c746d7dceddec38906b7ae38e107c..59dfde51650acc9c9f05e797467c0ab8ea55bc6a 100644
--- a/chrome/browser/resources/chromeos/chromevox/chromevox_vars.gypi
+++ b/chrome/browser/resources/chromeos/chromevox/chromevox_vars.gypi
@@ -6,10 +6,11 @@
{
'variables': {
- 'chromevox1_content_script_loader_file': 'chromevox/injected/loader.js',
- 'chromevox1_kbexplorer_loader_file': 'chromevox/background/kbexplorer_loader.js',
- 'chromevox1_options_script_loader_file': 'chromevox/background/options_loader.js',
- 'chromevox2_background_script_loader_file': 'cvox2/background/loader.js',
+ 'chromevox_content_script_loader_file': 'chromevox/injected/loader.js',
+ 'chromevox_kbexplorer_loader_file': 'chromevox/background/kbexplorer_loader.js',
+ 'chromevox_options_script_loader_file': 'chromevox/background/options_loader.js',
+ 'chromevox_background_script_loader_file': 'cvox2/background/loader.js',
+ 'chromevox_panel_script_loader_file': 'cvox2/background/panel_loader.js',
'chromevox_extension_key': 'MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDltVl1k15pjRzuZfMc3B69inxwm2bZeZ2O8/zFO+NluHnBm3GJ3fzdOoFGJd+M16I8p7zxxQyHeDMfWYASyCeB8XnUEDKjqNLQfCnncsANzHsYoEbYj2nEUML2P13b9q+AAvpCBpAJ4cZp81e9n1y/vbSXHE4385cgkKueItzikQIDAQAB',
}
}

Powered by Google App Engine
This is Rietveld 408576698