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

Unified Diff: chrome/browser/resources/chromeos/chromevox/BUILD.gn

Issue 1371913004: Remove unused Chromevox classic background script. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | « no previous file | chrome/browser/resources/chromeos/chromevox/chromevox.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/chromeos/chromevox/BUILD.gn
diff --git a/chrome/browser/resources/chromeos/chromevox/BUILD.gn b/chrome/browser/resources/chromeos/chromevox/BUILD.gn
index 3db3ab6b3e1f0c8d199afb0ad3f599567335a23e..0416c6225e4e2fb2699f67a3c6a9856ad5746632 100644
--- a/chrome/browser/resources/chromeos/chromevox/BUILD.gn
+++ b/chrome/browser/resources/chromeos/chromevox/BUILD.gn
@@ -31,7 +31,6 @@ group("chromevox") {
]
if (chromevox_compress_js) {
deps += [
- ":chromevox1_background_script",
":chromevox1_content_script",
":chromevox1_kbexplorer_script",
":chromevox1_options_script",
@@ -156,7 +155,6 @@ run_jsbundler("chromevox_copied_files") {
sources += chromevox_modules
sources += [
"closure/closure_preinit.js",
- chromevox_vars_gypi_values.chromevox1_background_script_loader_file,
chromevox_vars_gypi_values.chromevox1_content_script_loader_file,
chromevox_vars_gypi_values.chromevox1_kbexplorer_loader_file,
chromevox_vars_gypi_values.chromevox1_options_script_loader_file,
@@ -258,13 +256,6 @@ if (chromevox_compress_js) {
}
}
- compress_js("chromevox1_background_script") {
- sources = [
- chromevox_vars_gypi_values.chromevox1_background_script_loader_file,
- ]
- output_file = "$chromevox_out_dir/chromeVoxChromeBackgroundScript.js"
- }
-
compress_js("chromevox1_content_script") {
sources = [
chromevox_vars_gypi_values.chromevox1_content_script_loader_file,
@@ -288,7 +279,6 @@ if (chromevox_compress_js) {
compress_js("chromevox2_background_script") {
sources = [
- chromevox_vars_gypi_values.chromevox1_background_script_loader_file,
chromevox_vars_gypi_values.chromevox2_background_script_loader_file,
]
output_file = "$chromevox_out_dir/chromeVox2ChromeBackgroundScript.js"
« no previous file with comments | « no previous file | chrome/browser/resources/chromeos/chromevox/chromevox.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698