| Index: chrome/browser/resources/chromeos/chromevox/strings/BUILD.gn
|
| diff --git a/chrome/browser/resources/chromeos/chromevox/strings/BUILD.gn b/chrome/browser/resources/chromeos/chromevox/strings/BUILD.gn
|
| index 1fe755c2c288e07c2291264bbbba8fd1edc2a891..5ff0a39e72a033ccf0dff40e050054155132cb20 100644
|
| --- a/chrome/browser/resources/chromeos/chromevox/strings/BUILD.gn
|
| +++ b/chrome/browser/resources/chromeos/chromevox/strings/BUILD.gn
|
| @@ -2,12 +2,14 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| +import("//chrome/common/features.gni")
|
| import("//tools/grit/grit_rule.gni")
|
|
|
| chromevox_out_dir = "$root_out_dir/resources/chromeos/chromevox"
|
|
|
| grit("chromevox_strings") {
|
| source = "chromevox_strings.grd"
|
| + defines = chrome_grit_defines
|
| use_qualified_include = true
|
| outputs = [
|
| "_locales/am/messages.json",
|
|
|