| # Copyright 2015 The Chromium Authors |
| # Use of this source code is governed by a BSD-style license that can be |
| # found in the LICENSE file. |
| |
| import("//components/variations/service/generate_ui_string_overrider.gni") |
| |
| generate_ui_string_overrider("chrome_ui_string_overrider_factory") { |
| inputs = [ |
| "$root_gen_dir/chrome/grit/branded_strings.h", |
| "$root_gen_dir/chrome/grit/generated_resources.h", |
| "$root_gen_dir/components/strings/grit/components_branded_strings.h", |
| "$root_gen_dir/components/strings/grit/components_strings.h", |
| ] |
| deps = [ |
| "//chrome/app:branded_strings", |
| "//chrome/app:generated_resources", |
| "//components/strings:components_branded_strings", |
| "//components/strings:components_strings", |
| "//components/variations", |
| ] |
| namespace = "chrome_variations" |
| header_filename = "ui_string_overrider_factory.h" |
| source_filename = "ui_string_overrider_factory.cc" |
| } |