| Index: BUILD.gn
|
| diff --git a/BUILD.gn b/BUILD.gn
|
| index fea74333b479825c855f7ed172a494f232314575..5cee944eaecefa84e4a093a460ee28dd783334b4 100644
|
| --- a/BUILD.gn
|
| +++ b/BUILD.gn
|
| @@ -27,7 +27,8 @@ declare_args() {
|
| # A list of extra dependencies to add to the root target. This allows a
|
| # checkout to add additional targets without explicitly changing any checked-
|
| # in files.
|
| - root_extra_deps = []
|
| + root_extra_deps =
|
| + [ "//chrome/browser/resources/chromeos/braille_ime:compile_externs" ]
|
| }
|
|
|
| # This file defines the following five main targets:
|
|
|