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

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

Issue 2740793002: Minimize the Classic API and enable it for Next (Closed)
Patch Set: Created 3 years, 9 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
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 da1a4ddfbed348b44cbe390dbef59052d6e22802..783fcfd4248fdf6609960bf1df45e000114adc5d 100644
--- a/chrome/browser/resources/chromeos/chromevox/BUILD.gn
+++ b/chrome/browser/resources/chromeos/chromevox/BUILD.gn
@@ -43,7 +43,6 @@ chromevox_modules = [
"chromevox/background/tabs_api_handler.js",
"chromevox/injected/active_indicator.js",
"chromevox/injected/api_implementation.js",
- "chromevox/injected/api_util.js",
"chromevox/injected/console_tts.js",
"chromevox/injected/event_suspender.js",
"chromevox/injected/event_watcher.js",
@@ -349,9 +348,7 @@ run_jsbundler("chromevox_copied_files") {
"images/options-hover-19.png",
"images/triangle-6.png",
]
- if (chromevox_compress_js) {
- sources += [ "chromevox/injected/api_util.js" ]
- } else {
+ if (!chromevox_compress_js) {
sources += chromevox_modules
sources += [
"closure/closure_preinit.js",

Powered by Google App Engine
This is Rietveld 408576698