| Index: chrome/third_party/chromevox/BUILD.gn
|
| diff --git a/chrome/third_party/chromevox/BUILD.gn b/chrome/third_party/chromevox/BUILD.gn
|
| index 3e161c65543de85b6e611f1e7b5cf3b2c6f17475..d2f4a26090f5db220daeb7e43b28d4cc8374261e 100644
|
| --- a/chrome/third_party/chromevox/BUILD.gn
|
| +++ b/chrome/third_party/chromevox/BUILD.gn
|
| @@ -2,7 +2,7 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| -if (is_chromeos) {
|
| +if (use_cros_fe) {
|
| import("//chrome/browser/resources/chromeos/chromevox/chromevox.gni")
|
|
|
| chromevox_out_dir = "$root_out_dir/resources/chromeos/chromevox"
|
|
|