| Index: chrome/installer/util/BUILD.gn
|
| diff --git a/chrome/installer/util/BUILD.gn b/chrome/installer/util/BUILD.gn
|
| index c09fc936591af496aad0850525149608553e39bc..df47eaea6ae261608605ff6aac91be5d1415d7f0 100644
|
| --- a/chrome/installer/util/BUILD.gn
|
| +++ b/chrome/installer/util/BUILD.gn
|
| @@ -102,6 +102,7 @@ static_library("with_no_strings") {
|
| "//components/metrics",
|
| "//courgette:courgette_lib",
|
| "//crypto",
|
| + "//rlz/features",
|
| "//third_party/bspatch",
|
| "//third_party/crashpad/crashpad/client",
|
| "//third_party/icu",
|
| @@ -336,6 +337,7 @@ if (is_win) {
|
| "//chrome/installer/setup:lib",
|
| "//chrome/installer/test:alternate_version_generator_lib",
|
| "//components/variations",
|
| + "//rlz/features",
|
| "//testing/gmock",
|
| "//testing/gtest",
|
| ]
|
|
|