| Index: chrome/BUILD.gn
|
| diff --git a/chrome/BUILD.gn b/chrome/BUILD.gn
|
| index ba6b789a4550f948f40cd24e161c15600e17651b..6bd8d80693954dda79bb436ec442291b33eae8b2 100644
|
| --- a/chrome/BUILD.gn
|
| +++ b/chrome/BUILD.gn
|
| @@ -425,14 +425,8 @@ group("extra_resources") {
|
| ]
|
| }
|
|
|
| - if (enable_chromevox_next) {
|
| - deps += [
|
| - #'browser/resources/chromeos/chromevox2/chromevox.gyp:chromevox2', TODO(GYP)
|
| - ]
|
| - } else {
|
| - deps += [
|
| - #'browser/resources/chromeos/chromevox/chromevox.gyp:chromevox', TODO(GYP)
|
| - ]
|
| + if (is_chromeos) {
|
| + deps += [ "//chrome/browser/resources/chromeos/chromevox" ]
|
| }
|
|
|
| if (enable_extensions) {
|
|
|