| Index: chrome/browser/metrics/variations/BUILD.gn
|
| diff --git a/chrome/browser/metrics/variations/BUILD.gn b/chrome/browser/metrics/variations/BUILD.gn
|
| index ed39b8c1fc8a0715b09e5aeab57eb2c174e8a447..3aa5e7c5543ea3d5f7c6acfd062cbd8ea2950a44 100644
|
| --- a/chrome/browser/metrics/variations/BUILD.gn
|
| +++ b/chrome/browser/metrics/variations/BUILD.gn
|
| @@ -8,9 +8,25 @@ import("//components/variations/service/generate_ui_string_overrider.gni")
|
| generate_ui_string_overrider("chrome_ui_string_overrider_factory") {
|
| inputs = [
|
| "$root_gen_dir/chrome/grit/generated_resources.h",
|
| + "$root_gen_dir/chrome/grit/google_chrome_strings.h",
|
| + "$root_gen_dir/chrome/grit/chromium_strings.h",
|
| + "$root_gen_dir/chrome/grit/settings_strings.h",
|
| + "$root_gen_dir/chrome/grit/settings_chromium_strings.h",
|
| + "$root_gen_dir/chrome/grit/settings_google_chrome_strings.h",
|
| + "$root_gen_dir/components/strings/grit/components_strings.h",
|
| + "$root_gen_dir/components/strings/grit/components_chromium_strings.h",
|
| + "$root_gen_dir/components/strings/grit/components_google_chrome_strings.h",
|
| ]
|
| deps = [
|
| "//chrome/app:generated_resources",
|
| + "//chrome/app:google_chrome_strings",
|
| + "//chrome/app:chromium_strings",
|
| + "//chrome/app:settings_strings",
|
| + "//chrome/app:settings_chromium_strings",
|
| + "//chrome/app:settings_google_chrome_strings",
|
| + "//components/strings:components_strings",
|
| + "//components/strings:components_chromium_strings",
|
| + "//components/strings:components_google_chrome_strings",
|
| ]
|
| namespace = "chrome_variations"
|
| header_filename = "ui_string_overrider_factory.h"
|
|
|