| 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 937a460050c92af490eadc2c05413498ada3dc7a..2302c2c3b6dd37c24521a72144ad30e446db731b 100644
|
| --- a/chrome/browser/resources/chromeos/chromevox/BUILD.gn
|
| +++ b/chrome/browser/resources/chromeos/chromevox/BUILD.gn
|
| @@ -25,8 +25,10 @@ group("chromevox") {
|
| "//chrome/browser/resources/chromeos/braille_ime:braille_ime_manifest",
|
| "//chrome/browser/resources/chromeos/chromevox/strings:chromevox_strings",
|
| "//chrome/third_party/chromevox:chromevox_third_party_resources",
|
| - "//third_party/liblouis",
|
| ]
|
| + if (enable_nacl) {
|
| + deps += [ "//third_party/liblouis" ]
|
| + }
|
| if (chromevox_compress_js) {
|
| deps += [
|
| ":chromevox_background_script",
|
|
|